Creer un serveur Day Of Defeat Source

Certes de nombreux tutoriels existent mais ils sont generaux ou partiel pour demarrer votre propre serveur Day of Defeat Source.

Ce tutoriel vous permet de creer votre serveur sur un serveur debian 64 bits.

avant tout vous devez installer la lib pour le 32bits qui vous permettra d’emuler un environnement 32 bits. Cela vous evitera par la suite un eventuel

./hldsupdatetool.bin: No such file or directory

Voici la demarche a suivre:
~$ mkdir srcds_l
~$ cd srcds_l
~$ /srcd_l$ wget http://www.steampowered.com/download/hldsupdatetool.bin

Nous devons rendre le fichier executable
~$ chmod +x hldsupdatetool.bin
~$/srcd_l$ ./hldsupdatetool.bin
~$/srcd_l$ ./steam

Maintenant on installe DOD:s
~/srcd_l$ ./steam -command update -game dods -dir .

Demarrer le script

Vous pouvez creer un scriptdu genre:

#!/bin/bash
 

cd srcds_l

./steam -command update -game dods -dir .

# This updates dods file to latests version before launching the game.

cd orangebox

./srcds_run -console -game dod +map dod_kalt +maxplayers 24 +ip 192.168.1.153 -port 27015 -autoupdate -pingboost 1 -debug

 

# This starts the server and sets some obvious settings. Notice the strange syntax with a plus in front of ip but a minus in front of port.

ou vous pouvez executer chaque lignes separement.

le server server.cfg

vous devez le creer danssrcds_l/orangebox/dod/cfg/

hostname "1337 |-|4xor DODS server"
 

sv_contact "1337@foobar.com"

rcon_password "verysecret"

//sv_password "somewhat secret"

//SETTINGS

sv_visiblemaxplayers 24 // Overrides the max players reported to prospective clients

sv_lan 0  // This is not a Lan server

sv_secure 1 // No cheats!

sv_cheats 0 // No cheats

sv_region 3 // Region 3 is europe

sv_unlag 1

sv_rcon_minfailures 2

sv_rcon_maxfailures 3

sv_rcon_banpenalty 0 (permanent ban}

sv_rcon_minfailuretime 30

sv_logbans 1

sv_filterban 1

log "on" // creates a logfile

sv_logfile 1

sv_log_onefile 1 //only one log file

sv_allowDownload "1" // enables or disables direct client downloads from server.

sv_dl_maxRate "250000" // sets the max rate in bytes/s for direct client downloads. 250000 B/S = 244.KB/s

net_maxfilesize 500 // The maximal filesize in mb for the client to download from the server.

mp_friendlyfire 1

mp_timelimit 30 // 30 minute timelimit

mp_autokick 7 // Kick idle players

dod_bonusround 0 // Winning team cant kill losers

//mapcyclefile "mapcycle.txt"

Vous desirez rajouter des maps mettez les dans /srcds_l/orangebox/dod/maps/

pour gerez votre serveur

tapez dans la console

rcon_password "verysecret"

 
 
  • rcon say [text]
  • rcon changelevel [map] (Example: dod_palermo)
  • rcon stats
  • rcon restartgame [x]
  • rcon quit
  • rcon kickid [number]
  • rcon users
  • rcon banid [x] [y] kick
  • rcon addip [x] [z] kick
  • rcon removeid [p]
  • rcon removeip [q]
  • rcon writeid Saves all the banned SteamID’s.
  • rcon writeip
Aucun commentaire pour l'instant
Aucun trackback pour l'instant
Get Adobe Flash playerPlugin by wpburn.com wordpress themes