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
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2120714714
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2132108399
I would also grab a new set of source code to work with ,
As well i would build the solutions before making any changes. ( create the two dll's)
You need to create a mod folder under Mods \ the game you are making the dll for .
Mods\Tiberium_Dawn\ (modfolder)
In Modfolder you need a Directory (Data) where you put the dll and a ccmod.json file . you need to set the load _order to 1
You can find examples in the second Line i posted
'
Do i need to compile the individual changes i made such as house.cpp or example before i build the solution?"
No it will compile all of the changed files when you build the solution.