2017-08-08 13:53:47 +02:00
|
|
|
<Settings>
|
|
|
|
<General>
|
|
|
|
<!-- Port the zone server accepts game conenctions on -->
|
|
|
|
<ListenPort>54992</ListenPort>
|
2017-08-29 12:06:13 +02:00
|
|
|
<!-- Ip the zone server conenctions on -->
|
2017-08-08 13:53:47 +02:00
|
|
|
<ListenIp>127.0.0.1</ListenIp>
|
|
|
|
<!-- Path of FFXIV dat files -->
|
2018-02-11 13:59:38 +01:00
|
|
|
<DataPath>C:\\SquareEnix\\FINAL FANTASY XIV - A Realm Reborn\\game\\sqpack</DataPath>
|
2017-12-13 22:19:00 +11:00
|
|
|
|
|
|
|
<Scripts>
|
2017-12-14 23:05:53 +11:00
|
|
|
<!-- where compiled scripts are placed -->
|
|
|
|
<Path>./compiledscripts/</Path>
|
|
|
|
<CachePath>./cache/</CachePath>
|
2017-12-13 23:08:02 +11:00
|
|
|
|
2017-12-14 23:05:53 +11:00
|
|
|
<HotSwap>
|
2018-01-18 13:56:55 +11:00
|
|
|
<Enabled>true</Enabled>
|
2017-12-14 22:30:06 +11:00
|
|
|
<ScriptsDir>../scripts/native/</ScriptsDir>
|
2017-12-14 23:05:53 +11:00
|
|
|
<BuildDir>../cmake-build-debug/</BuildDir>
|
|
|
|
<BuildCmd>cmake --build %1% --target %2%</BuildCmd>
|
|
|
|
</HotSwap>
|
2017-12-13 22:19:00 +11:00
|
|
|
</Scripts>
|
|
|
|
|
2017-11-26 00:38:33 +11:00
|
|
|
<!-- Path of Chai script files -->
|
2017-12-10 23:50:35 +11:00
|
|
|
<ScriptPath>./compiledscripts/</ScriptPath>
|
2017-08-08 13:53:47 +02:00
|
|
|
<!-- Connection settings for the mysql db -->
|
|
|
|
<Mysql>
|
|
|
|
<Host>127.0.0.1</Host>
|
|
|
|
<Port>3306</Port>
|
|
|
|
<Username>root</Username>
|
|
|
|
<Pass></Pass>
|
|
|
|
<Database>sapphire</Database>
|
2017-12-14 23:05:53 +11:00
|
|
|
<SyncThreads>2</SyncThreads>
|
|
|
|
<AsyncThreads>2</AsyncThreads>
|
2017-08-08 13:53:47 +02:00
|
|
|
</Mysql>
|
|
|
|
</General>
|
|
|
|
|
2017-09-10 02:24:29 +02:00
|
|
|
<Parameters>
|
2017-12-14 23:05:53 +11:00
|
|
|
<!-- Messages players see upon logging in - These *must* be smaller than 307 characters -->
|
2017-09-10 16:47:40 +02:00
|
|
|
<MotDArray>
|
|
|
|
<MotD><<<Welcome to Sapphire>>></MotD>
|
|
|
|
<MotD>This is a very good server</MotD>
|
|
|
|
<MotD>You can change these messages by editing MotDArray in config/settings_zone.xml</MotD>
|
2017-10-21 16:41:09 +11:00
|
|
|
</MotDArray>
|
2017-09-10 02:24:29 +02:00
|
|
|
</Parameters>
|
2017-08-29 12:06:13 +02:00
|
|
|
</Settings>
|