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

Played 5 runs, mostly died on the middle point of them.

This is very fun! The guns are powerful, but the scenarios where they must be used are on the overwhelming side so they don't feel overpowered. Altough I died a lot, I'm pretty sure it was because I was playing badly more than the game was being too hard. The game has a very solid base to grow from.

I didn't realize there was ammo until I run out of it while using the super machine gun. The ammo system itself feels a bit odd, specially since there is no control over which kind of weapon or ammo you are going to get. The shield gun is kind of unique that it works as a knife, but I ended up replacing it for better guns most of the time. It would be nice if its secondary, the shield, was something that could be adapted into the character in some way rather than being tied to something as precious as inventory space.

I found it very hard to parse the stats of each weapon. There is a lot of text in there. I don't mean that you should simplify things diablo 3 style, but in some way reducing and condensing the weapons stats would be welcome.

Why do pistols drop when you can get a machine gun? Why does the granade launcher use blue ammo when all explosives use green ammo?

I think I remember reading seen posts of yours in the thread explaning the game runs on ECS. It is impressive how smoothly everything runs in my laptop.

I believe I barely scrapped the surface of the game by playing badly and getting killed so early, but this game really looks promising. I hope you will be able to polish and improve this game further, good luck!

(+1)

Thank you for playing and all the feedback!

That its too hard has pretty much been a universal comment so I'm sure its tuned a bit too punishing at least. Its kind of hard to tell when you've been testing it yourself so damn much so DDs are invaluable for that type of feedback.

I'd like the emphasis being on the guns for the game. But at the same time have you get stronger from getting skills. For example I had planned to put in a skill to make the shield gun better before DD but it didn't make it. I've considered adding an item slot too though, so you'd start with the shield gun there and have the option of finding other items that do other things to exchange it for. But I will have to decide how it should all be handled.

The way the ammo system works right now is pretty much how I'd like it to work. It can be improved of course, but I want you to have to adapt a bit to what you're given and also balance the use between the different types. There are some ways to control it; you can always buy every type in a shop and there are skills to increase the max capacity. I'd like to add more though. Getting skills is way too random now I think for example, so it'll be changed a bit at least so you can have some control over your build and so.

I'll try to explain how I see the different types of ammo. Basically its based on how exotic (not rare) the guns are, with blue (light) being the least and green (special) the most. But at the same time its balanced around ammo costs, for example special is a bit more rare but most guns in that type don't have a really high ammo cost or really high rate of fire unless they're really "doomsday-y". As you can't go below 1 ammo cost and the max capacity is lower, each time you fire a special gun its a bit more... special. Than compared to the other types. For example the grenade launcher, name might change, you'll spam fire without much worry but a quadzooka you'd think a bit more before pulling the trigger. Also all types of guns with exploding projectiles, the starting gun is light for example hehe. If any of that makes sense.

Lower quality guns, like a pistol, have the capacity to drop with more and better mods on them compared to rarer ones. Its an attempt to make guns that are worse in their basic forms still be viable in later levels because they'd be able to have a lot of "stuff" on them that would make them good anyway. The ordinary pistol in particular though also has a lot of armor piercing so it could prove useful to take in the beginning.

I agree that the gun stats screen is pretty bad. I want to change pretty much all the text into icons and probably remove a lot of unnecessary info to condense it. Might add a way to inspect them closer and see absolutely every stat if you really want to.

Yeah I'm using ECS for pretty much everything except most of the UI. I wanted a lot of enemies so the whole collision detection and physics are custom and multithreaded. Pathfinding always runs on a separate thread. Which are pretty much the only taxing things. So I think it'll run pretty good as long as you have a few cores, luckily most computers do now. So hopefully all that effort was for something.