アットウィキロゴ

サーバーの建て方

サーバーの建て方はとってもシンプル。

UDPポート30720を開ける

普通に起動する

Shiftキーと半角/全角キーを押してコンソールを開く

\dedicated 2 と入力する

おわり

※Q3エンジンなので、W:ETの鯖の立て方とほぼ同じ。sv_maxRateとかちゃんと設定してくれると幸せ
それと、サーバーネームは「TAKESHIMA」とかの パスワードとサーバーネームが被らないけどVIP鯖だと
分かるネームにするのが吉。たまに糞害人が入る事もあるのでパスワードとサーバーネームは被らせない事。

後は適当なサーバーコマンドなど
set sv_pure "1" //サーバー上のコンテンツを全てのクライアントに強制的に適用する
set sv_port "30720" //使用するポート番号
set sv_hostname "Servername" //鯖の名前
set sv_maxclients "24" //鯖に入れる人数
set sv_minRate "5000" //転送速度の制限。単位は Byte/S.回線に自信がなければ、maxrateを設定した方がいいかも分からんね。
set sv_maxRate "25000" //自分の登り速度/最大クライアント数でいいのかな?
set sv_minSnaps "10" //Minumum snapshots for connected.IT用語辞典にsnapshotってあるけど良く分からんかった
set sv_allowdownload "0" //クライアントからのダウンロードを許可するかどうか
set pmove_fixed "0" //このコマンドは実際に125FPS出ていなくても、125FPS相当のジャンプ力を出してくれるミラクルコマンドなのだ。ただし、このコマンドは照準と着弾点がずれるという短所も持ち合わせている。 (ETwikiより、0にしといた方がよさげ
set g_needpass "1" //身内鯖にするかどうか
set g_password "vip" //パスワードの設定
set rconPassword "Rconpass" //Rconパスワードの設定
set g_teamForceBalance "1" //有利ジョイン禁止にする
set g_motd "http://tremulous.net/" //お知らせのページ設定、いらねーだろ
set timelimit "60"       //時間制限の設定
set g_suddenDeathTime "55" //SuddenDeathの時間設定?
set g_initialMapRotation "rotation1" //マップローテーションファイルの読み込み
map "niveus" //鯖を建てたときの最初のマップ



以下はhttp://avalanche.admin.googlepages.com/TremServerFiles.zipに入ってるserver.cfg
これはサーバー専用アプリでの鯖の立て方->http://tremulous.net/forum/index.php?topic=3586.0で使われているファイルです。
上記zipにはmaprotation.cfgも入ってます。
この2つを"C:\Program Files\Tremulous\base"に入れて使うと吉かと。
// Tremulous dedicated server configuration file
// Derived from the server configuration file
// for the AVALANCHE public server
// by FooBar
//
// http://avalanche.server.googlepages.com
//
// running Avenger's patch from SVN 879, further customized by FooBar

// server name & loading screen

set sv_hostname "My Very First Server"	// server name in server list

set g_motd "^1Welcome to my server! ^2Play nice and don't be a jerk, please."		// message at connection screen

// server password

set g_needpass 0				// toggle password needed to join the server
set g_password ""				// server password


// reserved slots

set sv_privatePassword "PrivatePassword"		// Type this password at client before connecting
								// to use a private slot.
set sv_privateClients 1 				// Number of private slots.  Number of public slots 
								// will be sv_maxclients - sv_privateClients.

// remote control
set rconpassword "SuperUserPermission"		// This is the rcon password you can use to run
								// server commands from within the game.

// main configuration

set sv_maxclients 13				// maximum number of clients
set sv_pure 0					// allow clients with modified content
set sv_allowdownload 0				// disallow downloads from the server
set sv_minRate 3000				// Minumum rate for connected clients
set sv_maxRate 25000				// Maximum rate for connected clients
set sv_minsnaps 10				// Minumum snapshots for connected clients
set sv_minping 0					// Minumum latency for connected clients
set sv_maxping 350				// Maximum latency for connected clients
							// prevents connection of clients with higher ping

set g_allowvote 1					// enable client map/kick voting by "/callvote" cmd
set g_initialmaprotation rotation1		// following the first map, start this rotation

// gameplay specific configuration

set timelimit 55				// after 30 minutes, the game will end as a draw
set g_suddenDeathTime 35			// after 22 minutes, all build points are removed
set g_teamForceBalance 1			// forces each team to have a similar number of players

set g_friendlyFire 1				// teammates may damage each other
set g_friendlyBuildableFire 0
set g_friendlyFireHumans 1
set g_friendlyFireAliens 1

set g_dretchPunt 1

set g_humanBuildPoints 150			// Number of buildpoints for human team, default 100
set g_humanMaxStage 2				// Maximum human stage (s1=0, s2=1, s3=2)
set g_humanStage2Threshold 20			// threshold for humans to reach stage 2, default 20
set g_humanStage3Threshold 40			// threshold for humans to reach stage 3, default 40

set g_alienBuildPoints 150			// Number of buildpoints for alien team, default 100
set g_alienMaxStage 2				// Maximum alien stage (s1=0, s2=1, s3=2)
set g_alienStage2Threshold 20			// threshold for aliens to reach stage 2, default 20
set g_alienStage3Threshold 40			// threshold for aliens to reach stage 3, default 40

set g_gravity 800				// gravity setting, default 800

// admin settings

set g_adminNameProtect 1
set g_adminParseSay 1
set g_adminTempBan 1800
set g_privateMessages 1

// These lines are unnecessary because they are set this way by default
//set g_admin "admin.dat"
//set g_adminLog "admin.log"

//start this map first

map atcs
最終更新:2009年02月20日 09:49