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 :)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...