peyvolt Posted February 28, 2010 Posted February 28, 2010 Hi: I need to modicate those things, the firts one, I want to change the names of the aircraft in the main screen, I need to modificate contrls.ini.How can ca I do? tha last thing I need is I want to change the names of the .bmp of a cockpit to .tga because I want to opace some parts of the cockpit, I open .cmd to txt and modificated in the bootom of the page some names.bmp to name.tga, when I saved thast to cmd, the cockpit does´nt work, the aircraft does´nt open. PLEASE HELP:helpsmilie:
Alfa Posted February 28, 2010 Posted February 28, 2010 I need to modicate those things, the firts one, I want to change the names of the aircraft in the main screen In the folder: FUI/EnglishVersion/ open the userinterface.cfg, search for the aircraft entry you want to change and simply change the last bit. E.g. if you want to change the name of the Su-27 shortcut, then in the following line... Su_MINUS__TWO__SEVEN_ = "Su-27"; ...simply change "Su-27" to something else. I need to modificate contrls.ini.How can ca I do? You cannot edit in the Controls.ini - why do you think you need to do that? tha last thing I need is I want to change the names of the .bmp of a cockpit to .tga because I want to opace some parts of the cockpit, I open .cmd to txt and modificated in the bootom of the page some names.bmp to name.tga, when I saved thast to cmd, the cockpit does´nt work, the aircraft does´nt open. You need to use a proper hex editor application for this - using a simple text editor(such as notepad) will corrupt the file. JJ
peyvolt Posted February 28, 2010 Author Posted February 28, 2010 In the folder: FUI/EnglishVersion/ open the userinterface.cfg, search for the aircraft entry you want to change and simply change the last bit. E.g. if you want to change the name of the Su-27 shortcut, then in the following line... Su_MINUS__TWO__SEVEN_ = "Su-27"; ...simply change "Su-27" to something else. You cannot edit in the Controls.ini - why do you think you need to do that? You need to use a proper hex editor application for this - using a simple text editor(such as notepad) will corrupt the file. THANK VERY MUCH SIR Which program do I need for scrip?
Alfa Posted March 1, 2010 Posted March 1, 2010 THANK VERY MUCH SIR Which program do I need for scrip? You are welcome :) I use an editor package called "SourceEdit", which contains a separate hex editor: http://www.brixoft.net/prodinfo.asp?id=1 JJ
Recommended Posts