About this mod
Currently, none of the trader in the game sell 7.62x39 ammo. This mod corrects that and adds this ammo to some later vendors. Additionally, the PG-7V projectiles were added.
- Permissions and credits
SID A762* = 7.62x39
SID A762Sniper* = 7.62x54
SID A762NATO* = .308
So I fixed that and added this ammo to some later vendors.
Additionally, upon request, the PG-7V projectiles were added to the trader who also sell 7.62x39 armor-piercing.
Installation:
Unzip the archive and put the .pak file to the ~mods folder. If you do not have one -> make one.
Steam: .
..\Steam\steamapps\common\S.T.A.L.K.E.R. 2 Heart of Chornobyl\Stalker2\Content\Paks\~mods\
Changes the file
...\Stalker2\Content\GameLite\GameData\ItemGeneratorPrototypes\DynamicItemGenerator.cfg
and conflict with every mod changing the same file. Use Configuration FIle Merge Tool for merging configuration files in mod packs.
Coding-examples:
[x] : struct.begin
ItemPrototypeSID = A762D// MOD
Chance = 1
MinCount = 210
MaxCount = 300
struct.end
[y] : struct.begin
ItemPrototypeSID = A762A// MOD
Chance = 1
MinCount = 120
MaxCount = 210
struct.end
[z] : struct.begin
ItemPrototypeSID = A762E// MOD
Chance = 1
MinCount = 120
MaxCount = 210
struct.end
Tools used:
- to re-pack: RePack with bats by StalkerBoss
- edit: Notepad++
- compare: WinMerge
If I stop playing Stalker and an update is needed, please take the file and change it.