sadnessmonday
New Member
- Jul 17, 2020
- 4
- 4
- 136
To be perfectly honest I don't understand how this game has been around for at least 3 years now and the basic functionality like moving around, clicking on stuff, talking to characters doesn't work properly. After about 2 minutes of playing I often end up in a state where the game UI is completely unresponsive - no text showing, no prompts, no UI, no menu available etc.
Was this thing built from scratch? Using an existing game engine would have saved so much grief. To be perfectly honest, the code that handles the main game/input/event handling loop here is simply busted. There seems to be tons of freezing, likely due to IO operations on the main thread, etc.
Was this thing built from scratch? Using an existing game engine would have saved so much grief. To be perfectly honest, the code that handles the main game/input/event handling loop here is simply busted. There seems to be tons of freezing, likely due to IO operations on the main thread, etc.
Last edited: