SRCDS Steam group


Seeking a couple L4D simple codes
#1
Hello, I'm renting a server L4D "Left 4 Dead" does anyone know how I may find the correct folder and the proper code to place in the field so I can't be kicked from my own server? sux paying and not being able to play on your own server.

I installed Sourcemod 1.2.0 ... even.

Thanks
Reply
#2
Source mod supports L4D?!?!?!
Jim
CEO
Co-Founder
Veloci Servers
¤ø„¸¨°º¤ø„¸ ¸„ø¤º°¨¸„ø¤º°¨
¨°º¤ø„¸ Hardstyle ¸„ø¤º°¨
¸„ø¤º°¨ Q Dance ``°º¤øFrom Ireland
Reply
#3
ComputerHelper Wrote:Source mod supports L4D?!?!?!

Yep, MetaMod too!
Ryan White
Owner & CEO
GigabiteServers.com
Reply
#4
ComputerHelper Wrote:Source mod supports L4D?!?!?!

yes... here is an example of 6 or 7 .txt & cfg files it created. i cant make sense of it, i need the answers filled in so it's done right and I won't get kicked off my server. Admin means Admin
===============
/l4d/left4dead/addons/sourcemod/confi
===============
/**
* Use this file to configure map lists.
*
* Each section is a map list that plugins can use. For example, the Admin Menu
* requests an "admin menu" map list, and you can control which maps appear via
* this file.
*
* Each section must have a property that explains where to read the maps from.
* There are two properties:
*
* target - Redirect the request to another section.
* file - Read a file of map names, in mapcycle.txt format.
*
* There is one section by default, called "mapcyclefile" - it is mapped to the
* mapcycle.txt file, or whatever the contents of your mapcyclefile cvar is.
*
* If a plugin requests a map list file which doesn't exist, or is empty, SourceMod
* tries the "default" section, and then the "mapcyclefile" section.
*/
"MapLists"
{
/**
* Default requests go right to the mapcyclefile.
*/
"default"
{
"target" "mapcyclefile"
}

/* Admin menu, map menu */
"sm_map menu"
{
"file" "addons/sourcemod/configs/adminmenu_maplist.ini"
}

/* Admin menu, map voting menu */
"sm_votemap menu"
{
"file" "addons/sourcemod/configs/adminmenu_maplist.ini"
}

/* For the "randomcycle" plugin */
"randomcycle"
{
"target" "default"
}

/* For the "mapchooser" plugin */
"mapchooser"
{
"target" "default"
}

/* For the "nominations" plugin */
"nominations"
{
"target" "default"
}
}

=============
Another .cfg example

/**
* USE THIS SECTION TO DECLARE DETAILED ADMIN PROPERTIES.
*
* Each admin should have its own "Admin" section, followed by a name.
* The name does not have to be unique.
*
* Available properties: (Anything else is filtered as custom)
* "auth" - REQUIRED - Auth method to use. Built-in methods are:
* "steam" - Steam based authentication
* "name" - Name based authentication
* "ip" - IP based authentication
* Anything else is treated as custom.
* Note: Only one auth method is allowed per entry.
*
* "identity" - REQUIRED - Identification string, for example, a steamid or name.
* Note: Only one identity is allowed per entry.
*
* "password" - Optional password to require.
* "group" - Adds one group to the user's group table.
* "flags" - Adds one or more flags to the user's permissions.
* "immunity" - Sets the user's immunity level (0 = no immunity).
* Immunity can be any value. Admins with higher
* values cannot be targetted. See sm_immunity_mode
* to tweak the rules. Default value is 0.
*
* Example:
"BAILOPAN"
{
"auth" "steam"
"identity" "STEAM_0:1:16"
"flags" "abcdef"
}
*
*/
Admins
{
}
Reply
#5
dualcore1289 Wrote:
ComputerHelper Wrote:Source mod supports L4D?!?!?!

Yep, MetaMod too!

can you install both of them? or just one Mod version
Reply
#6
login via rcon when you get on your server.

Pretty sure you get a message saying your immune to kicking but I can't remember. I got rid of my l4d server last week.
Reply
#7
I just finished setting this up on my TF2 server, but SourceMod is game-independent.

First you need to open the file "/l4d/left4dead/addons/sourcemod/config/admins_simple.cfg" and add yourself at the bottom, just follow the examples on how to do this, you will need atleast the "a" flag here, i just added myself to the "Full Server Admin" group.
I recommend you add your Steam_ID, to find it you need to open up your ingame console, type "status" and find yourself in the list.

Then you need to open "/l4d/left4dead/cfg/sourcemod/sourcemod.cfg" and scroll down until you find the directive that says sm_reserve_type
Here you set the options for letting reserved players joining and kick other players to let you in.
I believe the settings would have to be like this for the L4D server to operate normally:
Code:
sm_reserve_type 0
sm_reserved_slots 1
sm_hide_slots 0

Hope this works for you.
Reply
#8
If you want to prevent players from kicking you using L4D's built in system, you'll need a plugin such as this one: http://forums.alliedmods.net/showthread.php?p=758719

You'll also need to make sure you have immunity. Assuming you have SM installed and working, you just need to add this to the end of admins_simple.ini:
"SteamID" "99:z"

This will give you full admin and immunity. Hope that helps.
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)