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
Thanks to 'Lkjhv' and 'Kirathel'
Go to: 'C:\Program Files (x86)\Steam\steamapps\workshop\content\270150\917345175\media\packages\running_with_clockworks\items\camouflage_suit.carry_item'
Your path to the file should be similar, you need to access the mod folder, once inside go to the folder 'items' and then open the file 'camouflage_suit.carry_item'
Then go to the end of the file and add ' </carry_item>' just above '</carry_items>' The mod crash in quick battles because this tag is not close, close it as mentioned it and save the file.
Now, let's fix the campign, go to:
C:\Program Files '(x86)\Steam\steamapps\workshop\content\270150\917345175\media\packages\running_with_clockworks\weapons\invasion_all_weapons.xml'
Then add the line ' </weapon>' just below the line '<weapon file="all_weapons.xml">' we are closing the tag again, then save the file.
Open RWR again and run the mod, then ENJOY!
..\Steam\steamapps\workshop\content\270150\917345175\media\packages\running_with_clockworks\weapons\invasion_all_weapons.xml also lacks the </weapon> closing tag. Inserting it before </weapons> lets the campaign load.
Unknown if it'll crash in some other way afterwards, but it starts at least.
the last two lines of the file must be:
"""
</carry_item>
</carry_items>
"""
there is only one '</carry_item>' cause its an item in a list of items(defined by the tag '</carry_items>' ) with this i just made it work, hope this will help you.
Go to: 'C:\Program Files (x86)\Steam\steamapps\workshop\content\270150\917345175\media\packages\running_with_clockworks\items\camouflage_suit.carry_item'
Your path to the file should be similar, you need to access the mod folder and inside go to the folder 'items' and then open the file 'camouflage_suit.carry_item'
Then go to the bottom of the file and add ' </carry_item>' just above '</carry_items>' The mod crash because this tag is not close, just close the tag as mentioned, save the file and open RWR again and run the mod, then ENJOY!