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

Sprinting with a helmet increases the stamina drain, sometimes significantly. This script automatically removes your helmet when you sprint and puts it back when you stop sprinting. Includes an indicator in the status hud when the helmet is removed. Probably doesn't work if you have an animation that plays when you remove/equip a helmet, IDK didn't test that i find those animations very annoying. 1.5.1/1.5.2

Preview
auto helm (Anomaly 1.5.1/1.5.2)
Post comment Comments
Reconboi
Reconboi - - 57 comments

will made addon thanks for sharing, but is it possible to make an addon where you make put-on and take-off breath sound when using a helmet similar to misery?

Reply Good karma Bad karma+2 votes
ravenascendant Author
ravenascendant - - 1,100 comments

tell me the name of the sound file if it is in anomaly already, or send me the file over discord.

Reply Good karma+1 vote
EricSol
EricSol - - 280 comments

can we get a mechanical-hydraulics sound everytime the helmet goes on and off?

not that i would use it i just randomly want to stumble over it on youtube some day..

Reply Good karma Bad karma+1 vote
Little_Lion
Little_Lion - - 88 comments

WARNING: Off-topic and my humble apologies.

@Ravenascendant: Raven, you are an awesome scripter and I appreciate your mods 👍 Could you help me out with the following:

I wanna make it so that I can tear faction patches off downed enemies outfits from the loot window without having to transfer their outfits to my inventory first. Could you point me out in the right direction to achieve that? I've looked through all the UI files & scripts but I couldn't find anything related to that.

Again, my humble apologies for being off-topic but I'm at a loss here. Thank you for your kind patience.

Reply Good karma Bad karma+2 votes
ravenascendant Author
ravenascendant - - 1,100 comments

add this line to [outfit_base] in items/outfits/base.ltx
use1_c actor_equ, actor_belt, actor_trade, actor_trade_bag, npc_bag, npc_trade, npc_trade_bag

Reply Good karma+3 votes
Little_Lion
Little_Lion - - 88 comments

Hey Raven, thank you for taking the time to help me out, I appreciate it :)

I copied and pasted the line of codes above inside the [outfit_base] section, saved and tested in-game, but the "tear patch" option wasn't available from the loot window. I still had to transfer the outfit to my own inventory first, exit the loot window and open my backpack in order to tear the patch off.

I'm feeling really bad for troubling you, but I've tried pasting the code in multiple different places within [outfit_base] but no dice :(

Reply Good karma Bad karma+2 votes
ravenascendant Author
ravenascendant - - 1,100 comments

comment out, pyt two dashes --, infront of line 1000 of the disguise script.

Reply Good karma+3 votes
Little_Lion
Little_Lion - - 88 comments

Thank you again Raven, I've put -- in front of line 1000:
--if not (p and p:id() == AC_ID) then return end

inside the gameplay_disguise.script but it's not working in-game :(

Reply Good karma Bad karma+2 votes
ravenascendant Author
ravenascendant - - 1,100 comments

leave the script chane in that is needed.

back to the outfit_base there was a typo the first time so get rid of that and add these two lines. these are telling it to work in inventory, loot and trade modes in all windows except for merchant inventories cause ripping tags off of clothes will get you kicked out of Walmart.

use1_modes = inventory, loot, trade
use1_c actor_equ, actor_belt, actor_trade, actor_trade_bag, npc_bag

Reply Good karma+3 votes
ravenascendant Author
ravenascendant - - 1,100 comments

GDI. not a typo. the website is doing intrpeting the _ as mardown.

the second line should look like the first except it is

containers instead of modes and then the equals then the comma separated list starting with actor underscore equ

Reply Good karma+4 votes
Little_Lion
Little_Lion - - 88 comments

Oh my goodness, the script and base.ltx combo worked! I knew you were the correct person for me to ask for help and I can rest assured that I won't be kicked out of Walmart :D

Raven, I can't thank you enough and I truly appreciate your patience and kindness in helping me out. Bless your heart, Stalker! Thank you so much :)

Reply Good karma Bad karma+2 votes
Little_Lion
Little_Lion - - 88 comments

@Raven: Forgot to add, you've created another mod within the comments section here, good sir :)

Reply Good karma Bad karma+1 vote
ltsobachiy
ltsobachiy - - 163 comments

Raven, with your permission I'll put together a DLTX mod and upload it.

Reply Good karma Bad karma+1 vote
ravenascendant Author
ravenascendant - - 1,100 comments

the patch thing? sure have fun

Reply Good karma+1 vote
Redroycemac
Redroycemac - - 87 comments

what a great idea, thank u

Reply Good karma Bad karma+2 votes
Post a comment

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

Tags