This member has provided no bio about themself...

Comment History
quaraf
quaraf - - 2 comments @ SEF First Responders

I found out that you need to delete */ at 361 and
/* before the section about the doors than it should work. Otherwise download the 0.61 version and use the line of code of the door(start at line 358 or something until 361)

Good karma+1 vote
quaraf
quaraf - - 2 comments @ SEF First Responders

Can someone help me to give me the option to hold ads instead of toggle? I found this and it works on SEF mod but not on the FirstResponder mod. When I try it it struggles to ads and just goes to normal aim.

This is the redit post i used and works on SEF but not this mod:

subenji

3 yr. ago
Additional comment actions
This can be done with a bit of ini file editing.

Open System\User.ini in notepad, and find the [Engine.Input] section. You'll see a bunch of aliases. pick an empty slot that's between 0 and 39 and change the line to this (don't change the bit before the =):

Aliases[0]=(Command="ToggleZoom 1 | OnRelease ToggleZoom 0",Alias="ToggleZoomAlias")

Then find your existing bind for "ToggleZoom" (I assume you've bound it to RMB, so that would be RightMouse, but in my case it's Z) and change the bind to the new alias:

Z=ToggleZoomAlias

Save the file and enjoy!

Good karma+3 votes