0 of 0

File information

Last updated

Original upload

Created by

tt7crocodiles

Uploaded by

tt7crocodiles

Virus scan

Safe to use

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
Currently, none of the trader in the game sell 7.62x39 ammo. I think it's a bug because the developers have some mess in ammo SIDs and so they forgot to add the "normal" A762* to the vendors. 
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
Spoiler:  
Show

[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:


If I stop playing Stalker and an update is needed, please take the file and change it.