AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [L4D] Expert Realism (Hide Glows) (https://forums.alliedmods.net/showthread.php?t=328015)

th3y 10-21-2020 19:49

[L4D] Expert Realism (Hide Glows)
 
1 Attachment(s)
L4D Expert Realism
This is a request from the good guy, Ash The 9ᵗʰ Survivor.
One of my gamemodes that i did like 6 years ago, im not sharing the original, but a simple one.
The main function of this source its to disable glows and hide nicknames from survivors, you need to be really close to them to see it ( Cheap code ;) )
I know that you can't hide glows on L4D1, but i'll show you a trick. Also, you can disable glows only for one client or make it global. I didn't release anything related to this stuff before (gamemodes/minigames/mods), because i know there are some users stealing my work, so most of them are private until now. Hope you can have fun with this. :3

Quote:

Commands Available
sm_glowon #id/nickname : Enable Glows on this survivor
sm_glowoff #id/nickname : Disable Glows on this survivor

HarryPotter 10-23-2020 02:47

Re: [L4D] Expert Realism (Hide Glows)
 
Damn,
PHP Code:

SendConVarValue 

why I never thought that before...

Kai0205 10-23-2020 10:50

Re: [L4D] Expert Realism (Hide Glows)
 
Sorry for my bad English.
Will this plugin display player names when nearby in realism mode but will there be no glow?

th3y 10-23-2020 14:15

Re: [L4D] Expert Realism (Hide Glows)
 
Quote:

Originally Posted by Kai0205 (Post 2722300)
Sorry for my bad English.
Will this plugin display player names when nearby in realism mode but will there be no glow?

No glow, and will only display player names when you are really close to them.

Kai0205 01-09-2021 02:57

Re: [L4D] Expert Realism (Hide Glows)
 
Hope someone can make a version for L4D2.

Kai0205 01-11-2021 02:11

Re: [L4D] Expert Realism (Hide Glows)
 
Thanks to Harry Potter I have experienced the plugin running very well in Coop mode, it does not show its name in Realism.
Can you add it to Realism? If not can you share with me how to create Coop room but Zombie and SI have as much blood as in Realism?

HarryPotter 01-11-2021 02:51

Re: [L4D] Expert Realism (Hide Glows)
 
Quote:

Originally Posted by Kai0205 (Post 2732174)
Thanks to Harry Potter I have experienced the plugin running very well in Coop mode, it does not show its name in Realism.
Can you add it to Realism?

Not tested yet, but I think you can use this plugin in realism.

Quote:

If not can you share with me how to create Coop room but Zombie and SI have as much blood as in Realism?
PHP Code:

z_non_head_damage_factor_easy            2        : , "sv""cheat"  Damage to zombie from non-headshots is multiplied by this factor
z_non_head_damage_factor_expert          
0.5      : , "sv""cheat"  Damage to zombie from non-headshots is multiplied by this factor
z_non_head_damage_factor_hard            
0.75     : , "sv""cheat"  Damage to zombie from non-headshots is multiplied by this factor
z_non_head_damage_factor_multiplier      
1.0      : , "sv""launcher" Damage to zombie from non-headshots is multiplied by this factorUsed in realism mode.
z_non_head_damage_factor_normal          1.0      : , "sv""cheat"  Damage to zombie from non-headshots is multiplied by this factor 


axelnieves2012 01-12-2021 21:22

Re: [L4D] Expert Realism (Hide Glows)
 
In the past, I used these convars to simulate realism.

PHP Code:

sm_cvar sv_glowenable 0 //disable glows (not working now)
sm_cvar z_witch_damage "1000" //witch kills you one hit
//sm_acvar z_pounce_stumble_radius "200"
sm_cvar rescue_min_dead_time "99999" //dont let survivors respawn
sm_cvar hud_targetid_name_height "9999.0" //hide survivor names (not really hidden)
sm_cvar z_must_wander 1 //wandering witch 

But for some reason, sv_glowenable vanished and it does not work anymore :(

I will test Hary Potter's version ^_^

axelnieves2012 01-12-2021 21:51

Re: [L4D] Expert Realism (Hide Glows)
 
Quote:

Originally Posted by HarryPotter (Post 2731890)
-ConVar-
PHP Code:

// If 1, Enable Server Glows for survivor team.
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "1.000000"
l4d_survivor_glowenable "0"

// HUD hidden flag for survivor team. (1=weapon selection, 2=flashlight, 4=all, 8=health, 16=player dead, 32=needssuit, 64=misc, 128=chat, 256=crosshair, 512=vehicle crosshair, 1024=in vehicle)
// -
// Default: "64"
// Minimum: "0.000000"
l4d_survivor_hidehud "64"

// Turns on and off the terror glow highlight effects (Hidden Value Cvar)
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
sv_glowenable "1" 


testedand bugged :( After my hud is hidden I cannot switch my weapons. My current weapon is locked and I cannot switch to pistols/medkit/etc...

HarryPotter 01-12-2021 22:27

Re: [L4D] Expert Realism (Hide Glows)
 
Quote:

Originally Posted by axelnieves2012 (Post 2732389)
testedand bugged :( After my hud is hidden I cannot switch my weapons. My current weapon is locked and I cannot switch to pistols/medkit/etc...

hidden hud flag: 1=weapon selection, 2=flashlight, 4=all, 8=health, 16=player dead, 32=needssuit, 64=misc, 128=chat, 256=crosshair, 512=vehicle crosshair, 1024=in vehicle

It's value bug if you hide weapon selection ,

similar bug is that we can not see the sourcemod menu or panel if hide misc


All times are GMT -4. The time now is 17:20.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.