Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

Great entry! I enjoyed it about 85%, there were some really frustrating parts due to entering a room, all the enemies spawning in, then backing up a little to take cover but they’d despawn, then they all spawn in again. Initially I didn’t realize that what was happening, and when I did, I just had to charge through. Echoing other comments, I had to turn the audio way down since the gunfire was so loud.

It was cool picking up other weapons but it would be nice if, when out of ammo, they went away so I didn’t keep picking up a dud.

I think a little bit of texture would have been nice, with flat colored blocks and very little lighting, it was sometimes hard to parse the scene.

Definitely curious what this would look like with more time.

Thanks for the feedback, happy you enjoyed it despite some of the flaws.

I didn't realize the way respawning works would cause big issues because I always pushed forward in combat. My son also played in a similar fashion. The importance of playtesting with other people :)

I didn't want to have the weapons simply despawn (ironic since I did it for enemies without batting an eye lash). The plan was for weapons to have a green/red light indicator similar to the triggers to show if the weapon has ammo, but never managed to implement it.

Good call on the texture. I'm terrible at art. I experimented with some noise textures generated inside Godot but because I had scaled meshes all over the place while building the level it looked worse than just a flat color.

I'm pretty happy with how the game turned out despite all the issues but I don't plan doing any more 3D games in the near future :)

(+1)

scaled meshes all over the place

Glossing over a lot of details, under the UV1 section is the Triplanar checkbox, which automaps the uv. If you’re using CSG or scale the basic mesh objects themselves, aka not using the scale property, it’ll all match scale-wise. With some shader code it can be made to be worldspace.

always pushed forward Since the respawns were quick, and health regen’ed quickly, it set things up for me to try being super aggressive, so definitely a success.