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.
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 ?
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.
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?
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
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?
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
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
16 comments
To always keep your weapon in good condition, use mega-consumables dltx-plugin and any weapon repair item.
Is there any startup settings that can prevent these scripts from working properly ?
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
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
https://imgur.com/a/K2Nc1wg
local function itr(_,obj)
But keep in mind, then you will accumulate a lot of ammoif obj:is_ammo() then
alife_release(obj)
end
end
db.actor:iterate_inventory(itr,db.actor)