Easiest way to fix that is to download the
Generals STR file from this site. You can find the post that file is in
here . Just scroll down to the post made by MeMyselfandPi.
This file goes in the Data folder in your main Generals ZH directory. if your modding regular Generals, there's a version of that file for Generals in the post linked to above.
Anyways, this file is basically a generals.csf that you can edit in notepad. You would need a special program to edit the real generals.csf, so this generals.str is alot better.
What this file does is displays all of the text in the game. Whenever you see any text in the game, theres a string in this file supporting it. Basically what you need to do, is look at what it says in game after the MISSING:. Make a entry in that STR file with that. On the next line down, put the name of your faction in quotation marks. The next line put the word End.
Example;
missing thingy ingame;
MISSING:'SIDE:AmericaNewGeneral'
Code you need to put in generals.str;
SIDE:AmericaNewGeneral
“New General”
End
Looking at the different entrys already there will help you learn more about what this file does.
EDIT; End is supposed to be all caps, END not End. Haven't tested to see this file is case-sensitive, but all the other ENDs are all caps.
Edited by user
13 years ago |
Reason: Not specified