0 of 0

File information

Last updated

Original upload

Created by

oxi-astra

Uploaded by

oxiastra

Virus scan

Safe to use

Tags for this mod

16 comments

  1. Egor2251
    Egor2251
    • member
    • 0 kudos
    can you add a version of no-damage that will ignore food/water/sleep system?
    1. oxiastra
      oxiastra
      • member
      • 0 kudos
      I don't plan to expand the functionality yet. Your request can be solved with "cheat charcoal", it eliminates these needs. At the same time, charcoal, if installed, is widespread enough not to experience the need.
  2. rjt0902
    rjt0902
    • member
    • 0 kudos
    COULD YOU ADD MORE CHEAT SUCH AS NO LIMB DAMAGE OR Unlimited weapon Durability in this mod?
    1. rjt0902
      rjt0902
      • member
      • 0 kudos
      thanks
    2. oxiastra
      oxiastra
      • member
      • 0 kudos
      You can simply turn off the body health system addon (or BHS) in your modpack and you won't need anything else.

      To always keep your weapon in good condition, use mega-consumables dltx-plugin and any weapon repair item.
  3. sovsefar
    sovsefar
    • supporter
    • 2 kudos
    For some reason it worked on my first playthrough, then after a couple of days i made another and the scripts are no longer working despite being in the folder still.

    Is there any startup settings that can prevent these scripts from working properly ?
    1. oxiastra
      oxiastra
      • member
      • 0 kudos
      You probably mean "Unlimited ammo" doesn't work as expected. I changed its principle of operation. I should have written in the description, my bad. Now it is triggered when there are not enough ammo in the inventory to reload. 


  4. Cainhurst903
    Cainhurst903
    • supporter
    • 0 kudos
    So I just open this in MO, run the wizard check what I want and then its all active in game? or do I need to hit 'F7' and type something to turn them on?
    1. oxiastra
      oxiastra
      • member
      • 0 kudos
      Everything works right after installation.

      Maybe you were confused that the ammo don't appear. This script gives ammo when there are less than the capacity of the ammo in the weapon or there are none at all
  5. sovsefar
    sovsefar
    • supporter
    • 2 kudos
    Works with the latest Gamma version, thanks.
  6. qmfntmghkd
    qmfntmghkd
    • member
    • 0 kudos
    I'm using votax, but the mod still doesn't work. I didn't touch the script.
  7. gigapoon
    gigapoon
    • premium
    • 0 kudos
    This is a great one. I'm quite bored hoarding a lot of ammunition too. Thank you very much. Are there any other unlimited or something else in the future too?
    1. oxiastra
      oxiastra
      • member
      • 0 kudos
      Are there any other unlimited or something else in the future too?
      No, I'm not planning anything like that.
    2. gigapoon
      gigapoon
      • premium
      • 0 kudos
      I see, thank you for your reply sir.
  8. 24601
    24601
    • premium
    • 2 kudos
    Used this in STALKER Anomaly GAMMA 1.5.2 (which keeps carry weight to max 64kgs)
    Problem : ammo keep disappearing.
    Solution (this will only affect carry weight, you can use F7 key for ammo) :
    1. Open the .zip file Unlimited-57-1-0-1703500574
    2. Do NOT touch the Unlimited Ammo folder
    3. Open Unlimited Weight\gamedata\scripts (you'll find 2 script files here)
    4. Copy both script files to Anomaly\gamedata\scripts
    5. Thank you oxiastra for fulfilling, ahem, hunter-gatherer needs 
    1. oxiastra
      oxiastra
      • member
      • 0 kudos
      Hi, ammo disappear because I intentionally registered the disappearance of cartridges in the script. I did this because with a large number of ammunition (>2000) in the inventory, freezes start when opening the inventory or tabs with cartridges. I don't know if this is a bug of the original or because of some addon, but if you want to remove the disappearance of ammunition, then delete this block of code in _oa_ammo_plus.script
      https://imgur.com/a/K2Nc1wg
      local function itr(_,obj)
      if obj:is_ammo() then
      alife_release(obj)
      end
      end
      db.actor:iterate_inventory(itr,db.actor)
      But keep in mind, then you will accumulate a lot of ammo