Stencylstein 3D

NerdinaNutshell

  • Posts: 251
As of now this is kinda abandoned since there’s a lot of features in away3D that are quite essential (mostly sprite-sheet animating and spawning in 3D objects during runtime) that aren’t  well explained through the demo games (coding in some of them is sloppy/sensitive to tweaks and comments don’t clear up much and aren’t in areas were they would be helpful). I had plans of releasing it as a kit for free. As for complexity of geometry, it looked as if it was going to closer to Wolf3D with touches of Doom here and there. The other problem is that Stencyl doesn’t let you set the position of the mouse which is fine in third person 2D game but in an FPS it’s a bit of a bummer (locking the mouse every 0.1 sec would allow for camera movement with the mouse).
*Puff*

airman4

  • Posts: 875
Oh bummer
Even not releasing as a paid product eventually  ?

squeeb

  • Posts: 1617
Or an open source so others can help contribute and learn?

NerdinaNutshell

  • Posts: 251
Or an open source so others can help contribute and learn?
Genius :)! What an idea! I’ll put the file in here and we’ll all have to take turns (unless there’s a better way).
*Puff*

NerdinaNutshell

  • Posts: 251
Here's the link to a file: https://drive.google.com/file/d/1h-qjJXUpLEG9hHQSncA5in7Uvw_EMrka/view?usp=sharing

Quick note: I never bothered to make a true punch behavior, so the "punch" is a semi-automatic gun.
*Puff*

Mineat

  • Posts: 376
What if deeper HaXe coding could let you set the position of the mouse?

NerdinaNutshell

  • Posts: 251
It probably could but I don’t know how to code

« Last Edit: January 04, 2020, 08:49:15 am by NerdinaNutshell »
*Puff*

squeeb

  • Posts: 1617
Awesome!  When I start coding again I'll try and help

NerdinaNutshell

  • Posts: 251
After 3 hours of work, I present to you the world’s worst FPS https://drive.google.com/file/d/1fXS6lDjiY_giheTYPfyWppNrU1muBR_h/view?usp=drivesdk (couldn’t get it working in a browser). There’s no animations, it crashes when you die, and I was to pressed for time to get line of sight working but it’s a  start. Controls: WS forward and back, AD turn, QE strafe, click to shoot.
*Puff*

airman4

  • Posts: 875
Cant get it work lol but nice if you got somewhere
What i got is the 2d view only , weird

NerdinaNutshell

  • Posts: 251
Cant get it work lol but nice if you got somewhere
What i got is the 2d view only , weird
Are you using the latest version of the Away3D extension? mdotedot recently released a newer version of the extension so I'm going to put the file back up later today using that version.
*Puff*

airman4

  • Posts: 875
Oh thanks !
I dunno, i went on mdotedot and just downloaded it without much looking
I'll try again

edit
is there a way to remove extension ?

« Last Edit: April 16, 2020, 09:02:20 am by airman4 »

airman4

  • Posts: 875
Hello ! ANy progress on this so far ?