Jump to content

Does the user editing Name/Desc in .mission break it?


Recommended Posts

Posted

G'day,

 

Does the user going in and changing for example, the " Name = XYZ" or " Desc = XYZ" break missions? Are these entries used specifically in triggers etc?


Plane
{
  Name = "XYZ";     <--- User changes this to ABC
  Index = 2;
  LinkTrId = 3;
  XPos = 332295.071;
  YPos = 106.273;
  ZPos = 242600.988;
  XOri = 0.00;
  YOri = 0.00;
  ZOri = 12.30;
  Script = "LuaScripts\WorldObjects\Planes\spitfiremkvb.txt";
  Model = "graphics\planes\spitfiremkvb\spitfiremkvb.mgm";
  Country = 102;
  Desc = "XYZ";    <--- User changes this to ABC
  Skin = "spitfiremkvb\spitfiremkvb_blank_09.dds";
  AILevel = 0;

 

Thanks!

Posted

Yes, I believe so, because the binary mission file doesn't get updated. Try editing the <your language here> file instead. Both the text and binary mission file reference it for all in game text including subtitles, icons titles, and mission name and description.

 

 

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...