As the title says, is it?
I'm currently developing a free-roam action game. I'm wondering what I should do to optimize the game and lower RAM usage.
Now, each frame counts as a room. And in each room, you can move anywhere you want. I'm developing the game so each frame won't use so much RAM.
For moving around, there is an animation to play. And you can only move to specific areas in that room, but it's still free-roam.
Anyways, is it possible using multiple frames?
Which mode (Direct3D or Standard) should I use? The game will be confined to a very small map. This is an experiment as well. I know a ton about Fusion but I'm learning advanced things aswell.
Thanks in advanced!