Skip to content
This repository was archived by the owner on May 20, 2018. It is now read-only.

ClientSettings.xml

Bluscream edited this page Jul 29, 2016 · 1 revision
Used by Path
Client /scripts/ClientSettings.xml

##Example Content

<?xml version="1.0"?>
<PlayerSettings xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <DisplayName></DisplayName>
  <LastIP>localhost</LastIP>
  <LastPort>4499</LastPort>
  <LastPassword>changeme</LastPassword>
  <SyncWorld>true</SyncWorld>
  <SyncTraffic>false</SyncTraffic>
  <Logging>false</Logging>
  <OldChat>false</OldChat>
  <ChatLog>false</ChatLog>
  <MaxStreamedNpcs>25</MaxStreamedNpcs>
  <MasterServerAddress>http://46.101.1.92/</MasterServerAddress>
  <ActivationKey>F9</ActivationKey>
  <HidePasswords>true</HidePasswords>
  <AutoConnect>false</AutoConnect>
  <AutoReconnect>true</AutoReconnect>
  <AutoLogin></AutoLogin>
  <AutoRegister>false</AutoRegister>
  <AutoStartServer>false</AutoStartServer>
</PlayerSettings>

Clone this wiki locally