Possible to create custom Shuffle map pack?

Joined
Apr 11, 2015
Messages
438
Is it possible to create a custom Shuffle map pack with two or three map scripts, from which the game would randomly pick?
 
Custom map scripts or existing map scripts ?

Not sure, but you may be able to have a simple script that just contains the top entries of a classic map script (IE the "include" section), then a few lines of code to do the random selection, then a last "include" calling the selected script.
 
Then there is also the possibility to have all of them in the same file and use a config value to select 1, 2, 3 or random.
 
I'd like to take three or four custom maps scripts, all designed to generate Earth-like maps - decent-sized continents, that could include Pangaea, with islands - and have them randomly selected, in order to create maximum variety.
 
Back
Top Bottom