View Single Post
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