Installer Steam
log på
|
sprog
简体中文 (forenklet kinesisk)
繁體中文 (traditionelt kinesisk)
日本語 (japansk)
한국어 (koreansk)
ไทย (thai)
Български (bulgarsk)
Čeština (tjekkisk)
Deutsch (tysk)
English (engelsk)
Español – España (spansk – Spanien)
Español – Latinoamérica (spansk – Latinamerika)
Ελληνικά (græsk)
Français (fransk)
Italiano (italiensk)
Bahasa indonesia (indonesisk)
Magyar (ungarsk)
Nederlands (hollandsk)
Norsk
Polski (polsk)
Português (portugisisk – Portugal)
Português – Brasil (portugisisk – Brasilien)
Română (rumænsk)
Русский (russisk)
Suomi (finsk)
Svenska (svensk)
Türkçe (tyrkisk)
Tiếng Việt (Vietnamesisk)
Українська (ukrainsk)
Rapporter et oversættelsesproblem
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!