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

No words can describe how excited and grateful I am to read your feedback. It means a lot to me. I'm so glad you feel positive about the game. All this time, I've been focusing a bit too much on the content, but not really the gameplay. Your suggestion has helped me learn about game development a lot. I'll try my best to address the various issues that you pointed out.

Unfortunately, implementing many of these suggestions will require delving into JavaScript programming within SRPG Studio, which I have zero knowledge about. There are two possible options: I could teach myself Javascript and in-depth SRPG studio engine, or transition the game to Godot or Unity to have more flexibility in tweaking game mechanics.

Regardless, I'll keep working on it. Thanks again for amazing feedback. :D

I would strongly advise against changing engines at this point, it will kill your momentum. Maybe try something new in a future project if you feel that SRPG Studio is too limiting for your ideas.

If features that you want to add seem difficult to implement than perhaps you could try a solution with stuff that you know how to do. When using a prebuilt engine it's usually best to take advantage of things that it's good at rather than morphing the whole thing into a something else entirely. Making characters strong against specific enemy types for example is something that should be very much in-tune with what SRPG Studio is great at. My suggestion for grayed out boxes could be done using picture popups instead of tinkering with menu code. Having the night scene start on the ally turn could also be done by applying a sleep status that prevents ally movement on that turn to the same effect. There's always more than one way to add a feature, and aligning your additions with the strengths of the engine will both reduce your workload and make the game experience feel smoother for the players.

(+1)

Thank you for your advice. I'll look into those methods and similar ones.