Difference between revisions of "Client Configuration"

From WolfWiki
Jump to: navigation, search
 
(Warnings)
 
(12 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 
==Client Side Install==
 
==Client Side Install==
(Only needed to play back ETPro demos or to test ETPro features).<ul>
+
;To play ETPro online
 +
Simply connect to an ETPro server with downloads enabled on your client.<br>
 +
;To host your own game
 +
Download the desired ETPro .zip from the [http://etpro.anime.net/download.html ETPro download page] and unzip it into your ET directory, then start ET with fs_game set as described below.<br>
 +
For additional information see the [http://wolfwiki.anime.net/index.php/ETPro:Server_Configuration Server Configuration page]
 +
;To play demos
 +
<ul>
 
<li>Open the [http://bani.anime.net/etpro/download.html PK3] in a program that can handle <tt>zip</tt> files. Extract the following files to the ETPro directory:
 
<li>Open the [http://bani.anime.net/etpro/download.html PK3] in a program that can handle <tt>zip</tt> files. Extract the following files to the ETPro directory:
<ul><li>cgame_mp_x86.dll
+
:cgame_mp_x86.dll
<li>ui_mp_x86.dll</ul>
+
:ui_mp_x86.dll
 
<li>Start the client with the <tt>+set fs_game etpro</tt>.
 
<li>Start the client with the <tt>+set fs_game etpro</tt>.
 
<ul><li>Command line: Append <tt>+set fs_game etpro</tt> to the command line.
 
<ul><li>Command line: Append <tt>+set fs_game etpro</tt> to the command line.
 
<li>Windows Shortcut: Append <tt>+set fs_game etpro</tt> to the target box, usually after <tt>"C:\Program Files\Wolfenstein - Enemy Territory"</tt>. Make sure to place it after the double-quote.</ul>
 
<li>Windows Shortcut: Append <tt>+set fs_game etpro</tt> to the target box, usually after <tt>"C:\Program Files\Wolfenstein - Enemy Territory"</tt>. Make sure to place it after the double-quote.</ul>
 
</ul>
 
</ul>
 +
 
==Warnings==
 
==Warnings==
<ul><li>While viewing a demo: <i>Client/Server game mismatch: 'Enemy Territory/ET pro</i>
+
While viewing a demo: <i>Client/Server game mismatch: 'Enemy Territory/ET pro</i><br>
<li>While viewing a demo: <i>Unknown event: 131</i>
+
While viewing a demo: <i>Unknown event: 131</i><br>
<li>While viewing a demo: <i>BG_EvaluateTrajectory: unknown trType: 0</i>
+
While viewing a demo: <i>BG_EvaluateTrajectory: unknown trType: 0</i><br>
<li>While viewing a demo: <i>BG_IndexForString: unkown token 'NOT'</i>
+
While viewing a demo: <i>BG_IndexForString: unknown token 'NOT'</i><br>
<ul><li>This happens when you use the wrong client to playback ETPro 3 demos.  The solution is to extract cgame_mp_x86.dll and ui_mp_x86.dll from the most recent [http://bani.anime.net/etpro/download.html ETPro PK3] and put it in your ETPro directory.</ul></ul>
+
:This happens when you use the wrong client to playback ETPro 3 demos.  The solution is to extract cgame_mp_x86.dll and ui_mp_x86.dll from the most recent [http://bani.anime.net/etpro/download.html ETPro PK3] and put it in your ETPro directory.
 +
 
 +
While viewing a demo: <i>demo file was truncated</i> or <i>CL_ReadDemoMessage: demoMsglen > MAX_MSGLEN</i>:
 +
:This happens when cl_autorecord is non-zero. Set cl_autorecord to 0
 +
:the above messages could also be caused by a corrupt demo file.
 +
 
 
==Related links==
 
==Related links==
<ul><li>[http://rarlabs.com/download.htm WinRAR] - Can open PK3 files (Recommended).
+
*[http://rarlabs.com/download.htm WinRAR] - Can open PK3 files (Recommended).
<li>[http://www.winzip.com WinZip] - Can open PK3 files.
+
*[http://www.winzip.com WinZip] - Can open PK3 files.
<li>[[ETPro:Server_Configuration]].
+
*[[:Category:ETPro:Client Cvars|Client cvars]].
</ul>
+
*[[Client cvar list]].
 +
*[[Server Configuration]].
 +
*[[Performance Tuning]].
 +
 
 +
==Additional troubleshooting==
 +
Most problems with hosting games and playing demos, as well as some problems with playing online, are caused by having multiple versions of the etpro files present, or simply having too many files.
 +
;For reliable demo playback and local hosting
 +
* There should be only one etpro-X_Y_Z.pk3 in your etpro directory.
 +
* Unless you have a specific reason to do otherwise, always use the most recent version. ETPro is backwards compatible with older demos, as well as demos from etmain.
 +
* The ui and cgame .dll files in the etpro directory must match those in the etpro .pk3 file. Extract them as described above.
 +
* Many servers force you to download additional skin packs, sound packs, other content. All of this will be present in demo playback or hosted games, unless your move the corresponding files to somewhere that outside of etpro or etmain, or delete them.
 +
*In addition to the etpro .pk3 the following are required by ET.
 +
** mp_bin.pk3
 +
** pak0.pk3
 +
** pak1.pk3
 +
** pak2.pk3
 +
To play back a demo, you must also have the .pk3 corresponding to the map it was recorded on.  All other .pk3 files may be safely deleted or moved to another directory.
 +
 
 +
[[Category:ETPro]]

Latest revision as of 02:36, 22 November 2006

Client Side Install

To play ETPro online

Simply connect to an ETPro server with downloads enabled on your client.

To host your own game

Download the desired ETPro .zip from the ETPro download page and unzip it into your ET directory, then start ET with fs_game set as described below.
For additional information see the Server Configuration page

To play demos
  • Open the PK3 in a program that can handle zip files. Extract the following files to the ETPro directory:
    cgame_mp_x86.dll
    ui_mp_x86.dll
  • Start the client with the +set fs_game etpro.
    • Command line: Append +set fs_game etpro to the command line.
    • Windows Shortcut: Append +set fs_game etpro to the target box, usually after "C:\Program Files\Wolfenstein - Enemy Territory". Make sure to place it after the double-quote.

Warnings

While viewing a demo: Client/Server game mismatch: 'Enemy Territory/ET pro
While viewing a demo: Unknown event: 131
While viewing a demo: BG_EvaluateTrajectory: unknown trType: 0
While viewing a demo: BG_IndexForString: unknown token 'NOT'

This happens when you use the wrong client to playback ETPro 3 demos. The solution is to extract cgame_mp_x86.dll and ui_mp_x86.dll from the most recent ETPro PK3 and put it in your ETPro directory.

While viewing a demo: demo file was truncated or CL_ReadDemoMessage: demoMsglen > MAX_MSGLEN:

This happens when cl_autorecord is non-zero. Set cl_autorecord to 0
the above messages could also be caused by a corrupt demo file.

Related links

Additional troubleshooting

Most problems with hosting games and playing demos, as well as some problems with playing online, are caused by having multiple versions of the etpro files present, or simply having too many files.

For reliable demo playback and local hosting
  • There should be only one etpro-X_Y_Z.pk3 in your etpro directory.
  • Unless you have a specific reason to do otherwise, always use the most recent version. ETPro is backwards compatible with older demos, as well as demos from etmain.
  • The ui and cgame .dll files in the etpro directory must match those in the etpro .pk3 file. Extract them as described above.
  • Many servers force you to download additional skin packs, sound packs, other content. All of this will be present in demo playback or hosted games, unless your move the corresponding files to somewhere that outside of etpro or etmain, or delete them.
  • In addition to the etpro .pk3 the following are required by ET.
    • mp_bin.pk3
    • pak0.pk3
    • pak1.pk3
    • pak2.pk3

To play back a demo, you must also have the .pk3 corresponding to the map it was recorded on. All other .pk3 files may be safely deleted or moved to another directory.