Hello reader.
So it's been 4 months since the last post, while developing the game I encountered so many problems with the Clickteam's memory limit (the game kept crashing).
The good news is that I understand the problem: Direct3D 9 uses too much memory, so I have to switch to Standard.
The bad news is that changing from Direct3D to Standard lowers the framerate drastically because there's no hardware acceleration and for other technical reasons I have to remake the game from scratch.
0 comments