LLv34_Temuri Posted February 3, 2017 Posted February 3, 2017 (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 February 3, 2017 by LLv34_Temuri 2
LLv34_Temuri Posted February 3, 2017 Author Posted February 3, 2017 2.*truncated, not concatenated I stand corrected
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now