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

[L4D2] ABM: A MultiSlots / SuperVersus Alternative (Updated: 11-13-17)


Post New Thread Reply   
 
Thread Tools Display Modes
Tonblader
Senior Member
Join Date: Jul 2011
Location: Peru
Old 02-06-2021 , 07:12   Re: [L4D2] ABM: A MultiSlots / SuperVersus Alternative (Updated: 11-13-17)
Reply With Quote #511

Quote:
Originally Posted by Spirit_12 View Post
This have nothing to do with the signature. The function just doesn't exist in any of the plugins.
Strange, because since when i change the signature for correct detour, this menu appears sometimes, but it no longer freezes me in that menu, I can select any option and it sends me to the survivors team (when I'm in gamemode cooperative).
Although this is so in Superversus of Shao plugin.

Last edited by Tonblader; 02-06-2021 at 07:13.
Tonblader is offline
GMoneyYo
Junior Member
Join Date: Feb 2021
Old 02-27-2021 , 13:33   Re: [L4D2] ABM: A MultiSlots / SuperVersus Alternative (Updated: 11-13-17)
Reply With Quote #512

Hey guys,

when i click get plugin on the 1st page I get this. What do I do?

Plugin failed to compile! Please try contacting the author.
SourcePawn Compiler 1.8.0.5969
Copyright (c) 1997-2006 ITB CompuPhase
Copyright (c) 2004-2015 AlliedModders LLC

168281.attach(30) : fatal error 183: cannot read from file: "left4downtown"

Compilation aborted.
1 Error.

Last edited by GMoneyYo; 02-27-2021 at 13:33.
GMoneyYo is offline
Marttt
Veteran Member
Join Date: Jan 2019
Location: Brazil
Old 02-27-2021 , 13:54   Re: [L4D2] ABM: A MultiSlots / SuperVersus Alternative (Updated: 11-13-17)
Reply With Quote #513

left4downtown is deprecated you have to use left4dhooks

Check this post.

You also have to update the gamedata some posts below.

You can't compile through the forum, you have to compile it by yourself or using spider compiler adding the sourcecode to the left text area, and adding the include left4dhooks.inc in the include part.
__________________

Last edited by Marttt; 06-05-2021 at 10:14.
Marttt is offline
GMoneyYo
Junior Member
Join Date: Feb 2021
Old 03-04-2021 , 13:29   Re: [L4D2] ABM: A MultiSlots / SuperVersus Alternative (Updated: 11-13-17)
Reply With Quote #514

My apologies but compiling is a bridge to far for me. Im not gud at IT. Im great at copy pasting files though.

Ill try https://forums.alliedmods.net/showth...31#post2393931 and see how that goes.

Thank you very much for taking time to reply. You are a scholar and a gentlemen.

Last edited by GMoneyYo; 03-04-2021 at 13:30.
GMoneyYo is offline
kooper990
Member
Join Date: Jan 2021
Old 03-05-2021 , 16:53   Re: [L4D2] ABM: A MultiSlots / SuperVersus Alternative (Updated: 11-13-17)
Reply With Quote #515

A question regarding to the tank HP configuration. If the auto_hard is set to "2", will his health increase for every single survivor +1 there is in the game?
kooper990 is offline
FragRot
Junior Member
Join Date: Mar 2018
Old 05-31-2021 , 19:19   Re: [L4D2] ABM: A MultiSlots / SuperVersus Alternative (Updated: 11-13-17)
Reply With Quote #516

My sv_maxplayers is set to 32 but I can't add more than 15 bots. Including myself there is 16 of us 1 human 15 bots. Is this ABM limitations? How can I make it 1 human 31 bots using the abm-mk 31 2 command?
FragRot is offline
Shadowysn
Senior Member
Join Date: Sep 2015
Location: Location:
Old 06-05-2021 , 09:44   Re: [L4D2] ABM: A MultiSlots / SuperVersus Alternative 0.1.99
Reply With Quote #517

Here's a version of ABM with a few fixes and additions.

The gamedata included here works with the latest L4D2 (and L4D1!)

The SMX file requires the latest Sourcemod 1.11.

Code:
Version 0.1.99
- abm_identityfix -1 added. Disables all instances of character changing, i.e. acts like OLD abm_identityfix 0.
- Survivors are now being assigned proper characters on spawn with abm_identityfix 0.
Version 0.1.98
- abm_unlocksi 1 now has a very simple calculation where the limits of two special infected groups (pinners and supporters) are decided by the number of alive survivors.
Version 0.1.97
- Fixed issue where duplicate L4D1 names were used for Change Client Model.
Version 0.1.96
- Initial release.
- Uses Left 4 DHooks instead of Left 4 Downtown.
- Displays health on incapped players in the ABM Menu.
- Supports L4D1.
Attached Files
File Type: sp Get Plugin or Get Source (abm.sp - 416 views - 93.9 KB)
File Type: txt abm.txt (3.3 KB, 1108 views)
File Type: smx abm.smx (44.9 KB, 559 views)
__________________
ragdoll spam, that is all

Steam profile, where I game, obviously.
Youtube channel, where I do Stick Death Maze animations and some other stuff.
no plugin requests, sorry


My Plugins:
-search list-
Modified Plugins:
1 | 2 | 3 | 4

Last edited by Shadowysn; 09-06-2022 at 02:06. Reason: Updated to Version 0.1.99
Shadowysn is offline
kooper990
Member
Join Date: Jan 2021
Old 06-08-2021 , 11:09   Re: [L4D2] ABM: A MultiSlots / SuperVersus Alternative (Updated: 11-13-17)
Reply With Quote #518

One question. what do you mean by "model ID"? How do I obtain that info if I want to change another survivor's model?
kooper990 is offline
Proaxel
Member
Join Date: Oct 2014
Old 06-09-2021 , 08:40   Re: [L4D2] ABM: A MultiSlots / SuperVersus Alternative (Updated: 11-13-17)
Reply With Quote #519

Quote:
Originally Posted by Shadowysn View Post
Here's a version of ABM with (somewhat untested) L4D1 support. Other than that, not much else except for displaying the health on incapped players on the ABM menu and moving it to Left 4 Dhooks instead of Left 4 Downtown.

The gamedata included here works with the latest L4D2, unlike the main post.
The .sp file does not compile with "Get Plugin", could you upload the .smx file?
Proaxel is offline
Marttt
Veteran Member
Join Date: Jan 2019
Location: Brazil
Old 06-09-2021 , 09:40   Re: [L4D2] ABM: A MultiSlots / SuperVersus Alternative (Updated: 11-13-17)
Reply With Quote #520

You need to compile it with left4dhooks (has depedency) as several other plugins,
I never recommend downloading plugins directly from the ".smx" file
So just download and compile at your local machine, don't forget to have left4dhooks scripting files in your sourcemod/scripting folder.
__________________
Marttt 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 00:25.


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