Articles

How can I adjust logging levels and enable detailed gameplay logs?

Enhance logging by setting the following variables in server.cfg: Check the...

How can I configure team balancing and set team size limits?

To enforce balanced teams, include the following commands in server.cfg: Adjust the team...

How can I customize server messages such as the welcome message or MOTD?

Customize messages by editing motd.cfg or directly in server.cfg. For example: This...

How do I add custom maps to my Wolfenstein Enemy Territory server?

Upload your custom map files (usually with a .bsp extension) to the /etmain/maps directory using...

How do I configure game rules such as timelimit, fraglimit, and objective mode?

Within server.cfg, you can adjust core game parameters by setting variables. For example:...

How do I create and configure a custom map rotation?

Define a map rotation by listing your maps in server.cfg. For example: Alternatively,...

How do I enable and configure bot settings, including difficulty?

To include bots on your server, set the following in server.cfg: You can further...

How do I enable and configure in-game vote commands?

Voting is managed via server variables. To enable voting, add the following to server.cfg:...

How do I enable cheats for testing or enable demo recording?

For testing purposes (note: never enable cheats on public servers), add: To record...

How do I integrate custom scripts or plugins to enhance gameplay?

Custom scripts should be uploaded to the appropriate directory (often /etmain/scripts). Then,...

How do I set up in-game admin permissions and commands?

Admin permissions are usually managed in a dedicated file like admin.cfg in the /etmain...