Page 1 of 1

Multiple map variants?

Posted: Fri Nov 27, 2015 6:04 pm
by SnakeEyesRaw
I'm trying to extract all the variants of a map I have that has four different variants (Dusk, Dawn, Night, Rain). I want to be able to select which variant to play like any other map, rather than selecting the one map and waiting to see which variant it decides to load. Anyone know how I might do this?

Here's a link to the map: http://www.moddb.com/mods/star-wars-bat ... -haven-101

Re: Multiple map variants?

Posted: Sat Nov 28, 2015 3:51 pm
by Marth8880
Nope. You can't. It's completely random.

Re: Multiple map variants?

Posted: Sat Nov 28, 2015 7:11 pm
by Anakin
Maybe you can warp the random number generator function and return the number you want. But that way you'd need to know at what number which map type is loaded.