Taking money from corpses

  • S.T.A.L.K.E.R.: Shadow of Chernobyl — Taking money from corpses
Author: Titan_1
Size: 2.95 kB
Uploaded by: Missiya
Date: July 4, 2019, 03:11 PM
Downloads: 949

I searched the site for a mod for removing corpses, but I couldn’t find it separately from other mods.

Who doesn’t like the amount of money from corpses, go along the S.T.A.L.K.E.R. path. Shadow of Chernobylgamedatascripts and in the lootmoney.script file we find the lines:

if npc_rank == "novice" and deadmoney >=300 then deadmoney=math.random(50,300)

elseif npc_rank == "experienced" and deadmoney >=500 then deadmoney=math.random(200,500)

elseif npc_rank == "veteran" and deadmoney >=700 then deadmoney=math.random(400,700)

elseif npc_rank == "master" and deadmoney >=1000 then deadmoney=math.random(500,1000)

The numbers in brackets are the range of money received from NPCs

Installation:

Place the gamedata folder in the game folder and confirm the replacement of files (if necessary).

The file name and description have been translated Show original (RU)Show translation (EN)
Снятие денег с трупов

Поискал по сайту мод на снятие трупов но отдельно от других модов не нашёл. 

Кому не нравится кол-во денег с трупов заходите по пути S.T.A.L.K.E.R. Тень Чернобыля\gamedata\scripts\ и в файле lootmoney.script находим строки:

if npc_rank == "novice" and deadmoney >=300 then deadmoney=math.random(50,300)

elseif npc_rank == "experienced" and deadmoney >=500 then deadmoney=math.random(200,500)

elseif npc_rank == "veteran" and deadmoney >=700 then deadmoney=math.random(400,700)

elseif npc_rank == "master" and deadmoney >=1000 then deadmoney=math.random(500,1000)

Числа в скобках это диапазон получаемых денег с НПС 

Установка:

Папку gamedata закинуть в папку с игрой и подтвердить замену файлов (если надо).

Useful links:

Comments 0