I tried your game - I think you have a lot to learn when it comes to optimization of assets. Your game has really low fps, but that's not only fault of the gameguru engine;
You are using very heavy textures and lots of polygon collisions - that's a huge performance hog.
There's a very good tutorial about texture optimization on gameguru forum: https://forum.game-guru.com/thread/222504
Collisions can be pretty tricky too, as theres alot of different types good for different occasions, but in general it's good to avoid polygon collision whenever possible.
You can set it up in fpe file of any asset, try it if you have some time, it makes big difference :)
Castle_Gandalfo
6
Posts
A member registered Dec 21, 2022
Recent community posts
Ok it works now :D I went through few levels and now Im in that castle level (if you want these poor zombies on screen go through the gate, you need to set forcesimpleobstacle = 3 in fpe file of the gate asset, then AI will recognize its polygon shape)
In general I'd say this is a nice little game :) Simple, yet enjoyable experience.
One rather irritating thing is stock gameguru heartbeat sound when player is hurt.
I'll play one more time tommorow, and give u some more feedback :)