Raised This Month: $12 Target: $400
 3% 

[L4D] Expert Realism (Hide Glows)


Post New Thread Reply   
 
Thread Tools Display Modes
Author
th3y
Junior Member
Join Date: Jan 2014
Plugin ID:
7347
Plugin Version:
1.0
Plugin Category:
Gameplay
Plugin Game:
Left 4 Dead
Plugin Dependencies:
    Servers with this Plugin:
     
    Plugin Description:
    Disable glows and hide nickname when survivor is far away
    Old 10-21-2020 , 19:49   [L4D] Expert Realism (Hide Glows)
    Reply With Quote #1

    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.

    Quote:
    Commands Available
    sm_glowon #id/nickname : Enable Glows on this survivor
    sm_glowoff #id/nickname : Disable Glows on this survivor
    Attached Files
    File Type: sp Get Plugin or Get Source (l4d_expertrealism.sp - 922 views - 3.3 KB)
    __________________
    th3y is offline
    HarryPotter
    Veteran Member
    Join Date: Sep 2017
    Location: Taiwan, Asia
    Old 10-23-2020 , 02:47   Re: [L4D] Expert Realism (Hide Glows)
    Reply With Quote #2

    Damn,
    PHP Code:
    SendConVarValue 
    why I never thought that before...
    __________________
    HarryPotter is offline
    Kai0205
    Member
    Join Date: Sep 2017
    Old 10-23-2020 , 10:50   Re: [L4D] Expert Realism (Hide Glows)
    Reply With Quote #3

    Sorry for my bad English.
    Will this plugin display player names when nearby in realism mode but will there be no glow?
    Kai0205 is offline
    th3y
    Junior Member
    Join Date: Jan 2014
    Old 10-23-2020 , 14:15   Re: [L4D] Expert Realism (Hide Glows)
    Reply With Quote #4

    Quote:
    Originally Posted by Kai0205 View Post
    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.
    __________________
    th3y is offline
    Kai0205
    Member
    Join Date: Sep 2017
    Old 01-09-2021 , 02:57   Re: [L4D] Expert Realism (Hide Glows)
    Reply With Quote #5

    Hope someone can make a version for L4D2.
    Kai0205 is offline
    Kai0205
    Member
    Join Date: Sep 2017
    Old 01-11-2021 , 02:11   Re: [L4D] Expert Realism (Hide Glows)
    Reply With Quote #6

    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?

    Last edited by Kai0205; 01-11-2021 at 02:11.
    Kai0205 is offline
    HarryPotter
    Veteran Member
    Join Date: Sep 2017
    Location: Taiwan, Asia
    Old 01-11-2021 , 02:51   Re: [L4D] Expert Realism (Hide Glows)
    Reply With Quote #7

    Quote:
    Originally Posted by Kai0205 View Post
    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 
    __________________
    HarryPotter is offline
    axelnieves2012
    Senior Member
    Join Date: Oct 2014
    Location: Argentina
    Old 01-12-2021 , 21:22   Re: [L4D] Expert Realism (Hide Glows)
    Reply With Quote #8

    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 is offline
    axelnieves2012
    Senior Member
    Join Date: Oct 2014
    Location: Argentina
    Old 01-12-2021 , 21:51   Re: [L4D] Expert Realism (Hide Glows)
    Reply With Quote #9

    Quote:
    Originally Posted by HarryPotter View Post
    -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...
    axelnieves2012 is offline
    HarryPotter
    Veteran Member
    Join Date: Sep 2017
    Location: Taiwan, Asia
    Old 01-12-2021 , 22:27   Re: [L4D] Expert Realism (Hide Glows)
    Reply With Quote #10

    Quote:
    Originally Posted by axelnieves2012 View Post
    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
    __________________

    Last edited by HarryPotter; 01-12-2021 at 22:30.
    HarryPotter is offline
    Reply


    Thread Tools
    Display Modes

    Posting Rules
    You may not post new threads
    You may not post replies
    You may not post attachments
    You may not edit your posts

    BB code is On
    Smilies are On
    [IMG] code is On
    HTML code is Off

    Forum Jump


    All times are GMT -4. The time now is 07:58.


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