Trader sell 7.62×39 ammo
Currently, none of the trader in the game sell 7.62×39 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.62×39
SID A762Sniper* = 7.62×54
SID A762NATO* = .308
So I fixed that and added this ammo to some later vendors.
Changes the file
…\Stalker2\Content\GameLite\GameData\ItemGeneratorPrototypes\DynamicItemGenerator.cfg
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.