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

[L4D2]Character_manager (1.4.1 - 22/09/2019 )


Post New Thread Reply   
 
Thread Tools Display Modes
Author
Lux
Veteran Member
Join Date: Jan 2015
Location: Cat
Plugin ID:
6213
Plugin Version:
1.4.1
Plugin Category:
Gameplay
Plugin Game:
Left 4 Dead
Plugin Dependencies:
    Servers with this Plugin:
    117 
    Plugin Description:
    Sets bots to least used survivor character when spawned (Can set people with cvar).
    Old 07-31-2018 , 18:52   [L4D2]Character_manager (1.4.1 - 22/09/2019 )
    Reply With Quote #1

    A plugin that sets bots to least used survivor character in selected set when spawned(by default).

    Git Commits

    BigThanks to Spirit12 for survivor set dhook function and signiture!
    https://forums.alliedmods.net/showpo...6&postcount=33



    Code:
    Optional Passing fix plugin:
    Plugin:CSM Passing Fix for me this did not work 100% so i put together a stripper config.
    or
    Optional Passing fix stripper:
    Requirement: Stripper
    Stripper config Location in "addons/stripper/maps"(7z attachment).
    Stripper worked 100% for me.
    Don't know how to install stripper read this
    
    
    Known Conflicts:
    ABM https://forums.alliedmods.net/showthread.php?p=2477820
    don't use with abm's cvar enabled (abm_identityfix 1 or abm_automodel 1)
    
    Identity fix https://forums.alliedmods.net/showthread.php?t=280539
    Don't use identity fix with this plugin while using Character_managers identity fix.
    
    Survivor Chat Select 1.6.1 (Forked)
    https://forums.alliedmods.net/showth...63#post2399163
    don't use with cvar l4d_scs_botschange 1 will cause this plugin to be useless
    
    if you don't use any of these plugins or any of these types of plugin at all no need to worry about conflicts.
    cfg name:
    l4d2_character_manager.cfg
    CVARS:
    PHP Code:
    l4d2_character_manager_version

    // Should enable identity fix for players(NOT BOTS) 0 = (disable) 1 = (enabled)
    // -
    // Default: "1"
    // Minimum: "0.000000"
    // Maximum: "1.000000"
    l4d2_identity_fix "1"

    // survivor set you wish to use, 0 = (use map default), 1 = (l4d1), 2 = (l4d2), 3 = (use both)
    // -
    // Default: "3"
    // Minimum: "0.000000"
    // Maximum: "3.000000"
    l4d2_survivor_set "3"

    // Should manage people aswell as bots? 0 = (disable) 1 = (enabled) (Will overwrite identityfix when taking over a bot)
    // -
    // Default: "0"
    // Minimum: "0.000000"
    // Maximum: "1.000000"
    l4d2_manage_people "0" 
    Windows requirements:
    [L4D2] Real Zoey Unlock
    Installation:
    DO NOT click 'Get Plugin' or it will fail to compile because this plugin requires DHooks!

    1.Download the .smx file and put into your servers \addons\sourcemod\plugins folder.
    2.Download the .txt gamedata file and put into your servers \addons\sourcemod\gamedata\ folder.
    3.You must restart the server.
    Attached Files
    File Type: 7z Stripper_passingfix.7z (758 Bytes, 3863 views)
    File Type: txt l4d2_character_manager.txt (729 Bytes, 4271 views)
    File Type: sp Get Plugin or Get Source (l4d2_character_manager.sp - 2066 views - 12.5 KB)
    File Type: smx l4d2_character_manager.smx (10.1 KB, 3356 views)
    __________________
    Connect
    My Plugins: KlickME
    [My GitHub]

    Commission me for L4D

    Last edited by Lux; 02-28-2023 at 08:07. Reason: 1.4.1
    Lux is offline
    Sev
    Veteran Member
    Join Date: May 2010
    Old 07-31-2018 , 19:31   Re: [L4D2]Character_manager
    Reply With Quote #2

    Good work.

    Only problem is as I've always seen with these types of plugins is they don't keep track of clones. So if someone picks a different character, the bot clone won't be changed to the character who isn't the clone.

    The only time clones should exist is if the human players choose and have more than one of the same character, x2 Zoey or whoever. The plugin should always try to make sure the bots constantly switch to none cloned characters.

    Without a character select, this is course a non issue. However with a character select, it is.

    Last edited by Sev; 07-31-2018 at 19:32.
    Sev is offline
    Lux
    Veteran Member
    Join Date: Jan 2015
    Location: Cat
    Old 07-31-2018 , 19:48   Re: [L4D2]Character_manager
    Reply With Quote #3

    That is already in the plugin thread.
    Quote:
    A simple plugin that sets bots to least used survivor character when spawned from(0-7).
    Edit:
    if there were 16 survivors there would be 2 of each!

    I'm not going to workaround plugins that cause the problems.
    __________________
    Connect
    My Plugins: KlickME
    [My GitHub]

    Commission me for L4D

    Last edited by Lux; 08-20-2018 at 06:53. Reason: More info
    Lux is offline
    Psyk0tik
    Veteran Member
    Join Date: May 2012
    Location: Homeless
    Old 07-31-2018 , 23:23   Re: [L4D2]Character_manager
    Reply With Quote #4

    +1 for being one of the first plugins to work with the Real Zoey Unlock plugin.
    __________________
    Psyk0tik is offline
    mikaelangelis
    Senior Member
    Join Date: Oct 2017
    Old 08-01-2018 , 03:35   Re: [L4D2]Character_manager
    Reply With Quote #5

    Damn thanks Lux this is what I need. Even I used forceset but bots keep auto choosing clone when a player join. I only host 8-person co-op local server, hope this will fix it

    Anyway can I use this plugin without (forceset or vpk or stripper), or do I still choose zoey_unlock.smx along with 1 of 3 ( forceset or vpk or stripper)?

    Last edited by mikaelangelis; 08-01-2018 at 04:19.
    mikaelangelis is offline
    Lux
    Veteran Member
    Join Date: Jan 2015
    Location: Cat
    Old 08-01-2018 , 08:53   Re: [L4D2]Character_manager
    Reply With Quote #6

    Quote:
    Originally Posted by mikaelangelis View Post
    Damn thanks Lux this is what I need. Even I used forceset but bots keep auto choosing clone when a player join. I only host 8-person co-op local server, hope this will fix it

    Anyway can I use this plugin without (forceset or vpk or stripper), or do I still choose zoey_unlock.smx along with 1 of 3 ( forceset or vpk or stripper)?
    This is all covered in the post -_-
    Optional
    Windows requirements:


    however you don't need clone bug fixes if you use 1 of each character
    besides ammo packs i think.
    e.g. witch targets everyone, chargers hit everyone ect.

    I run 8 player coop with one of each and i don't use any of these bug fixes
    __________________
    Connect
    My Plugins: KlickME
    [My GitHub]

    Commission me for L4D

    Last edited by Lux; 08-01-2018 at 08:55.
    Lux is offline
    Lux
    Veteran Member
    Join Date: Jan 2015
    Location: Cat
    Old 08-08-2018 , 11:16   Re: [L4D2]Character_manager (1.1 - 08/08/2018 )
    Reply With Quote #7

    Updated to 1.1
    Added Identity fix in plugin.
    Added more checks incase of other plugins -_-
    Added AdaWong Support for Identity fix (not auto modeling)
    __________________
    Connect
    My Plugins: KlickME
    [My GitHub]

    Commission me for L4D
    Lux is offline
    jking
    AlliedModders Donor
    Join Date: Jan 2012
    Old 08-13-2018 , 17:13   Re: [L4D2]Character_manager (1.1 - 08/08/2018 )
    Reply With Quote #8

    I've just installed and still working with it so bear with me, if I understand correctly we shouldn't be using forceset as well as of course Survivor Identity Fix since that's now included in the plugin?

    Right now I'm working on "Docks" and I still have 2 Louis's, 2 Bills, 2 Zoeys etc., I do also have your Model Changer installed and working with that too...

    Last edited by jking; 08-13-2018 at 17:22.
    jking is offline
    Psyk0tik
    Veteran Member
    Join Date: May 2012
    Location: Homeless
    Old 08-13-2018 , 17:39   Re: [L4D2]Character_manager (1.1 - 08/08/2018 )
    Reply With Quote #9

    The forceset plugin is optional and it basically sets survivor_set to 2 on all the official L4D1 campaigns. If you don't have any mods or plugins that does the same thing, then I would recommend using this plugin with forceset.
    __________________
    Psyk0tik is offline
    jking
    AlliedModders Donor
    Join Date: Jan 2012
    Old 08-13-2018 , 17:40   Re: [L4D2]Character_manager (1.1 - 08/08/2018 )
    Reply With Quote #10

    Quote:
    Originally Posted by Crasher_3637 View Post
    The forceset plugin is optional and it basically sets survivor_set to 2 on all the official L4D1 campaigns. If you don't have any mods or plugins that does the same thing, then I would recommend using this plugin with forceset.
    Ok, thing is though and yes I've only started to work with these particular plugins are all these duplicates I can't seem to fix, yet anyway. Below is what I have loaded up currently:

    Code:
    sm plugins list
    [SM] Listing 33 plugins:
      01 "Admin File Reader" (1.9.0.6249) by AlliedModders LLC
      02 "Admin Help" (1.9.0.6249) by AlliedModders LLC
      03 "Admin Menu" (1.9.0.6249) by AlliedModders LLC
      04 "Anti-Flood" (1.9.0.6249) by AlliedModders LLC
      05 "Basic Ban Commands" (1.9.0.6249) by AlliedModders LLC
      06 "Basic Chat" (1.9.0.6249) by AlliedModders LLC
      07 "Basic Comm Control" (1.9.0.6249) by AlliedModders LLC
      08 "Basic Commands" (1.9.0.6249) by AlliedModders LLC
      09 "Basic Info Triggers" (1.9.0.6249) by AlliedModders LLC
      10 "Basic Votes" (1.9.0.6249) by AlliedModders LLC
      11 "Client Preferences" (1.9.0.6249) by AlliedModders LLC
      12 "Survivor set enforcer" (1.0)
      13 "Fun Commands" (1.9.0.6249) by AlliedModders LLC
      14 "Fun Votes" (1.9.0.6249) by AlliedModders LLC
      15 "Left 4 Dead 2 Model Changer" (2.0) by Lux
      16 "[L4D2]Character_manager" (1.1.1) by Lux
      17 "[L4D2] Incapped Crawling with Animation" (1.42) by SilverShot, mod by Lux
      18 "[L4D2] Scavenge Score Fix - Gascan Pouring" (1.2) by SilverShot
      19 "[L4D2] Save Weapon" (4.3) by MAKS, Electr0, Merudo
      20 "[L4D2] Upgrade Packs FIXES" (1.6) by V10
      21 "[L4D2] Zoey Unlock" (1.1.1) by SilverShot
      22 "[L4D/L4D2] Thirdpersonshoulder Shotgun Sound Fix" (1.1) by MasterMind420, Lux
      23 "Super Versus Reloaded" (1.8.15.5) by DDRKhat, Marcus101RR, and Merudo
      24 "Survivor Bot Select" (1.0) by Merudo
      25 "LMC_Black_and_White_Notifier" (2.0.1) by Lux
      26 "LMC_RandomWitch" (1.0) by Lux
      27 "Player Commands" (1.9.0.6249) by AlliedModders LLC
      28 "RandomWitch" (1.0) by Ludastar (Armonic)
      29 "Reserved Slots" (1.9.0.6249) by AlliedModders LLC
      30 "Scene Processor" (1.33) by Buster "Mr. Zero" Nielsen
      31 "Sound Commands" (1.9.0.6249) by AlliedModders LLC
      32 "Survivor Chat Select" (1.6.1) by DeatChaos25, Mi123456 & Merudo
      33 "ThirdPersonShoulder_Detect" (1.4) by MasterMind420 & Lux
    
    
    meta list
    Listing 8 plugins:
      [01] L4DToolZ (1.0.0.9h-unknown) by Ivailosp
      [02] SourceMod (1.9.0.6249) by AlliedModders LLC
      [03] DefibFix Extension (1.0.1) by V10, Accelerator
      [04] [L4D2] 8+ Players BugFixes (1.0.2) by V10, Accelerator, $atanic $pirit
      [05] [L4D2] Melee Spawn Control (1.0.0.4) by V10
      [06] SDK Tools (1.9.0.6249) by AlliedModders LLC
      [07] Left 4 Downtown 2 (0.6.3) by Downtown1, ProdigySim, Visor, Accelerator; minor contrib.: XBetaAlpha, AtomicStryker, xerox8521
      [08] SDK Hooks (1.9.0.6249) by AlliedModders LLC

    Update: It's working now, no more duplicates. I'm using the "l4d2_survivorset 2.vpk" but didn't have it in the client /addons folder just in the server /addons folder. I'm using forceset.

    Last edited by jking; 08-13-2018 at 22:46.
    jking 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 16:14.


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