Skip to main content

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

For right-handed controls: arrows to move, down to crouch, up both to hold rope and jump (but you need to add a delay otherwise it's impossible to jump from the rope), Ctrl to prone, Right shift to attack. Other controls can stay on C/V/B since we don't press them often.

I don't think 5) is needed but I don't see anything wrong with it and it would no longer require a delay to jump from rope, so maybe it's a good idea. The only issue would be when you want to jump down without holding the rope which I remember happened in a few levels.

I disagree with 2) and 4), for me the gameplay is very good right now, it just needs more enemies and maybe the first levels are a bit too long. Your new levels 15-21 are almost perfect for me gameplay-wise.

Regarding 3) I think you store too much information in the level files. It looks like every level contains all the game assets required to plqy the level, instead of simply defining all the assets in one file and then having only the level define the layout. 

(+3)

2) Gameplay is good but these puzzle will make it even better. And there will be specific theme for some level which will make game more challenging.

4) Zoom feature will return for PC version.

5) It will be removed for PC version. Just need to manage the jump and rope function while on ground. 

3) I have seen the editor.log after exporting a build. Almost 95% of game size was taken by images. The reason for that is I have made levels on Krita. Sliced them into smaller images and resized them so that they will appear sharp. So by default if unity is using size 2024 I have to double if for some level sprites to 4048. Same with characters sprites.  I used the image below for idle animation in last build. The size of the image is 400x700 while actual sprite size is 70x300 or something. So even though there is no information in the blank space the image is going to consume larger space(and there are 1000+ frames like this including all skins and sex animations). This time I have cropped image to perfect size and making a tile set for level so that I will be able to design a level in unity.