安装 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(越南语)
Українська(乌克兰语)
报告翻译问题









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)