Nainstalovat Steam
přihlásit se
|
jazyk
简体中文 (Zjednodušená čínština)
繁體中文 (Tradiční čínština)
日本語 (Japonština)
한국어 (Korejština)
ไทย (Thajština)
български (Bulharština)
Dansk (Dánština)
Deutsch (Němčina)
English (Angličtina)
Español-España (Evropská španělština)
Español-Latinoamérica (Latin. španělština)
Ελληνικά (Řečtina)
Français (Francouzština)
Italiano (Italština)
Bahasa Indonesia (Indonéština)
Magyar (Maďarština)
Nederlands (Nizozemština)
Norsk (Norština)
Polski (Polština)
Português (Evropská portugalština)
Português-Brasil (Brazilská portugalština)
Română (Rumunština)
Русский (Ruština)
Suomi (Finština)
Svenska (Švédština)
Türkçe (Turečtina)
Tiếng Việt (Vietnamština)
Українська (Ukrajinština)
Nahlásit problém s překladem









I am having this issue as well and removed this mod but no sucess, i'll post again if I figure out the problem
They need to update their mod by adding this line to the Template: Template.bInfiniteItem = true, since the update changes the default bool from true to false if you leave out the Template.bInfiniteItem.
tl;dr Add Template.bInfiniteItem = true to your weapon templates.
I've already did it to all my weapon mods.
eg entering "AddItem Katana_BM 1" will add one more plasma katana to your inventory. I just tested it and was able to get 7 Plasma Katanas in my Inventory in Engineering. It should work for others assuming you can figure out the string name they are called by the Mod author. The good news is that if you try to use the slash command in a mission the error message should list that item's string name. ( It's how I guessed to try Katana_BM for plasma katana)