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

L4DToolZ Metamod plugin (l4d1 & l4d2)


Post New Thread Reply   
 
Thread Tools Display Modes
ivailosp
Senior Member
Join Date: Feb 2009
Old 06-17-2009 , 06:27   Re: L4DToolZ Metamod plugin
Reply With Quote #41

Quote:
Originally Posted by SeizureMonkey View Post
Hi ivailosp. I am having some difficulty using your plugin.

If I enter the following command into the console:sm_cvar survivor_limit 12, it returns the following message:

[SM] Changed cvar "survivor_limit" to "12".
Server cvar 'survivor_limit' changed to 4


No matter what I do it continues to be constrained to "4"

I have already added these to my server.cfg file as well.

sv_maxplayers 32
sv_removehumanlimit
sv_unlockgamemode
sv_unlock_sb_add
sv_force_unreserved
sm_cvar survivor_limit 16


Curiously enough though if I type meta list in the console i get this returned:

meta list
Listing 3 plugins:
[01] SourceMod (1.2.2-dev) by AlliedModders LLC
[143] <NOFILE>
[144] <NOFILE>

Not sure what exactly went wrong...

"rcon sb_add" does respawn the survivors but only if I fully kick a bot off my server leaving 3 or less survivors in the game. However it stops letting me spawn the survivors once I hit 3 bots.

Thanks in advance for any ideas you guys may have.

(Edit: it appears that my server isn't able to execute my server.cfg file so I'm assuming I don't have it located in the right place.)

Here's what my ds console says when I connect to the server:


Connection to Steam servers successful.
VAC secure mode is activated.
-> Reservation cookie 184016997d3ec00: reason ReplyReservationRequest
---- Host_NewGame ----
Compact released 1638400 bytes to the backing store
Host_NewGame on map l4d_hospital01_apartment
L 06/17/2009 - 01:26:50: -------- Mapchange to l4d_hospital01_apartment --------
Executing dedicated server config file
Commentary: Loading commentary data from maps/l4d_hospital01_apartment_commentary.txt.
Queuing heartbeat send to steam master server updater.
exec: couldn't exec server.cfg
Server waking up from hibernation
Queuing heartbeat send to steam master server updater.
Client "SeizureMonkey" connected (**.**.**.**.*****).
Unable to change gamemode to 'Versus', it is locked due to lobby reservation.
String Table dictionary for downloadables should be rebuilt, only found 22 of 30 strings in dictionary
Connection to Steam servers successful.
VAC secure mode is activated.
NextBot tickrate changed from 0 (0.000ms) to 3 (0.100ms)
you need to set
sv_removehumanlimit 1
sv_unlockgamemode 1
sv_unlock_sb_add 1
sv_force_unreserved 1

also for survivor_limit you need plugin that set SetConVarBounds(FindConVar("survivor_limit") , ConVarBound_Upper, true, 14.0);

meta list give you some error - where did you extract the zip with my plugin
ivailosp is offline
ColdnessCalms
Junior Member
Join Date: Jun 2009
Location: Seattle
Old 06-17-2009 , 11:20   Re: L4DToolZ Metamod plugin
Reply With Quote #42

Is it possible to take advantage of the extra slots without super versus?
ColdnessCalms is offline
ivailosp
Senior Member
Join Date: Feb 2009
Old 06-17-2009 , 13:27   Re: L4DToolZ Metamod plugin
Reply With Quote #43

Quote:
Originally Posted by ColdnessCalms View Post
Is it possible to take advantage of the extra slots without super versus?
yes, but you need small sourcemod plugin to do so, you need to set ConVarBound_Upper for survivor_limit and z_max_player_zombies
ivailosp is offline
AtomicStryker
Veteran Member
Join Date: Apr 2009
Location: Teutonia!!
Old 06-17-2009 , 13:38   Re: L4DToolZ Metamod plugin
Reply With Quote #44

I tried kicking a Survivor Bot, then using sb_add both from local and rcon command console. Didnt do anything
AtomicStryker is offline
SeizureMonkey
Junior Member
Join Date: Jun 2009
Old 06-18-2009 , 17:43   Re: L4DToolZ Metamod plugin
Reply With Quote #45

Quote:
Originally Posted by ivailosp View Post
you need to set
sv_removehumanlimit 1
sv_unlockgamemode 1
sv_unlock_sb_add 1
sv_force_unreserved 1

also for survivor_limit you need plugin that set SetConVarBounds(FindConVar("survivor_limit") , ConVarBound_Upper, true, 14.0);

meta list give you some error - where did you extract the zip with my plugin
Well after getting some sleep I backtracked and reinstalled your plugin. As you figured, I had extracted it incorrectly.

I have now placed the "l4dtoolz" folder into \addons & placed the vdf file into \addons\metamod so it is now working like a charm.

Now the last problem I am having is really starting to drive me crazy. No matter how many times I've tried, I just can't get my dedicated server to execute my server.cfg file. It refuses to recognize the configuration files existence.

Is there a configuration file somewhere that I can specify the directory path to my server.cfg file so that the server can actually execute it?

Sorry about making you guys have to explain so much, this is my first time trying to run a dedicated server for a Source game so I didn't have prior experience with setup to make it easier.

Last edited by SeizureMonkey; 06-18-2009 at 17:56.
SeizureMonkey is offline
ivailosp
Senior Member
Join Date: Feb 2009
Old 06-18-2009 , 18:31   Re: L4DToolZ Metamod plugin
Reply With Quote #46

where did you put server.cfg
ivailosp is offline
SeizureMonkey
Junior Member
Join Date: Jun 2009
Old 06-18-2009 , 18:36   Re: L4DToolZ Metamod plugin
Reply With Quote #47

I put it in \steamapps\common\left 4 dead\left4dead\cfg

I have no idea why it's not detected.

I also tried \steamapps\common\left 4 dead\left4dead\cfg\sourcemod but it had no effect either.

Last edited by SeizureMonkey; 06-18-2009 at 18:42.
SeizureMonkey is offline
ColdnessCalms
Junior Member
Join Date: Jun 2009
Location: Seattle
Old 06-19-2009 , 12:11   Re: L4DToolZ Metamod plugin
Reply With Quote #48

You can use the sourcemod.cfg in your /cfg/sourcemod folder instead of server.cfg

Also, I'm sure you know better than this, but when you save a cfg file you have to save it as 'all files' so that it doesnt change to the default .txt format.
ColdnessCalms is offline
Shake
Junior Member
Join Date: May 2009
Old 06-24-2009 , 11:16   Re: L4DToolZ Metamod plugin
Reply With Quote #49

I'm using L4DToolZ+Realfake clients and it works fine.
maxplayers 32
rf_clients 12

http://forums.alliedmods.net/showthr...ght=rf_clients
Shake is offline
ivailosp
Senior Member
Join Date: Feb 2009
Old 06-25-2009 , 16:17   Re: L4DToolZ Metamod plugin
Reply With Quote #50

new version(1.0.0.3) fix problem with support for more than 18 slot server with last version of l4d(1.0.1.4)
ivailosp 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 13:35.


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