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
Multiple map variants?
Moderator: Moderators
-
- Private
- Posts: 44
- Joined: Sun Apr 19, 2015 4:10 am
- Projects :: Various personal side mods
-
- Resistance Leader
- Posts: 5042
- Joined: Tue Feb 09, 2010 8:43 pm
- Projects :: DI2 + Psychosis
- xbox live or psn: Marth8880
- Location: Edinburgh, UK
- Contact:
Re: Multiple map variants?
Nope. You can't. It's completely random.
- Anakin
- Master of the Force
- Posts: 4817
- Joined: Sat Sep 19, 2009 11:37 am
- Projects :: RC Side Mod - Remastered - SWBF3 Legacy
- Location: Mos Espa (germany)
Re: Multiple map variants?
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.