Added New Mods and Profiles Folders

This is a complete rebuild of the modpack, with all new mods and updates for 1.5.3 of Anomaly.
This commit is contained in:
2025-01-14 05:07:53 -05:00
parent 85c665b107
commit 376b4b9689
21217 changed files with 546254 additions and 0 deletions
@@ -0,0 +1,34 @@
--[[
=====================================================================
Addon : Tosox Mini Mods Repo: Stop Addon Log Spam
Link : https://www.moddb.com/mods/stalker-anomaly/addons/tosox-mini-mods-repo/
Author : Tosox
Date : 12.01.2024
Last Edit : 19.01.2024
=====================================================================
--]]
-- Zatura Autostack
if zatura_autostack then
zatura_autostack.printf = function(...) end
end
-- Custom Functor Autoinject
if custom_functor_autoinject then
custom_functor_autoinject.printf = function(...) end
end
-- Food, Drug and Drink Animations
if ea_prefetcher then
ea_prefetcher.printf = function(...) end
end
-- G.A.M.M.A. Close Quarter Combat
if grok_bo then
grok_bo.printf = function(...) end
end
-- DLTX Minimodpack: More drop from drugs
if zz_itms_manager_more_drops_from_drugs then
zz_itms_manager_more_drops_from_drugs.printf = function(...) end
end