02-26-2012, 12:29 AM
Hello. I've been trying to set this server up all night and early this morning. I just don't get what i am doing wrong.
Basically i want above 8 players, but when it gets to 8 players i have a plugin that makes it unreserved.
but then people quit so it's only 4 players and then i try to connect and says "session not available"
and console:
Here is all the plugins and stuff:
command line:
Plugins list:
extensions(sm):
meta list:
server.cfg:
also, i have a steam group set up...
Please tell me what is wrong!
thanks,
gamemann
Basically i want above 8 players, but when it gets to 8 players i have a plugin that makes it unreserved.
but then people quit so it's only 4 players and then i try to connect and says "session not available"
and console:
Code:
] connect mariokart.gflclan.com:27016
Connecting to public(76.74.167.15:27016)
Sending UDP connect to public IP 76.74.167.15:27016
Server using 'public' lobbies, requiring pw no, lobby id 0
RememberIPAddressForLobby: lobby 0 from address 76.74.167.15:27016
Server approved grace request...
Retrying connection to 76.74.167.15:27016, server requires lobby reservation but is unreserved.
Received game details information from mariokart.gflclan.com:27016...
BinkOpen( c:\program files (x86)\steam\steamapps\common\left 4 dead 2\left4dead2\media\l4d2_background05.bik )
Here is all the plugins and stuff:
command line:
Code:
#!/bin/bash
clear
echo -e "\n"
echo "Starting Left4Dead2-Server"
sleep 2
echo -e "\n"
screen -A -m -d -S l4d2 /drive2/gflservers/left4dead2server/left4dead2/srcds_run -console -game left4dead2 -autoupdate +ip 76.74.167.15 +port 27016 -maxplayers 16
echo -e "Server is now starting on port 27016"
Plugins list:
Code:
09:25:47 [SM] Listing 23 plugins:
01 "HLstatsX CE Ingame Plugin" (1.6.15) by psychonic
02 "Basic Comm Control" (1.4.0-dev) by AlliedModders LLC
03 "Basic Commands" (1.4.0-dev) by AlliedModders LLC
04 "Reserved Slots" (1.4.0-dev) by AlliedModders LLC
05 "[L4D2] Weapon Unlock" (0.8.1) by Crimson_Fox
06 "L4D Force Mission Changer" (1.4.0) by Dionys,Visual77, Viragiste & Chronic1
07 "SourceBans" (1.4.9) by SourceBans Development Team
08 "L4D1/2 Remove Lobby Reservation" (1.1.1) by Downtown1
09 "Basic Votes" (1.4.0-dev) by AlliedModders LLC
10 "Admin Menu" (1.4.0-dev) by AlliedModders LLC
11 "Admin File Reader" (1.4.0-dev) by AlliedModders LLC
12 "Admin Help" (1.4.0-dev) by AlliedModders LLC
13 "Client Preferences" (1.4.0-dev) by AlliedModders LLC
14 "L4D Black and White Notifier" (1.31) by DarkNoghri, madcap
15 "Fun Commands" (1.4.0-dev) by AlliedModders LLC
16 "L4D SuperVersus" (1.5.4) by DDRKhat
17 "Basic Chat" (1.4.0-dev) by AlliedModders LLC
18 "Sound Commands" (1.4.0-dev) by AlliedModders LLC
19 "Basic Info Triggers" (1.4.0-dev) by AlliedModders LLC
20 "Player Commands" (1.4.0-dev) by AlliedModders LLC
21 "Fun Votes" (1.4.0-dev) by AlliedModders LLC
22 "Anti-Flood" (1.4.0-dev) by AlliedModders LLC
23 Disabled: "Nextmap" (1.4.0-dev) by AlliedModders LLC
extensions(sm):
Code:
[SM] Displaying 9 extensions:
[01] Automatic Updater (1.5.0-dev): Updates SourceMod gamedata files
[02] Webternet (1.5.0-dev): Extension for interacting with URLs
[03] Left 4 Downtown 2 Extension (0.5.3): Downtown1's extension to perform useful L4D1/L4D2 calls
[04] BinTools (1.5.0-dev): Low-level C/C++ Calling API
[05] Client Preferences (1.5.0-dev): Saves client preference settings
[06] SQLite (1.5.0-dev): SQLite Driver
[07] SDK Tools (1.5.0-dev): Source SDK Tools
[08] Top Menus (1.5.0-dev): Creates sorted nested menus
[09] MySQL-DBI (1.5.0-dev): MySQL driver implementation for DBI
meta list:
Code:
Listing 4 plugins:
[01] L4DToolZ (1.0.0.10RC2) by Ivailosp
[02] SourceMod (1.5.0-dev) by AlliedModders LLC
[03] Left 4 Downtown 2 Extension (0.5.3) by Igor "Downtown1" Smirnov / Andrew "XBetaAlpha" Burrows / AtomicStryker / Michael "ProdigySim" Busby
[04] SDK Tools (1.5.0-dev) by AlliedModders LLC
server.cfg:
Code:
//Default Server Settings\\
//Host and RCON settings
hostname "[GFLClan.com] 8VS8 VERSUS! [CAN YOU SURVIVE?]"
rcon_password "***********"
sv_password ""
sv_gametypes "versus"
sm_cvar mp_gamemode "versus"
sv_steamgroup "2208465"
//rate settings
sv_maxrate 30000
sv_minrate 20000
sv_maxupdaterate 33
sv_minupdaterate 10
sv_maxcmdrate 101
sv_mincmdrate 66
//versus settings
sm_cvar sb_all_bot_game "1"
sb_all_bot_game "1"
//l4d2toolz
sv_maxplayers "16" //- max human players that can join your server. -1 to disable and use standart check (range 0 to 32)
sv_removehumanlimit "1" //- remove kick for players when they are more than 8 for vs and 4 for coop(0 to disable, 1 to enable)
//sv_unlock_sb_add "1" //- you can use "sb_add" command to spawn bots
sv_force_unreserved "0"
//l4d_maxplayers "16"
sv_visiblemaxplayers "16"
l4d_unreserve_full 1
//HLStatsX Settings
log on // Turns Logging on
logaddress_delall // Removes all previous log destinations
logaddress_add 64.79.110.47:27500 // Sends logs to your HLstatsX CE daemon
Please tell me what is wrong!
thanks,
gamemann