Page 1 of 1

How can I override the freeplay scenario with my own?

Posted: Wed Sep 09, 2015 5:18 pm
by Glockshna
I'd like to completely override the freeplay scenario with my own for multiplayer. How would I do this without overwriting the base scenario?

Re: How can I override the freeplay scenario with my own?

Posted: Wed Sep 09, 2015 6:26 pm
by prg
Make a subdirectory in scenarios/, put a control.lua with your own fun stuff in there.

Re: How can I override the freeplay scenario with my own?

Posted: Wed Sep 09, 2015 7:27 pm
by Glockshna
prg wrote:Make a subdirectory in scenarios/, put a control.lua with your own fun stuff in there.
Did that, it still uses the core Freeplay scenario when you start a new map. In single player there is a way to select a scenario but that doesn't exist for multiplayer.

Re: How can I override the freeplay scenario with my own?

Posted: Wed Sep 09, 2015 7:32 pm
by prg
Right, seems like you need to start the scenario in single player, then save that and start a multiplayer game with that save. Might be worth a feature request to be able to do this directly.