Removed…
Use an EXE wrapper or shell script for setting the VM parameters?
just curious, why do you need so much chars?
Removed…
I might be miss understanding you now since I’ve never played any of the Close Combat games but if your doing a 6000x6000 pixel then your map would take about 103 MB of memory just for the map. Might I humbly suggest you use a tile map? This is the way most strategy (Warcraft, Command and Conquer, Civilisations, Fire Emblem…) games do it.
If you have a tile size of 32 pixels you need a map of about 180180 tiles (=64006400 pixels) and every tile takes 4 bytes (an int) then the map would cost you about 150 KB of RAM. And if you use need about 256 tiles (should get you far enough) this takes about 750 KB (3232256*3 bytes/pixel). Giving you a total map cost of under 1 MB of RAM!
But like I said, I’ve never played Close Combat so I’m only speculating here.
please tell…