SupportedGameTypes, was renamed GameType, in 140..
This made all older maps not compatible, was this the plan?.
Even after changing the game type name my old maps still wont load..
What else was changed?
old way
This made all older maps not compatible, was this the plan?.
Even after changing the game type name my old maps still wont load..

What else was changed?
Code:
new SimGroup(MissionGroup) {
canSaveDynamicFields = "1";
Enabled = "1";
EffectPack = "WinterEffectPack";
GameType = "CNC";
MissionName = "Grassy";
old way
Code:
new SimGroup(MissionGroup) {
canSaveDynamicFields = "1";
Enabled = "1";
EffectPack = "DesertEffectPack";
MissionName = "Crusade";
SupportedGameTypes = "CTF\tDeathmatch\tRabbit";