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
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)