S.T.A.L.K.E.R.: Shadow of Chernobyl
Post-apocalyptic shooter with role-playing elements and first-person view. The events take place in an alternative universe, where on April 12, 2006 at 14:33, an... Read more
Taking money from corpses
-
1562242335_gamedata.rarDownload 2.95 kBArchive password: vgtimes
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).
Поискал по сайту мод на снятие трупов но отдельно от других модов не нашёл.
Кому не нравится кол-во денег с трупов заходите по пути 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: