Raised This Month: $32 Target: $400
 8% 

[L4D2]LMC_Black_and_White_Notifier


Post New Thread Reply   
 
Thread Tools Display Modes
Author
Lux
Veteran Member
Join Date: Jan 2015
Location: Cat
Plugin ID:
6237
Plugin Version:
2.0.2
Plugin Category:
Gameplay
Plugin Game:
Left 4 Dead
Plugin Dependencies:
    Servers with this Plugin:
    1271 
    Plugin Description:
    Notifies selected team(s) when someone is on final strike
    Old 08-25-2018 , 11:40   [L4D2]LMC_Black_and_White_Notifier
    Reply With Quote #1

    Based off this plugin it has been 95% recoded and functions with or without LMC installed.

    if LMC is installed it will use it to apply glow's to the overlay model and will display which model
    e.g "Nick(Witch) Is Black and White" also includes bug fixes of the old plugin and alot more customizability.

    LMC_Black_and_White_Notifier.cfg
    PHP Code:
    // ConVars for plugin "LMC_Black_and_White_Notifier.smx"


    // Enable black and white notification plugin?(1/0 = yes/no)
    // -
    // Default: "1"
    // Minimum: "0.000000"
    // Maximum: "1.000000"
    lmc_blackandwhite "1"

    // Enable making black white players glow?(1/0 = yes/no)
    // -
    // Default: "1"
    // Minimum: "0.000000"
    // Maximum: "1.000000"
    lmc_glow "1"

    // Glow(255 255 255)
    // -
    // Default: "255 255 255"
    lmc_glowcolour "255 255 255"

    // while black and white if below 20(Def) start pulsing (0 = disable)
    // -
    // Default: "20"
    // Minimum: "0.000000"
    lmc_glowflash "20"

    // Glow range before you don't see the glow max distance
    // -
    // Default: "800.0"
    // Minimum: "1.000000"
    lmc_glowrange "800.0"

    // Director hint colour Layout(255 255 255)
    // -
    // Default: "255 0 0"
    lmc_hintcolour "255 0 0"

    // Director hint On Black and white
    // -
    // Default: "600"
    // Minimum: "1.000000"
    // Maximum: "9999.000000"
    lmc_hintrange "600"

    // Director hint Timeout (in seconds)
    // -
    // Default: "5.0"
    // Minimum: "1.000000"
    // Maximum: "20.000000"
    lmc_hinttime "5.0"

    // Type to use for notification. (0= off, 1=chat, 2=hint text, 3=director hint)
    // -
    // Default: "3"
    // Minimum: "0.000000"
    // Maximum: "3.000000"
    lmc_noticetype "3"

    // Method of notification. (0=survivors only, 1=infected only, 2=all players)
    // -
    // Default: "0"
    // Minimum: "0.000000"
    // Maximum: "2.000000"
    lmc_teamnoticetype "0" 
    Optional:
    Lux's Model Changer
    Useto exist on this thread i just moved it to it's own thread and updated it alittle.
    Attached Files
    File Type: sp Get Plugin or Get Source (LMC_Black_and_White_Notifier.sp - 3332 views - 26.6 KB)
    __________________
    Connect
    My Plugins: KlickME
    [My GitHub]

    Commission me for L4D

    Last edited by Lux; 05-08-2020 at 17:05.
    Lux is offline
    Jerry_21
    Member
    Join Date: Jun 2017
    Old 08-25-2018 , 19:11   Re: [L4D2]LMC_Black_and_White_Notifier
    Reply With Quote #2

    Quote:
    Originally Posted by Lux View Post
    Based off this plugin it has been 95% recoded and functions with or without LMC installed.

    if LMC is installed it will use it to apply glow's to the overlay model and will display which model
    e.g "Nick(Witch) Is Black and White" also includes bug fixes of the old plugin and alot more customizability.

    LMC_Black_and_White_Notifier.cfg
    PHP Code:
    // ConVars for plugin "LMC_Black_and_White_Notifier.smx"


    // Enable black and white notification plugin?(1/0 = yes/no)
    // -
    // Default: "1"
    // Minimum: "0.000000"
    // Maximum: "1.000000"
    lmc_blackandwhite "1"

    // Enable making black white players glow?(1/0 = yes/no)
    // -
    // Default: "1"
    // Minimum: "0.000000"
    // Maximum: "1.000000"
    lmc_glow "1"

    // Glow(255 255 255)
    // -
    // Default: "255 255 255"
    lmc_glowcolour "255 255 255"

    // while black and white if below 20(Def) start pulsing (0 = disable)
    // -
    // Default: "20"
    // Minimum: "0.000000"
    lmc_glowflash "20"

    // Glow range before you don't see the glow max distance
    // -
    // Default: "800.0"
    // Minimum: "1.000000"
    lmc_glowrange "800.0"

    // Director hint colour Layout(255 255 255)
    // -
    // Default: "255 0 0"
    lmc_hintcolour "255 0 0"

    // Director hint On Black and white
    // -
    // Default: "600"
    // Minimum: "1.000000"
    // Maximum: "9999.000000"
    lmc_hintrange "600"

    // Director hint Timeout (in seconds)
    // -
    // Default: "5.0"
    // Minimum: "1.000000"
    // Maximum: "20.000000"
    lmc_hinttime "5.0"

    // Type to use for notification. (0= off, 1=chat, 2=hint text, 3=director hint)
    // -
    // Default: "3"
    // Minimum: "0.000000"
    // Maximum: "3.000000"
    lmc_noticetype "3"

    // Method of notification. (0=survivors only, 1=infected only, 2=all players)
    // -
    // Default: "0"
    // Minimum: "0.000000"
    // Maximum: "2.000000"
    lmc_teamnoticetype "0" 
    Optional:
    Lux's Model Changer
    Useto exist on this thread i just moved it to it's own thread and updated it alittle.
    I just tried this great add-on that helped me a lot in a problem with 8 survivors who did not warn me when I was with the typical black and white view but only warns me of my colleagues when they are but does not warn when I am myself .
    Jerry_21 is offline
    Lux
    Veteran Member
    Join Date: Jan 2015
    Location: Cat
    Old 08-25-2018 , 22:07   Re: [L4D2]LMC_Black_and_White_Notifier
    Reply With Quote #3

    Not sure if i understand you right.
    but your screen is black and white is that not notice enough that you are black and white?
    __________________
    Connect
    My Plugins: KlickME
    [My GitHub]

    Commission me for L4D
    Lux is offline
    Psyk0tik
    Veteran Member
    Join Date: May 2012
    Location: Homeless
    Old 08-25-2018 , 23:52   Re: [L4D2]LMC_Black_and_White_Notifier
    Reply With Quote #4

    The plugin notifies your teammates when you're black and white, dude. Notifying yourself about it is pretty redundant. The black and white screen and simulated tunnel vision pretty much gives away that you're black and white.
    __________________
    Psyk0tik is offline
    Jerry_21
    Member
    Join Date: Jun 2017
    Old 08-26-2018 , 00:15   Re: [L4D2]LMC_Black_and_White_Notifier
    Reply With Quote #5

    Quote:
    Originally Posted by Lux View Post
    Not sure if i understand you right.
    but your screen is black and white is that not notice enough that you are black and white?
    this is my friend, I think it is due to another complement called selfhelp but I do not want to remove it because it is quite useful and I like it, it happens that when you replenish 2 times with pills or adrenaline the black and white vision does not come out as one expects it nor you can not hear the beats when you are about to die but if I fall again and I do not even know it was black and white, somehow this complement solves that detail for me but I would have to put myself in third person view to see the color when I'm about to die Before this complement I had black and white Cravenge and in it if he warned me when I was also about to die but I like more yours because of the colors: P.

    Last edited by Jerry_21; 08-26-2018 at 00:24.
    Jerry_21 is offline
    Jerry_21
    Member
    Join Date: Jun 2017
    Old 08-26-2018 , 00:22   Re: [L4D2]LMC_Black_and_White_Notifier
    Reply With Quote #6

    Quote:
    Originally Posted by Crasher_3637 View Post
    The plugin notifies your teammates when you're black and white, dude. Notifying yourself about it is pretty redundant. The black and white screen and simulated tunnel vision pretty much gives away that you're black and white.

    I understand, but I think I have a conflict with the self-help supplement, sometimes when I get up twice with pills or adrenaline it does not go into black and white and when I fall for the third time I die without realizing that it was already black and white.
    Jerry_21 is offline
    Lux
    Veteran Member
    Join Date: Jan 2015
    Location: Cat
    Old 08-26-2018 , 10:50   Re: [L4D2]LMC_Black_and_White_Notifier
    Reply With Quote #7

    Quote:
    Originally Posted by Jerry_21 View Post
    this is my friend, I think it is due to another complement called selfhelp but I do not want to remove it because it is quite useful and I like it, it happens that when you replenish 2 times with pills or adrenaline the black and white vision does not come out as one expects it nor you can not hear the beats when you are about to die but if I fall again and I do not even know it was black and white, somehow this complement solves that detail for me but I would have to put myself in third person view to see the color when I'm about to die Before this complement I had black and white Cravenge and in it if he warned me when I was also about to die but I like more yours because of the colors: P.
    So you knew about this bug why have you not posted to author's thread about this no one can fix bugs they don't know about

    There is no conflict with LMC black and white notifier the plugin you using has bugs.

    Nothing for me to fix, i don't want to edit to show text that im black and white, i did this because of black and white screen effect.
    __________________
    Connect
    My Plugins: KlickME
    [My GitHub]

    Commission me for L4D
    Lux is offline
    Jerry_21
    Member
    Join Date: Jun 2017
    Old 08-26-2018 , 22:53   Re: [L4D2]LMC_Black_and_White_Notifier
    Reply With Quote #8

    Quote:
    Originally Posted by Lux View Post
    So you knew about this bug why have you not posted to author's thread about this no one can fix bugs they don't know about

    There is no conflict with LMC black and white notifier the plugin you using has bugs.

    Nothing for me to fix, i don't want to edit to show text that im black and white, i did this because of black and white screen effect.

    I understand, its complement does not present any flaw as you say, I just wanted to check if it worked the same as Cravenge's (in it if it warns me when I'm black and white myself but has some problems and I can not modify colors to taste). On the complement of self-help, they already exposed the author about the problem that presents but the author has not given more support since 2011, other players have modified it but the last adjustment was of 2015 without correcting that error.

    Last edited by Jerry_21; 08-26-2018 at 22:54.
    Jerry_21 is offline
    Lux
    Veteran Member
    Join Date: Jan 2015
    Location: Cat
    Old 08-27-2018 , 10:50   Re: [L4D2]LMC_Black_and_White_Notifier
    Reply With Quote #9

    Quote:
    Originally Posted by Jerry_21 View Post
    I understand, its complement does not present any flaw as you say, I just wanted to check if it worked the same as Cravenge's (in it if it warns me when I'm black and white myself but has some problems and I can not modify colors to taste). On the complement of self-help, they already exposed the author about the problem that presents but the author has not given more support since 2011, other players have modified it but the last adjustment was of 2015 without correcting that error.
    Try using that has alot of customisation to do what you want.
    https://forums.alliedmods.net/showthread.php?t=303635
    __________________
    Connect
    My Plugins: KlickME
    [My GitHub]

    Commission me for L4D
    Lux is offline
    Jerry_21
    Member
    Join Date: Jun 2017
    Old 08-27-2018 , 12:24   Re: [L4D2]LMC_Black_and_White_Notifier
    Reply With Quote #10

    Quote:
    Originally Posted by Lux View Post
    Try using that has alot of customisation to do what you want.
    https://forums.alliedmods.net/showthread.php?t=303635

    interesting!!! from what I read of the add-on, they correct the mistake of not looking black and white when the players are about to die. I will prove it. Thank you very much
    Jerry_21 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 17:08.


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