メイン | 2006年08月 »

2005年06月19日

amxx.cfg

// AMX Configuration File
echo Executing AMX Mod X Configuration File

// Default access for all non admin players (see users.ini for access details)
amx_default_access "j"

// Name of setinfo which should store a password on a client (you should change this)
// (Example: setinfo _pw "password")
amx_password_field "_pw"

// Mode of logging to a server
// 0 - disable logging, players won't be checked (and access won't be set)
// 1 - normal mode which obey flags set in accounts
// 2 - kick all players not on list
amx_mode 1

// Show admins activity
// 0 - disabled
// 1 - show without admin name
// 2 - show with name
amx_show_activity 2

// Frequency in seconds and text of scrolling message
amx_scrollmsg "Welcome to %hostname% -- This server is using AMX Mod X" 600
amx_scrollmsg "http://game10.2ch.net/test/read.cgi/game/1109774863/" 600

// Center typed colored messages (last parameter is a color in RRRGGGBBB format)
amx_imessage "Welcome to %hostname%" "000255100"
amx_imessage "Supported by \n http://fps0.com/" "255100255"
amx_imessage "This server is using AMX Mod X\nVisit http://www.amxmodx.org" "000100255"

// Frequency in seconds of colored messages
amx_freq_imessage 180

// Set in seconds how fast players can chat (chat-flood protection)
amx_flood_time 0.75

// Amount of reserved slots (for more details see comments in a plugin source)
amx_reservation 0

// Displaying of time remaining
// a - display white text on bottom
// b - use voice
// c - don't add "remaining" (only in voice)
// d - don't add "hours/minutes/seconds" (only in voice)
// e - show/speak if current time is less than this set in parameter
amx_time_display "a 1800" "ab 1200" "ab 600" "ab 300" "ab 180" "ab 60" "a 30" "bcde 11"

// Announce "say thetime" and "say timeleft" with voice
amx_time_voice 1

// Minimum delay in seconds between two voting sessions
amx_vote_delay 10

// How long voting session goes on
amx_vote_time 10

// Display who votes for what option
amx_vote_answers 1

// Some ratios for voting success
amx_votekick_ratio 0.40
amx_voteban_ratio 0.40
amx_votemap_ratio 0.40
amx_vote_ratio 0.02

// Max. time to which map can be extended
amx_extendmap_max 10

// Step for each extending
amx_extendmap_step 15

//If you set this to 0, clients cannot chose their language
amx_client_languages 1

// Plugin Debug mode
// 0 - No debugging (garbage line numbers)
// 1 - Plugins with "debug" option in plugins.ini are put into debug mode
// 2 - All plugins are put in debug mode
// Note - debug mode will affect JIT performance
amx_debug 0

投稿者 rigel : 16:39 | コメント (0)

2005年06月17日

Server.cfg

//-----------------------------------------------
// Server Config For Day Of Defeat v1.3 Server
//-----------------------------------------------
//
// Special Thx to [AR]-All Ready Online Network
// for help with this server config


//hostname "DoD Kouhaku Server"
hostname "// Yokohama DoD Server [FF/on]"


//sv_password "(・∀・)"
//sv_spectator_password "(・∀・)"
rcon_password "(・∀・)"

//-----------------------------------------------
// Server Variables
//-----------------------------------------------

mp_autokick 0
mp_autocrosshair 0
mp_autoteambalance 0
mp_consistency 1
mp_fadetoblack 0
mp_falldamage 1
mp_flashlight 1
mp_forcecamera 1
mp_forcechasecam 1
mp_friendlyfire 1
mp_logfile 1
mp_timelimit 21
mp_teamlimit 1
//spectatorの有無(デフォルト有効)
mp_allowspectators 0

//-----------------------------------------------
// Physics settings
//-----------------------------------------------
sv_lan 0
sv_aim 0
sv_airaccelerate 10
sv_airmove 1
sv_allowdownload 1
sv_allowupload 1
sv_alltalk 0
sv_bounce 1
sv_clienttrace 3.5
sv_clipmode 0
sv_cheats 0
sv_friction 4
sv_stepsize 18
sv_stopspeed 100
sv_maxupdaterate 30
sv_proxies 1
sv_region 4
sv_gravity 800
sv_maxspeed 500
sv_wateraccelerate 10
sv_waterfriction 1

sv_maxrate 20000
sv_minrate 1500
sv_downloadurl "http://eg6.ath.cx/dod/"

decalfrequency 30
edgefriction 2
pausable 0
fakelag 0
fakeloss 0
host_framerate 0
pausable 0

//ボイスの音声品質。数値が高くなるほど高音質(2400 / 6000 / 8000 / 11200 / 15200 bps)
//1〜5の数値(上記bpsに対応)を入れる。サーバの回線が弱い場合には、あまり高音質に
//するとラグが発生する場合があります
//sv_voicecodec voice_miles
sv_voicecodec voice_speex
sv_voicequality 5

sys_ticrate 100
//sys_ticrate 200


//-----------------------------------------------
// DoD Extra settings
//-----------------------------------------------
//This Enables DoD's Netcoding (valveのラグ相殺機能の有無)
sv_unlag 1
sv_unlagpush 0
//プレイヤーのラグ相殺機能の動作間隔(秒)
//0.35以下に設定すること
sv_maxunlag 0.30
//ラグ相殺機能が参考にするプレイヤーのpingのサンプル数(1か2が推奨)
sv_unlagsamples 2
fps_max 100

//DoD Beta 2.0 Bullet Tracer settings
traceroffset 100
tracerlength 0.45
tracerred 1.3
tracerblue 0.1
tracergreen 0.7
traceralpha 0.45
tracerspeed 6250

//Turn on/off death messages
mp_deathmsg 1

//地域コード。プレイヤーの検索画面で使用されるフィルタリングに用いられる
//0:アメリカ東海岸、1:アメリカ西海岸、2:南アメリカ、3:ヨーロッパ、4:アジア
//5:オーストラリア、6:中東、7:アフリカ、255:世界(不特定)
sv_region 4

// load ban files
//exec listip.cfg
//exec banned.cfg
//exec server_limits.cfg

//Axis (GE)
mp_limitaxis_light -1
mp_limitaxis_assault -1
mp_limitaxis_sniper 2
mp_limitaxis_heavy -1
mp_limitaxis_mg 3
mp_limitaxis_kar98 -1
mp_limitaxis_k43 -1
mp_limitaxis_mp40 -1
mp_limitaxis_mp44 -1
mp_limitaxis_scopedkar 2
mp_limitaxis_fg42bipod 3
mp_limitaxis_fg42scope 2
mp_limitaxis_mg34 3
mp_limitaxis_mg42 3

//Allies (US)
mp_limitallies_light -1
mp_limitallies_assault -1
mp_limitallies_sniper 2
mp_limitallies_heavy -1
mp_limitallies_mg 3
mp_limitallies_garand -1
mp_limitallies_carbine -1
mp_limitallies_thompson -1
mp_limitallies_grease -1
mp_limitallies_spring 2
mp_limitallies_bar -1
mp_limitallies_30cal 3

//Allies (UK)
mp_limitbrit_enfield -1
mp_limitbrit_sten -1
mp_limitbrit_scopedenf 2
mp_limitbrit_bren 5
mp_limitbrit_light -1
mp_limitbrit_assault -1
mp_limitbrit_sniper 2
mp_limitbrit_heavy -1
mp_limitbrit_mg 5

//mp_combinemglimits 2
sv_enableoldqueries 1
enforce_timelimit

投稿者 rigel : 15:33 | コメント (0)