Jump to content

Mission editor changes nonrelated things when terrain preset is changed


Recommended Posts

Posted (edited)

I changed the terrain preset of a mission in the mission editor to be Moscow Winter and saved the mission with a different name. I then diffed the original and the changed .mission files and noticed that:

1. Indexes in MCUs are changed.

Original:
 

OnReports
    {
      OnReport
      {
        Type = 0;
        CmdId = 20793;
        TarId = 20792;
      }
    }
  }

Changed:

OnReports
    {
      OnReport
      {
        Type = 0;
        CmdId = 20792;
        TarId = 20793;
      }
    }
  }

2. Server input names are truncated.

Original:

MCU_TR_ServerInput
  {
    Index = 65885;
    Name = "COMBATZONE23_RESPAWN_LINE_RUS_21";

Changed:

MCU_TR_ServerInput
  {
    Index = 65885;
    Name = "COMBATZONE23_RESPAWN_LINE_RUS_2";

Mission files are attached.

MoscowWBproblems.zip

Edited by LLv34_Temuri
  • Upvote 2
Posted

2.*truncated, not concatenated

  • Upvote 1
Posted

2.*truncated, not concatenated

I stand corrected :)

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...