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