Installer Steam
log på
|
sprog
简体中文 (forenklet kinesisk)
繁體中文 (traditionelt kinesisk)
日本語 (japansk)
한국어 (koreansk)
ไทย (thai)
Български (bulgarsk)
Čeština (tjekkisk)
Deutsch (tysk)
English (engelsk)
Español – España (spansk – Spanien)
Español – Latinoamérica (spansk – Latinamerika)
Ελληνικά (græsk)
Français (fransk)
Italiano (italiensk)
Bahasa indonesia (indonesisk)
Magyar (ungarsk)
Nederlands (hollandsk)
Norsk
Polski (polsk)
Português (portugisisk – Portugal)
Português – Brasil (portugisisk – Brasilien)
Română (rumænsk)
Русский (russisk)
Suomi (finsk)
Svenska (svensk)
Türkçe (tyrkisk)
Tiếng Việt (Vietnamesisk)
Українська (ukrainsk)
Rapporter et oversættelsesproblem
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.