Nainstalovat Steam
přihlásit se
|
jazyk
简体中文 (Zjednodušená čínština)
繁體中文 (Tradiční čínština)
日本語 (Japonština)
한국어 (Korejština)
ไทย (Thajština)
български (Bulharština)
Dansk (Dánština)
Deutsch (Němčina)
English (Angličtina)
Español-España (Evropská španělština)
Español-Latinoamérica (Latin. španělština)
Ελληνικά (Řečtina)
Français (Francouzština)
Italiano (Italština)
Bahasa Indonesia (Indonéština)
Magyar (Maďarština)
Nederlands (Nizozemština)
Norsk (Norština)
Polski (Polština)
Português (Evropská portugalština)
Português-Brasil (Brazilská portugalština)
Română (Rumunština)
Русский (Ruština)
Suomi (Finština)
Svenska (Švédština)
Türkçe (Turečtina)
Tiếng Việt (Vietnamština)
Українська (Ukrajinština)
Nahlásit problém s překladem
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!