Zainstaluj Steam
zaloguj się
|
język
简体中文 (chiński uproszczony)
繁體中文 (chiński tradycyjny)
日本語 (japoński)
한국어 (koreański)
ไทย (tajski)
български (bułgarski)
Čeština (czeski)
Dansk (duński)
Deutsch (niemiecki)
English (angielski)
Español – España (hiszpański)
Español – Latinoamérica (hiszpański latynoamerykański)
Ελληνικά (grecki)
Français (francuski)
Italiano (włoski)
Bahasa Indonesia (indonezyjski)
Magyar (węgierski)
Nederlands (niderlandzki)
Norsk (norweski)
Português (portugalski – Portugalia)
Português – Brasil (portugalski brazylijski)
Română (rumuński)
Русский (rosyjski)
Suomi (fiński)
Svenska (szwedzki)
Türkçe (turecki)
Tiếng Việt (wietnamski)
Українська (ukraiński)
Zgłoś problem z tłumaczeniem
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!