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









The ammo capacity is slightly off, though.
Type VII [www.ubootarchiv.de]:
Deck gun: 1 x 8,8-cm Tk L/45 (250 grenades) 1943 removed
FlaK: 1 x 2-cm (1195 shots) - from 1944 1 x 3,7-cm (1195 shots) - 2 x 2-cm Twin gun (4380 shots)
The Type II's had 1200 shots for their AA guns.
But it's not a problem.
I'm not sure the question, but I'm going to assume you are asking what removing those lines does.
IsItemAllowed determines whether an item is allowed in a storage slot or not. IsItemAllowedPatch is what's preventing the ammo being allowed in the main storage.
GetJobsPatch removes ammo transfer from crew job lists, since it's all in the guns now. So if you take out IsItemAllowedPatch you also need to remove GetJobsPatch otherwise crew won't be able to load ammo from storage into the guns.
The placement of ammo is more realistic in vanilla, but this mod is not about the placement.
This mod is about the amount, which in vanilla is limited only by mass.
It is possible to limit the ammo to historical amounts while still having it in the main cargo hold. And I may do that at some point in the future, but it's significantly more complex and therefore prone to bugs.
But I don't think you guys want that. It seems like you guys want a cheat mod, and that's not what this is. If you want a cheat mod, take the code and make it yourself. You have full permission to reuse and re-upload the code.
and remove or comment out: IsItemAllowedPatch(lines 75-86) and GetJobsPatch(lines 522-541).
"
I understand that removing those lines would make it ?
I just saying this so that you can see that there is demand for a mod like that because I like to bring as much fire power as possible.
Please make a mod like Brosseph Stalin said
No, because that's the whole point of the mod. But you can easily do it.
Just go to Steam\steamapps\workshop\content\494840\3290033613\Source\AmmoRestrictionPatches.cs
and remove or comment out: IsItemAllowedPatch(lines 75-86) and GetJobsPatch(lines 522-541).
I might make it easier to do in an update, but no, it's unlikely to ever be an official option.