i was reading through the news section and i noticed the paragraph about submitting open RPGs. currently my map ends in defeat if there is only 1 player at the start of the game, in order to prevent cheats. will i have to disable this for the moderators to playtest it?
Yup, you sure can. Just disable the save/load system when 1 player is present (aka "break" it) so they cant build up a character to use online, like how Final Fantasy Forever, Dark Lineage Owen and others did it. Moderators WILL need to be able to offline play test maps. -VGsatomi
you'll want to make sure that it will disable itself if there are computer players present. some people might weasel their way around the code breaking itself by doing that. maybe set a variable based on how many people are playing and are not computers then have the save function be reliant on that variable exceeding/being a certain value. or have different loading codes for single- and multi-player.