shanapu / MyJailbreak

A rewrite of Franugs Special Jailbreak and merge of eccas, ESK0s & zipcores Jailbreak Warden
https://forums.alliedmods.net/showthread.php?t=283212
GNU General Public License v3.0
51 stars 36 forks source link

Hide In The Dark - darkness cvar #325

Open NorthSkullengine opened 5 years ago

NorthSkullengine commented 5 years ago

I don't know if this is the right place but, you should add a cvar to disable the darkness effect and t's to be able to move when cts are hunting them. Or atleast tell me where I can disable this in the sp file? Thank you!

shanapu commented 5 years ago

cvar to disable the darkness effect... Or atleast tell me where I can disable this in the sp file?

right now there is no cvar for that but I'm fine with doing it. ~~when you're impatient, you can comment out or remove this line: https://github.com/shanapu/MyJailbreak/blob/master/addons/sourcemod/scripting/MyJailbreak/hide.sp#L1104~~ done in dev

t's to be able to move when cts are hunting them.

// 0 - disabled, 1 - enable freeze hider when hidetime gone
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_hide_freezehider "1"
NorthSkullengine commented 5 years ago

sm_hide_freezehider "1" did not work, Terrorists can still not move when sm_hide_freezehider "1" is on 1

NorthSkullengine commented 5 years ago

And I wanted to remove the darkness effect fully, from both teams not just for ct

NorthSkullengine commented 5 years ago

But why doesnt sm_hide_freezehider "1" work? T's can still not mvoe when time is over

shanapu commented 5 years ago

fixed sm_hide_freezehider with latest commit.

sm_hide_freezehider "1" did not work, Terrorists can still not move when sm_hide_freezehider "1" is on 1

please note, to disable this feature you have to set the cvar to "0"

And I wanted to remove the darkness effect fully, from both teams not just for ct

ehhmm ?!? The darken feature is only on CT not both teams?! (would be hard to hide when you don't see a shit)