安装 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 still have a few questions though.
Where and what do I need to change so that the soldiers no longer have one magazine/clip with all the bullets in it, but several magazines/clips again.
I've been trying to figure out how to do this for quite a while now and compared many of your files with the original files, but I can't find the point where you put all the bullets in one magazine or clip.
I've found the place where you change the size of the inventory and I also know what I need to do to adjust the soldiers' inventory (although the numbers behind the item are still confusing me, especially those for the bandages and grenades).
I understand the part of the breed file where the contents of the inventory are set as follows:
{inventory
{item "k98" filled} //Weapon with full magazine
{item "rifle_ger clip ammo" 99999 5} //first value = number of bullets; second value = number of bullets per magazine/clip
{item "luger" filled}
{item "pistol ammo" 99999 8}
-----------------------------------------------------------------------------------------
These values confuse me a little:
{item "m24_smoke grenade" 2.25 0.5}
{item "bandage_ger" 22.5 2.5}
-----------------------------------------------------------------------------------------
{item "tent_kit" 2}
{item "ger_sidecap_m39_var2_med"}
}
Could you perhaps explain the "Inventory" section to me in a little more detail?
**`*UPDATE***
---------------------
I have now figured out what these values mean.
However, I still don't know where to change the clip/magazine size.
As I said, I don't want a magazine/clip that contains all the bullets, but rather one that is split into several, like in the vanilla version.
The magazine capacity of each weapon is defined separately in the file of each weapon, such as the smg file in the stuff folder. Find mp40, which defaults to 30 bullets. Changing this value is the maximum number of bullets that can be loaded in each magazine of mp40. The stacking of bullets is related to the definition of bullets. If the stacking is defined as 50 bullets per stack, then these 50 bullets will become one magazine, but mp40 can still load up to 30 bullets at most, although 50 bullets are one magazine (stacking, I cannot explain here).
Any other folders i need to delete? Same issue.