Advertisement
Guest User

MISERY mod fixes

a guest
Jan 14th, 2012
5,018
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. HOW TO FIX STAMINA:
  2. \gamedata\configs\creatures look for actor.ltx . Then lower the walk_power and the walk_weight_power in notebook and save. Vanilla
  3. values should be ~ 0.0002.
  4.  
  5. HOW TO MAKE TRADERS BUY MORE WORN WEAPONS:
  6. Go to game directory, then,
  7. >"stalker call of pripyat / gamedata / configs / misc"
  8. And then edit each of the traders files in notepad or notepad++, looking for the line
  9. "buy_item_condition_factor = 1"
  10. 1 = 100% weapon health only, 0% meaning they will buy broken shit, but you probably won't get shit.
  11. 0.75 seems to be a fine compromise between challenge and enjoyable gameplay.
  12.  
  13. Q: I want to be able to SELL DAMAGED equipment.
  14.  
  15. A: To reduce the minimum condition of a weapon that a trader will buy:
  16. Goto all files in gamedata\configs\misc\trade and if they have a line with "buy_item_condition_factor", change it to the desired fraction (0.90 is 90%, etc). Please note that this will make it MUCH easier for you to make money, so I suggest only making a minor change.
  17.  
  18. Q: I dislike the changes made to the MEDKITS and FOOD. How do I make them more effective?
  19.  
  20. A: If you want to chang the health restore for medikits go to gamedata/configs/misc and open "items" with your wordpad or editor. After that search for the "boost_health_restore" line and change the values to your own needs (example: 0.020) dont know the exact vanilla values so you need to play a little with it. After that you can do the same for "medkit_army" and "medkit_scientic" by doing the previous step. I would suggest giving the normal medikit the lower value for health restore and going up on the army and science one. I suggest doubling their values (if it's 0.02 then make it 0.04 i.e.)
  21. There are few medkits available so use the medic often and buy as many from him as possible.
  22. If you want to make the eatable items more satiating do find the file gamedata\configs\misc\items.ltx and raise their "eat_satiety" levels. Like finding "[bread]:booster" and changing its "eat_satiety" level from 0.15 to 0.3 - That will make the bread twice as effective/satiating for the actor.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement