安裝 Steam
登入
|
語言
簡體中文
日本語(日文)
한국어(韓文)
ไทย(泰文)
Български(保加利亞文)
Čeština(捷克文)
Dansk(丹麥文)
Deutsch(德文)
English(英文)
Español - España(西班牙文 - 西班牙)
Español - Latinoamérica(西班牙文 - 拉丁美洲)
Ελληνικά(希臘文)
Français(法文)
Italiano(義大利文)
Bahasa Indonesia(印尼語)
Magyar(匈牙利文)
Nederlands(荷蘭文)
Norsk(挪威文)
Polski(波蘭文)
Português(葡萄牙文 - 葡萄牙)
Português - Brasil(葡萄牙文 - 巴西)
Română(羅馬尼亞文)
Русский(俄文)
Suomi(芬蘭文)
Svenska(瑞典文)
Türkçe(土耳其文)
tiếng Việt(越南文)
Українська(烏克蘭文)
回報翻譯問題
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!