Config:RealmServer

From WCell Wiki

Revision as of 15:46, 11 February 2010 by Domi (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

For more information, see: Configuration

The configuration file is called "Config.xml" and is located in the RealmServer Binary folder:

Run/RealmServer/{BuildMode}/Config.xml

{BuildMode} stands for the mode in which WCell was built: Debug or Release. The files are created automatically after the first run as of rev 665.

Here are a few of the many many Configuration options that can be used to customize your RealmServer:

Contents

Enable Public Connections (External Connections)

<Host>

The address that is physically owned by the machine and that connects the server to the internet.

<ExternalAddress>

The address of the realm to which clients should connect (can be acquired from canyouseeme.org)

<RegisterExternalAddress>

Must be set to true if you want any non-local clients to be able to connect

RealmName

<RealmName>Funkyrealm</RealmName>

The name of the Realm

ServerCapacity

<ServerCapacity>3000</ServerCapacity>

Amount of players that can play on this server. All clients that connect after this, will be queued and have to wait until a slot opens:

Realm Type

<ServerType>PVP</ServerType>

Possible Options:

  • Normal
  • PvP
  • RP
  • RPPVP

Change who is allowed to connect

<Status>Open</Status>

Determines whether normal (non-staff) players may play.

Possible Options:

  • Open (everyone can play)
  • Locked (maintenance mode)
Personal tools