Jump to content

关于COD2服务器设置的指令大全


csfaye

Recommended Posts

象什么关闭手雷或某种武器啦,或者设置1-3颗手雷,调烟雾等等,有人能贴给我吗, 我把论坛翻看了几十页都没找到,GOOGLE也搜不到。

学会以后准备在浩方里搞2台服务器开几个COD2的端口;)

我还想学习一下,进来一看LZ也不会~~~~~~~~~~~~~

Link to comment
Share on other sites

http://callofduty.filefront.com/file/CoD2_...Commander;50797

以上链接是一个写服务器设置文件的辅助工具。只要填入相应的参数,就能自动产生CONFIG文件

当然,只是产生一个基本的CONFIG。。建服务器还是要有其他一些步骤的。。如去烟啊,建Dedicate服务器啊,优化调整啊等等。。。

Link to comment
Share on other sites

还帮你找了篇config范文。。。或者你去Google里搜“Call of duty server.cfg”,会有很多信息

// This config file was created with

// ClanMan COD Server Config

// www.ClanManSoftware.com

// Hostname and Message of The Day

set sv_hostname "xxxxx COD2"

set scr_motd "Welcome to xxxxxx"

// Set the Server IP and Port Address

set net_ip xxx.xxx.xxx.xxx

set net_port 28960

// Set the Server Min and Max Ping

set sv_maxPing "250"

set sv_minPing "0"

// Set the Game type: bel, dm, re, sd, tdm

set g_gametype "tdm"

// Set the Rcon Password: To control the Server Remotely

set rcon_password "xxxxxx"

// Maximum Players on the Server

set sv_maxclients "20"

// Setup for Private Player spots on the Server

set sv_privateclients "0"

set sv_privatepassword ""

// Set the Max Rate Per Player on the server

// MaxRate = Upload Speed / (# of Players * 8)

set sv_maxrate "15000"

// Pure on or Off: Pure is basicly an anticheat

set sv_pure "1"

// Have the Server Show Up on GameSpy

set sv_gamespy "1"

// Allow Voting on the server: 0=No 1=Yes

// It is recommended if you have friendly fire on

// that you also enable voting so that players can kick team killers

set scr_allow_vote "1"

// Friendly Fire: 0=Off 1=On 2=Reflect Damage

set scr_friendlyfire "1"

// Team Kill Options

set g_teamkillwarn "3"

set g_teamkillkick "3"

// Invulnerable Time After a Respawn

set sv_invulnerabletime "3"

// Delay in Time Before a Player Can Switch Teams

set g_teamswitchdelay "5"

// Force Respawn: DM & TDM

set scr_forcerespawn "1"

// Draws a Team Icon Over Teammates: 0=Off 1=On

set scr_drawfriend "1"

// 0=Kill Cam 1=Team Spectate

set g_forceteamspectate "0"

// Enable Developer it Controls the Type of Log File

set developer "1"

// Allow Downloads from the Server

set sv_allowdownload "1"

// Flood Protect the Server

set sv_floodProtect "1"

// Auto Team Balance

set scr_teamBalance "1"

// Allow Free Spectating

set scr_spectatefree "1"

// Allow Enemy Spectating

set scr_spectateenemy "0"

// Allow Voice Communications

set sv_voice "0"

// Voice Quality

set sv_voicequality ""

// Weapons Allowed 1=allow

// American Weapons

// ----------------

// Bar

set scr_allow_bar "1"

// Grease Gun

set scr_allow_greasegun "1"

// M1 Carbine

set scr_allow_m1carbine "1"

// M1 Garand

set scr_allow_m1garand "1"

// Springfield Sniper

set scr_allow_springfield "1"

// Thompson

set scr_allow_thompson "1"

// Russian Weapons

// ----------------

// Nagant

set scr_allow_nagant "1"

// Nagant Sniper

set scr_allow_nagantsniper "1"

// PPS 42

set scr_allow_pps42 "1"

// PPSH

set scr_allow_ppsh "1"

// Tokarev SVT 40

set scr_allow_svt40 "1"

// British Weapons

// ----------------

// Bren

set scr_allow_bren "1"

// Enfield

set scr_allow_enfield "1"

// Enfield Sniper

set scr_allow_enfieldsniper "1"

// Sten

set scr_allow_sten "1"

// German Weapons

// ----------------

// Gewehr 43

set scr_allow_g43 "1"

// Kar 98k

set scr_allow_kar98k "1"

// Kar 98k Sniper

set scr_allow_kar98ksniper "1"

// MP 44

set scr_allow_mp44 "1"

// MP 40

set scr_allow_mp40 "1"

// Common Weapons

// ----------------

// M1897 Trench Gun - Shotgun

set scr_allow_shotgun "1"

// Fragg Grenades

set scr_allow_fraggrenades "1"

// Smoke Grenades

set scr_allow_smokegrenades "1"

// Set the Different Gametype Settings

// Capture the Flag

set scr_ctf_scorelimit "5"

set scr_ctf_timelimit "30"

// Deathmatch Settings

set scr_dm_scorelimit "50"

set scr_dm_timelimit "30"

// Headquaters

set scr_hq_scorelimit "450"

set scr_hq_timelimit "30"

// Search and Destroy Settings

set scr_sd_graceperiod "15"

set scr_sd_roundlength "4"

set scr_sd_roundlimit "0"

set scr_sd_scorelimit "10"

set scr_sd_timelimit "30"

set scr_sd_bombtimer "60"

// Team Deathmatch Settings

set scr_tdm_scorelimit "150"

set scr_tdm_timelimit "15"

// Set the Allowed Maps and the Rotation

set sv_maprotation "gametype tdm map mp_brecourt gametype tdm map mp_carentan gametype tdm map mp_farmhouse gametype tdm map mp_dawnville gametype tdm map mp_burgundy gametype tdm map mp_trainstation gametype tdm map mp_decoy gametype tdm map mp_toujane gametype tdm map mp_matmata gametype tdm map mp_railyard gametype tdm map mp_breakout gametype tdm map mp_leningrad gametype tdm map mp_downtown "

Edited by zEaL_Simon
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

访客
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 创建新的...