Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
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.