安装 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(越南语)
Українська(乌克兰语)
报告翻译问题
Edit: Sorry for not being helpful enough, but I don't know programming, so I can't help you in any way other than basic guidance.
Go to Steam/ Steamapps/ Workshop/ content/270150/ 682318774/ media/ packages/ Running in the trenches.
Once you're inside, go to weapons folder, and open the weapon file you want to edit, remember those are .weapon files (You must open them with notepad)
Once inside the .weapon file, look over for where it says price, normally a default weapon would have it written as:
price="2.0" /> , for example the weapon has a price of 2, if you want it to have 0, you do: price="0.0" />
Remember you CAN'T put the price with decimal numbers, like price="2.3" /> Or the game may crash.
Hope this helps you
MY BAD xnx
But it's right there, let me explain:
Inside the .weapon file, there is something like this: source="rank" source_value="0.3" />
Here, the value is set as 0.3, this value is the xp needed for uning this. You should set it as 0.0 and you won't need any exp to use it.