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

[L4D/L4D2] Death Check Revamp


Post New Thread Reply   
 
Thread Tools Display Modes
Author
cravenge
Veteran Member
Join Date: Nov 2015
Location: Chocolate Factory
Plugin ID:
8612
Plugin Version:
1.0.1.0
Plugin Category:
Gameplay
Plugin Game:
Left 4 Dead
Plugin Dependencies:
    Servers with this Plugin:
     
    Plugin Description:
    Changes how the death check behaves slightly
    Old 12-25-2023 , 10:38   [L4D/L4D2] Death Check Revamp
    Reply With Quote #1

    About:
    Alters the behavior of the death check with just a single console variable (or ConVar for short). Quite useful for servers with plug-ins that allow the ability for incapacitated survivors to help themselves up.

    A better replacement for both No Death Check Until Dead and Death Check Final plug-ins.

    Proof of Concept:
    (Taken with sb_all_bot_game and allow_all_bot_survivor_team set to 1)


    ConVar(s):
    • death_check_revamp_version
      → Version of the plug-in
    • director_no_incap_death_check (0/1) | Default: 0
      → Should the mission not be counted as a lost after all survivors get incapped?


    Bug(s):
    None for now, hopefully still that way in the future.

    Requirement(s):
    ✧ SourceMod 1.11+
    ✧ Source Scramble (My own fork)
    Main | Mirror #1 (New) | Mirror #2 (Old)

    Installation:
    💡 Get the precompiled .smx and put it in the plugins folder or click Get Source if you want to compile it on your end
    💡 (Optional) Download the .txt file and put it in the gamedata folder

    Thanks:
    🎮 Xiraiju Akara - For testing

    FAQ(s):
    1. Why is it not working?
      Please specify in detail. Simply saying so won't get you any answer.
    2. I see a bunch of cravengelib, left4stuff and gamefixes in the source. What are these?
      These are private for now. Approximate release time of them is unknown.


    Changelog:
    Code:
    1.0.1.0 (12/30/23)
    * Rearranged the game data file a bit in accordance with the forked extension's update
    
    1.0.0.0 (12/25/23)
    * First release
    Attached Files
    File Type: sp Get Plugin or Get Source (death_check_revamp.sp - 66 views - 7.1 KB)
    File Type: txt death_check_revamp.txt (1.3 KB, 80 views)
    File Type: smx death_check_revamp.smx (5.3 KB, 61 views)

    Last edited by cravenge; 01-10-2024 at 05:55.
    cravenge is offline
    Lider99
    Member
    Join Date: Mar 2020
    Old 12-26-2023 , 04:36   Re: [L4D/L4D2] Death Check Revamp
    Reply With Quote #2

    I'll test it today
    __________________
    If I unintentionally insulted or offended you, then it's not me, but Google translate
    Lider99 is offline
    cravenge
    Veteran Member
    Join Date: Nov 2015
    Location: Chocolate Factory
    Old 12-30-2023 , 21:55   Re: [L4D/L4D2] Death Check Revamp
    Reply With Quote #3

    Updated!
    Code:
    * Rearranged the game data file a bit in accordance with the forked extension's update
    cravenge is offline
    Lider99
    Member
    Join Date: Mar 2020
    Old 01-07-2024 , 09:00   Re: [L4D/L4D2] Death Check Revamp
    Reply With Quote #4

    maybe I'm doing something wrong:
    death_check_revamp.smx (Death Check Revamp): Required extension "Source Scramble" file("srcscramble.ext") not running
    __________________
    If I unintentionally insulted or offended you, then it's not me, but Google translate
    Lider99 is offline
    cravenge
    Veteran Member
    Join Date: Nov 2015
    Location: Chocolate Factory
    Old 01-07-2024 , 19:05   Re: [L4D/L4D2] Death Check Revamp
    Reply With Quote #5

    Quote:
    Originally Posted by Lider99 View Post
    maybe I'm doing something wrong:
    death_check_revamp.smx (Death Check Revamp): Required extension "Source Scramble" file("srcscramble.ext") not running
    Quote:
    Originally Posted by cravenge View Post
    Requirement(s):
    ✧ SourceMod 1.11+
    ✧ Source Scramble (My own fork)
    Before one asks, yes it is compatible with the original version of the extension but a few edits here and there are required since there are a lot of differences between that and my fork.

    Last edited by cravenge; 01-07-2024 at 19:09.
    cravenge is offline
    Lider99
    Member
    Join Date: Mar 2020
    Old 01-09-2024 , 11:31   Re: [L4D/L4D2] Death Check Revamp
    Reply With Quote #6

    Quote:
    Originally Posted by cravenge View Post
    Before one asks, yes it is compatible with the original version of the extension but a few edits here and there are required since there are a lot of differences between that and my fork.
    If I still don’t understand how to install the Source Scramble extensions, is there any step-by-step instructions?
    __________________
    If I unintentionally insulted or offended you, then it's not me, but Google translate
    Lider99 is offline
    cravenge
    Veteran Member
    Join Date: Nov 2015
    Location: Chocolate Factory
    Old 01-10-2024 , 05:38   Re: [L4D/L4D2] Death Check Revamp
    Reply With Quote #7

    For anyone who doesn't want to go through the process of making a GitHub account just to download the forked extension, I just posted "mirror" links in the requirement(s) section for direct access.

    Edit: Attached the precompiled plug-in file because silly me thought Source Scramble was a part of the whole SourceMod package.

    Quote:
    Originally Posted by Lider99 View Post
    If I still don’t understand how to install the Source Scramble extensions, is there any step-by-step instructions?
    It's just simple unzip then drag and drop to the game's base folder (e.g. left4dead and left4dead2). You might have to remove the x64 folder since both games only run on 32-bit.

    Last edited by cravenge; 01-10-2024 at 05:59.
    cravenge is offline
    Lider99
    Member
    Join Date: Mar 2020
    Old 01-13-2024 , 14:13   Re: [L4D/L4D2] Death Check Revamp
    Reply With Quote #8

    Quote:
    Originally Posted by cravenge View Post
    For anyone who doesn't want to go through the process of making a GitHub account just to download the forked extension, I just posted "mirror" links in the requirement(s) section for direct access.

    Edit: Attached the precompiled plug-in file because silly me thought Source Scramble was a part of the whole SourceMod package.

    It's just simple unzip then drag and drop to the game's base folder (e.g. left4dead and left4dead2). You might have to remove the x64 folder since both games only run on 32-bit.
    Now this is the error
    Quote:
    Unable to load extension "srcscramble.ext": /lib/libm.so.6: version `GLIBC_2.27' not found (required by /game/left4dead/addons/sourcemod/extensions/srcscramble.ext.so)
    __________________
    If I unintentionally insulted or offended you, then it's not me, but Google translate
    Lider99 is offline
    cravenge
    Veteran Member
    Join Date: Nov 2015
    Location: Chocolate Factory
    Old 01-14-2024 , 00:10   Re: [L4D/L4D2] Death Check Revamp
    Reply With Quote #9

    Quote:
    Originally Posted by Lider99 View Post
    Now this is the error
    I guess you're running an older Linux distribution. Let me guess, Ubuntu 18.04? I'm not that savvy with other OS yet so your best bet is either upgrade or wait till someone with knowledge on Linux recompiles the extension.

    Last edited by cravenge; 01-14-2024 at 00:10.
    cravenge is offline
    king kong
    Member
    Join Date: Oct 2021
    Old 01-30-2024 , 17:12   Re: [L4D/L4D2] Death Check Revamp
    Reply With Quote #10

    If you use this extension, it cannot be used with nosoop Source Scramble, causing other plugins that require Source Scramble to fail to run.

    Last edited by king kong; 01-30-2024 at 17:13.
    king kong is offline
    Reply



    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 09:01.


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