Space Shooter Redux (The first thing that occurred to me - taken from Kenney )
I recently started updating my libraries and in the process I will be creating a new 2D game (I think I have an obsession with this when using JME ), the goal of the game is to survive as long as possible.
It is a clone of a game that is made in Java (2D Java API), I am implementing it from scratch with jme3 and dyn4j, this new project is really very entertaining.
Kenney’s stuff is great. I used it in my Math Attacks educational game (Math Attack! - Simsilica, LLCSimsilica, LLC) which apparently doesn’t work anymore but was fun to help my kids drill math stuff when they were young.
I also used it in my dual joystick test (think original Star Control)
And even more in this little networked space sim prototype:
Fun old stuff. His little ship graphics are very inspiring. Every time I look at them I want to make another little space game.
Must. Stay. Focused. lol
Edit: I just realized the space duel stuff was actually a different 3D ship that just looks a lot like Kenney’s stuff. I leave it in case there are ideas that inspire.
i tried to find about SE3D didn’t find much info in your patreon is it a editor? made with jme? can be used to make jme scenes? can you give me a link to find what exactly it is and usecases?
I originally wanted to develop a game with JME, and then I thought I should make an editor first. So, this editor has been written for several years, and I haven’t started writing my game yet!
This editor is based on JME3, and I basically just integrated the existing things of JME3, but it is not a general JME3 scene editor. The entire scene runtime is very dependent on the framework and configuration I use, so I’m afraid it can’t export a general j3o scene.
I’m using it to make some interesting scenes now, and I want to see how good JME can be.
As for the video links, I have posted them all on my patreon and youtube.
The transparent quad on the water surface is a neat idea, I’ve done something similar (but with a plane on-top facing upwards) to change the surface water color, since I never managed to find a direct way to change the actual color of the SimpleWaterProcessor. But now I’ll have to add a down-facing plane on the surface that is visible from underwater like you did as well.
I would also suggest considering using a simple screen filter (such as jme’s stock ColorOverlayFilter) to apply a blue-ish tint when the camera is detected as being underwater. I think that would make your underwater view even better, and it shouldn’t bog the app down at all since its a simple single color overlay.
@yaRnMcDonuts " since I never managed to find a direct way to change the actual color of the SimpleWaterProcessor" A POSITIVE side effect of adding a translucent plane with the normal looking down is that the reflection scene will show it as well. The blue tint in the water you see in my screenshot is from said plane. So no need to add a second one on top.
“I would also suggest considering using a simple screen filter” I’m trying to avoid adding screen filters, because that will compete with the UI effects and the Transparency effects, and the Particle effects. Testing to make sure nothing breaks would be an exponential task.
Hello everyone,
new month, new mechanics: ledge hanging system.
Get ready for more strategic climbing with stamina management – plan your movements and rest between ledges to conquer any obstacle!
I had to re-study Blender and the basics of 3d modeling/texturing to implement a test scene that would allow me to take advantage of all the hanging animations with any curved and non-curved surface.
With a lot of math and creativity I tried to make everything work.
With each demo I try to raise the bar of difficulty a little higher and higher.
I hope you enjoy the end result.
If you’re interested, I will be posting some behind-the-scenes pictures in the coming days.