Select "MX Randomizer" in the "Plugins" tab of the Openplanet overlay.
Select "Random Map Challenge" to play one of the following game modes:
- Random Map Challenge (RMC)
- Random Map Survival (RMS)
- Random Map Objective (RMO)
- Random Map Together (RMT) (TM2020 only, requires MLFeed and MLHook)
- Random Map Challenge Chaos (TM2020 only, requires Chaos Mode)
- Random Map Survival Chaos (TM2020 only, requires Chaos Mode)
bool MXRandom::IsRMCRunning()
- Returns true if RMC is running.bool MXRandom::IsRMCPaused()
- Returns true if RMC is paused.int MXRandom::RMCDefinedGoalMedal()
- Returns the user-defined medal number setting for the RMC goal. (See Goal Medals table)string MXRandom::RMCDefinedGoalMedalName()
- Returns the user-defined medal name setting for the RMC goal. (See Goal Medals table)bool MXRandom::RMCGotGoalMedalOnCurrentMap()
- Returns true if the current map has a goal medal.bool MXRandom::RMCGotBelowMedalOnCurrentMap()
- Returns true if the current map has a medal below the user-defined goal medal.int MXRandom::RMCGoalMedalCount()
- Returns the number of goal medals on a current RMC run.int MXRandom::RMCActualGameMode()
- Returns the actual game mode of the current RMC run. (See Game Modes table)
bool MXRandom::CustomParameters
- Returns true if the player is using custom searching parameters.
void MXRandom::LoadRandomMap(bool customParameters = false)
- Loads a random map from MX.string MXRandom::GetRandomMapUrlAsync(bool customParameters = false)
[ASYNC] - Get a random map URL from MX and retuns its download URL.Json::Value@ MXRandom::GetRandomMapInfoAsync(bool customParameters = false)
[ASYNC] - Get a random map URL from MX and retuns a JSON object with the fields listed in MapInfo.as.
The parameter customParameters
decides if the plugin should use the custom searching parameters selected by the user when fetching a map from MX. Defaults to false
.
Identifier | Medal |
---|---|
0 | Bronze |
1 | Silver |
2 | Gold |
3 | Author |
4 | World Record (TM2020 only) |
Game modes are in a enumurated list.
Identifier | Mode |
---|---|
0 | Challenge |
1 | Survival |
2 | ChallengeChaos |
3 | SurvivalChaos |
4 | Objective |
5 | Together |