Difference between revisions of "Server Configuration"

From WolfWiki
Jump to: navigation, search
m (Minor layout fix)
(Configuration:)
Line 53: Line 53:
  
 
[http://rtcw.jolt.co.uk/content/enemy_territory/server_guide/index.html DG's Advanced Server Guide]
 
[http://rtcw.jolt.co.uk/content/enemy_territory/server_guide/index.html DG's Advanced Server Guide]
 +
 +
[http://et.d1p.de/etadmin_mod/wiki/index.php/User:Phats#Advanced_Campaign_Structure_-_Using_etadmin_mod____.28Prototype.29  Advanced Campaign Structure - Using etadmin_mod (Prototype)]
  
 
[[Category:ETPro]]
 
[[Category:ETPro]]

Revision as of 09:03, 18 December 2005

Installation

File installation: Note that the etpro directory should be in the same directory as etmain. Do NOT extract the files to etmain

Linux:

Unzip the server archive to enemy-territory/etpro/

Windows:

Unzip the server archive to Wolfenstein - Enemy Territory\etpro Starting an ETPro server requires +set fs_game etpro to be appended to the end of the command line.

Linux example:
./etded +set fs_game etpro
Windows:
etded.exe +set fs_game etpro
Windows Shortcut:
Right click on the shortcut for Enemy Territory and select "Properties." In the "Target" Box (Top text box) add +set fs_game etpro to the end, after the quotes.
"C:\Program Files\Wolfenstein - Enemy Territory\et.exe" +set fs_game etpro

Note: Starting from version ET 2.60, the Windows executables are et.exe for the game and etded.exe for the client. If you want to run a listen server on Windows start your game with et.exe, otherwise use etded.exe.

If you want to run 2.56 or earlier servers on Windows, you can only use et.exe and append +set dedicated 1 (or 2).

Warnings

WARNING: Server improperly installed! Incorrect fs_game setting! Please notify administrator.

Incorrect +set fs_game string. Make sure it is set to +set fs_game etpro.

fs_game is write protected.

You must start your server via the command line (Or by changing the shortcut) with the +set fs_game etpro command.

Client .pk3 missing!

The PK3 file that is contained in the server install file is missing. Download the server install again and place the PK3 file in the server's ETPro directory.

Incorrect client .pk3 installed on server!

The PK3 file mentioned above does not match the version of the server. Download the PK3 (And possibly updated server) from the download page.

Multiple client .pk3 versions installed on server!

This means that the server has more than one ETPro client PK3. Remove the older versions from the server's ETPro directory.
This can also happen from having fs_game set twice in your shortcut or config.

Incorrect ET version!

This happens when you are attempting to install ETPro on a non-patched ET server. Download the patch and try again.

Cvar dedicated is 0! Some features will break!

ETPro is meant to be installed on a dedicated server. Set the server to dedicated by using +set dedicated 2 in the command-line used to start the server.

etpro_cheats.dat is corrupt or missing!

The ETPro database file for positively identifying cheats has either been corrupted or does not exist on the server. Download a recent version of the database.


Other Errors

Server sends users the ETPro PK3 file over and over.

If you are using download redirects, make sure that the download path is set correctly if changed between versions. eg: If the old PK3 was in server/etpro2 and the new version is in server/etpro3 and the redirect path in the server configuration was not changed, it would send the old ETPro 2.x files; which not being what the server is using, it would cause the download to start again.
If you are redirecting to an http or ftp server, make sure the pk3 on the http/ftp server exactly matches the pk3 on the game server.
Some http servers may incorrectly try to send pk3 files as text/plain, which will corrupt downloads. Make sure they are sent as application/octet-stream:

*WARNING*: PunkBuster Reports PB Server Running Old Version Cx.xxx
Windows:

Run \Wolfenstein - Enemy territory\pb\pbweb.exe

Linux:

Run /path_to_et_server/pb/pbweb.x86 (first chmod +x pbweb.x86)

Configuration:

Server Admin Forums

DG's Advanced Server Guide

Advanced Campaign Structure - Using etadmin_mod (Prototype)