The stand-alone mod S.T.A.L.K.E.R. Anomaly aims to be the most stable and customizable experience for fans of the S.T.A.L.K.E.R. games. It's powered by the Monolith 64-bit engine, a custom fork of the X-Ray engine.

Description

A collection of tweaks for my personal preference that other's might enjoy. Updated for 1.5 B3 Update 2.

Preview
Anomaly 1.5 b3 QOL Tweaks
Post comment Comments
Bazingarrey
Bazingarrey - - 499 comments

Downloaded for the Minimalist HUD and Hunting Kit changes :)

Reply Good karma Bad karma+4 votes
Duty_Stalker
Duty_Stalker - - 39 comments

Does this need a new game?

Reply Good karma Bad karma+1 vote
Tonnatos
Tonnatos - - 21 comments

no

Reply Good karma Bad karma+1 vote
Gergination Author
Gergination - - 19 comments

None of these require a new game.

Reply Good karma+2 votes
Vyticoz
Vyticoz - - 236 comments

"The bonuses to mutant looting will apply regardless of whether or not you have the Hunting Kit equipped as your backpack. Simply having it in your inventory is sufficient (but it also works when equipped as your backpack)."

It already does this by default tho. If you read the description it says "Possession increases number of body parts obtained from mutants" and I can confirm you get bonus loot just from having it in your inventory. This part of your addon is unnecessary but the goodwill changes seem interesting.

Reply Good karma Bad karma-1 votes
Gergination Author
Gergination - - 19 comments

I double checked this just to make sure and you are incorrect. The best way to tell if the bonus is being applied or not is by whether or not you skin them quickly or not. When the bonus is applied, skinning is MUCH faster.

The description is wrong, that's why I changed it.

If you want more proof, here's the relevant code in the script:

if backpack and backpack:section() == "kit_hunt" then

This was changed to

if (backpack and backpack:section() == "kit_hunt" or db.actor:object("kit_hunt")) then

Reply Good karma+5 votes
Vyticoz
Vyticoz - - 236 comments

Well, I don't play with animations turned on so I never noticed the speed change only if I got the extra loot which you definitely do get more loot just from having the pack.

Reply Good karma Bad karma0 votes
Gergination Author
Gergination - - 19 comments

The code doesn't lie.

Reply Good karma+3 votes
Audixas
Audixas - - 52 comments

Nice, I might use some of these as well.

Quick question - would you mind if I based a tweak I'd put in my collection off of your Goodwill Condition tweak?

Reply Good karma Bad karma+1 vote
Gergination Author
Gergination - - 19 comments

Have at it.

Reply Good karma+3 votes
Audixas
Audixas - - 52 comments

Much appreciated!

Reply Good karma Bad karma+1 vote
lilchungito
lilchungito - - 13 comments

So the minimalist hud gets rid of health and stamina bars? I feel like that would be going slightly too far

Reply Good karma Bad karma+2 votes
Gergination Author
Gergination - - 19 comments

It does. My thinking is you have enough visual/audio cues to determine this stuff without an actual HUD element. If you want to add them back though, open configs/ui/maingame_16.xml

Edit these two lines near the bottom:

<progress_bar_health x="12" y="2728"
Change to
<progress_bar_health x="12" y="728"
and
<progress_bar_stamina x="12" y="2744"
Change to
<progress_bar_stamina x="12" y="744"

Those will probably intersect with PDA messages though as I moved those down into that space.

Reply Good karma+2 votes
get-off-my-property
get-off-my-property - - 9 comments

Does this interfere with the body health system mod (https://www.moddb.com/mods/stalker-anomaly/addons/body-health-system)?

Reply Good karma Bad karma+1 vote
scottian3214
scottian3214 - - 19 comments

"Skin mutants while holding any weapon" addon crashes my game.

Here is the log:
* loading script knife_manager.script
! [ERROR] --- Failed to load script knife_manager
! [LUA] SCRIPT RUNTIME ERROR
! [LUA] ....l.k.e.r. - anomaly\gamedata\scripts\bind_monster.script:61: attempt to index global 'knife_manager' (a nil value)
! [SCRIPT ERROR]: ....l.k.e.r. - anomaly\gamedata\scripts\bind_monster.script:61: attempt to index global 'knife_manager' (a nil value)

FATAL ERROR

[error]Expression : <no expression>
[error]Function : CScriptEngine::lua_error
[error]File : ..\xrServerEntities\script_engine.cpp
[error]Line : 191
[error]Description : fatal error
[error]Arguments : LUA error: ....l.k.e.r. - anomaly\gamedata\scripts\bind_monster.script:61: attempt to index global 'knife_manager' (a nil value)

stack trace:

Reply Good karma Bad karma+1 vote
scottian3214
scottian3214 - - 19 comments

Game worked like a charm prior to me installing the abovementioned addon so it's highly unlikely that other addons are causing my game to CTD.

Reply Good karma Bad karma+1 vote
Gergination Author
Gergination - - 19 comments

That's very odd, the stack trace is indicating that the Knife_Manager script flat out failed to load and therefore when the bind_monster script attempted to reference it, there was nothing there.

Do you know what you were doing when it crashed? Which monster were you skinning? Were you able to skin other monsters successfully before it crashed? Can you reproduce the crash?

Reply Good karma+1 vote
scottian3214
scottian3214 - - 19 comments

Spawned as a Clear Sky member in the Great Swamps and was about to sell some stuff to Spore when it suddenly CTD'd.

It stopped CTD'ing as soon as I uninstalled the said addon.

Very strange if you ask me.

Reply Good karma Bad karma+1 vote
Gergination Author
Gergination - - 19 comments

I'm honestly not sure. I've skinned multiple mutants, watched other Stalkers skin mutants and moved around Great Swamp a bunch and can't get the error you're seeing.

Reply Good karma+1 vote
scottian3214
scottian3214 - - 19 comments

Going to reinstall it in hopes of reproducing the error.

Will keep you posted.

Reply Good karma Bad karma+1 vote
Gergination Author
Gergination - - 19 comments

Have you made any changes to the Bind_Monster.Script file?

Reply Good karma+1 vote
scottian3214
scottian3214 - - 19 comments

Nope, no changes to the aforementioned script whatsoever.

Reinstalled your addon and this time, it CTD'd without even loading my game.

Log is still the same as above.

Reply Good karma Bad karma+1 vote
scottian3214
scottian3214 - - 19 comments

I have Immersive Campfire Saves installed however.

Just thought it would be quite relevant given how both of them start with the bind_ command.

Reply Good karma Bad karma+1 vote
Gergination Author
Gergination - - 19 comments

I'm honestly not sure what's going on with this. Immersive Campfire Saves doesn't affect the bind_monster.script file. Something is causing the entire knife_manager script to fail to load but I don't know what.

Reply Good karma+1 vote
goonwolf
goonwolf - - 2 comments

The minimal hud addon is real nice but the txr_thirst and txr_sleep scripts were causing a CTD for me. Seemed to be due to them missing ini_sys = system.ini()

Reply Good karma Bad karma+1 vote
Gergination Author
Gergination - - 19 comments

Can you message me the stack trace?

Reply Good karma+1 vote
goonwolf
goonwolf - - 2 comments

I'll try to get it to crash again and send you a log file

Reply Good karma Bad karma+1 vote
BitoOblib
BitoOblib - - 249 comments

Hey there !
Would some of those addon (or most) work with the latest Anomaly's version?
The HUD and the Safe haven's life sounds obligatory ! ^^

In fact I felt on this page because of the knife_manager cdt commented up there ^^ It's not with your addon but "knife works for skinning inside inventory", so maybe that script mecanic is broken with latest version ? Or just an incompatibility, couldn't really point out where the issue could come from.. Maybe yours would work ?

Reply Good karma Bad karma+1 vote
BitoOblib
BitoOblib - - 249 comments

Edit:
Well, for me, your knife_manager seems to don't cause any crash. Maybe because I still have to got the knife in a slot to use it, as the addon that was causing crash let me use it even in bag.

I'm also using some other addons, HUD, Population, Vice, and some I used to know what to modify, everything works fine and as expected ! Thanks !

Reply Good karma Bad karma+1 vote
anilex
anilex - - 80 comments

firestarter kits still have no use for me, means double click doesn't do anything and no ''use''-entry in the contextmenu. or does it just guarante matches to work 100% regardless of the weather conditions?

Reply Good karma Bad karma+1 vote
moisesjns
moisesjns - - 201 comments

Thanks! for making this very modular so we can choose what we want. So much love to you and the other content creators for keeping our glorious stalker alive after 10 years!

Reply Good karma Bad karma+1 vote
Post a comment

Your comment will be anonymous unless you join the community. Or sign in with your social account:

Tags