Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
To start with, you'll need to locate where units are stored - this will almost always be the files in Data/XML/Units. I would also suggest downloading either Visual Studio or Notepad++ before going further, just for ease of use on your end.
After that, you'll need to find the unit you want to add; generally they'll be in the Militia_x and either Other_x (for FOTR) or Unit_x (For TR). For example, the Interceptor is in Units_Corvettes whilst the various Mercenary units are in Militia_Ground_Units.
Regardless which unit you pick, the method for making it buildable is going to be the same;
Firstly, add in the faction you want to build them to the <Affiliation> Entry; you can look at other units for examples on what you need to type.
Secondly, add in the shipyards associated with said faction; again, looking at other units for examples can save you a lot of hassle.
Thirdly, and sometimes optionally, you will need to disable anything that locks the unit from being buildable; the most common cases for Independent Force units is tech level being set to 99 - simply set that to 0 - and the Build_Initially_Locked tag. Units associated with other factions might have other locks associated with them that you'll need to find and disable.
Of course, when Thrawn's Revenge updates to 3.5, Custom GC will allow you to build various independent forces units without needing to mess with the files.
Edit: Reworded some stuff as I was using FoTR as a reference point originally.