AlliedModders
XFactor Servers

L4D is versus but keeps changing to co-op


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
dragonbolt
Member
Karma: Neutral
Old 11-03-2009 , 16:58   L4D is versus but keeps changing to co-op
Reply With Quote #1

yea, i trying to host a single dedicated server l4d of course. ok, my problem is i want it versus but after someone joins it changes to co-op. Any help. My server config.

hostname "|OG| L4D
mp_gamemode "versus"
// Rcon Cvars
rcon_password your recon password //Sets remote control password
// Server Cvars
mp_disable_autokick 1 //Prevents a userid from being auto-kicked
sv_allow_color_correction 0 //Allow or disallow clients to use color correction on this server.
sv_allow_wait_command 0 //Allow or disallow the wait command on clients connected to this server.
sv_alltalk 0 //Players can hear all other players, no team restrictions
sv_alternateticks 0 //If set, server only simulates entities on even numbered ticks.
sv_cheats 0 //Allow cheats on server
sv_clearhinthistory 0 //Clear memory of server side hints displayed to the player.
sv_consistency 1 //Whether the server enforces file consistency for critical files
sv_contact your_admin@whatever.com //Contact email for server sysop
sv_downloadurl //Location from which clients can download missing files
// Lan or internet play, Server region cvars
sv_lan 0 //Server is a lan server ( no heartbeat, no authentication, no non-class C addresses )
sv_region 0 // Region Codes: 0 - US East coast, 1 - US West coast, 2 - South America, 3 - Europe, 4 - Asia, 5 - Australia, 6 - Middle East, 7 - Africa, 255 - world
// Server Logging
sv_log_onefile 0 //Log server information to only one file.
sv_logbans 1 //Log server bans in the server logs.
sv_logecho 0 //Echo log information to the console.
sv_logfile 1 //Log server information in the log file.
sv_logflush 0 //Flush the log file to disk on each write (slow).
sv_logsdir logs //Folder in the game directory where server logs will be stored.
log off
//Server Rates
sv_maxrate 25000
sv_minrate 3000
sv_maxcmdrate 100 //(If sv_mincmdrate is > 0), this sets the maximum value for cl_cmdrate.
sv_unlag 1
sv_maxunlag .5
//Fix to get your server onto the master lists
setmaster add 68.142.72.250:27011
setmaster add 72.165.61.189:27011
sv_steamgroup OGCommunity //this is your groups steam group id.. allows members to join from main menu add
sv_steamgroup_exclusive 0 //to make it exclusive and private
z_difficulty Impossible //this is the difficulty setting

----------------------------------------------------------------
My bat file

@echo off
cls
echo Protecting srcds from crashes...
echo If you want to close srcds and this script, close the srcds window and type Y depending on your language followed by Enter.
title srcds.com Watchdog
:srcds
echo (%time%) srcds started.
start /wait srcds.exe -console -game left4dead +ip 192.168.1.140 +hostport 27015 +map l4d_vs_farm01_hilltop.bsp
echo (%time%) WARNING: srcds closed or crashed, restarting.
goto srcds

----------------------------------------------------------------------


cpu 1.5 ghz

ram: 632mb

amd athlon 1800+

front side bus: i think 133mhz or 233mhz

8154 download 5280 upload
dragonbolt is offline
dragonbolt
Member
Karma: Neutral
Old 11-03-2009 , 17:40   Re: L4D is versus but keeps changing to co-op
Reply With Quote #2

help me plz.
dragonbolt is offline
Lob (UK
Senior Member
Karma: Terrible
Old 11-03-2009 , 18:16   Re: L4D is versus but keeps changing to co-op
Reply With Quote #3

This setting - mp_gamemode "versus" is an ingame command.

Put this one in your server.cfg and it will accept Versus Games only

sv_gametypes versus

- Lob (UK)
__________________
Lob (UK is offline
dragonbolt
Member
Karma: Neutral
Old 11-03-2009 , 18:19   Re: L4D is versus but keeps changing to co-op
Reply With Quote #4

did still changes to co-op

new server.cfg

------------------

hostname "|OG| L4D"
rcon_password "mypw"
sv_password "" // only needed to make your server private.
sv_contact ""
mp_disable_autokick 1 //disables autokick=1
sv_allow_wait_command 0
sv_alltalk 0
sv_alternateticks 0
sv_clearhinthistory 0
sv_consistency 1
sv_pausable 1
sv_voiceenable 1
sv_cheats 0
sv_forcepreload 1
sv_pure_kick_clients 0
hostport 27012
sv_lan 0 // enable LAN = 1; disable LAN = 0
sv_region 255
sv_allow_lobby_connect_only 0 //enable/disable Lobby connections 1/0
mp_gamemode versus // choose game mode coop, versus, or survival
sv_log_onefile 0
sv_logbans 1
sv_logecho 0
sv_logfile 1
sv_logflush 0
sv_logsdir logs
setmaster add 188.40.40.201:27011
exec banned_user.cfg
exec banned_ip.cfg
sv_minrate 3000
sv_maxrate 25000
sv_maxcmdrate 34
cl_updaterate 34
rate 30000
dragonbolt is offline
anon666
Member
Karma: Neutral
Old 11-03-2009 , 18:58   Re: L4D is versus but keeps changing to co-op
Reply With Quote #5

Append this into your launch command:

+sv_gametypes "versus"
anon666 is offline
Lob (UK
Senior Member
Karma: Terrible
Old 11-03-2009 , 19:24   Re: L4D is versus but keeps changing to co-op
Reply With Quote #6

Dont add it to your command-line.

You havent changed it the way i told you.

See this bit in your server.cfg


Code:
mp_gamemode versus // choose game mode coop, versus, or survival
Change it to this like i already told you.

Code:
sv_gametypes versus // choose game mode coop, versus, or survival
Notice you are changing it from mp_gamemode to sv_gametypes

- Lob (UK)
__________________
Lob (UK is offline
dragonbolt
Member
Karma: Neutral
Old 11-03-2009 , 20:02   Re: L4D is versus but keeps changing to co-op
Reply With Quote #7

yea. i did that and didnt work keeps switching back, so i tryed the gui instead and does same thing. any clue?
dragonbolt is offline
Lob (UK
Senior Member
Karma: Terrible
Old 11-03-2009 , 20:07   Re: L4D is versus but keeps changing to co-op
Reply With Quote #8

Quote:
Originally Posted by dragonbolt View Post
yea. i did that and didnt work keeps switching back, so i tryed the gui instead and does same thing. any clue?
Have a read through this Tutorial and follow the instructions etc.

http://www.left4dead411.com/forums/s...ead.php?t=8444

- Lob (UK)
__________________
Lob (UK is offline
dragonbolt
Member
Karma: Neutral
Old 11-03-2009 , 21:46   Re: L4D is versus but keeps changing to co-op
Reply With Quote #9

so far its working now. thx
dragonbolt is offline
Lob (UK
Senior Member
Karma: Terrible
Old 11-04-2009 , 07:49   Re: L4D is versus but keeps changing to co-op
Reply With Quote #10

Quote:
Originally Posted by dragonbolt View Post
so far its working now. thx
Your Welcome
__________________
Lob (UK is offline
Reply


Thread Tools
Display Modes

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 05:30.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Theme made by Freecode Sponsored by Layered Technologies