ace/Source/ACE.Server/Config.json.example
Ty Conner ca6c8d1fc3
Fixes for Anniversary Event emotes (#1086)
* Fixes for Anniversary Event emotes

* Add Pre+Permaload of Global Event Landblock

* Making requested changes

* Add correct check for GlobalEventLandblockPreloading

* Further requested changes. New config setup for Preloaded and Permaloaded Landblocks

* Minor cleanup

* Add a hardcoded fallback incase config file not updated

* Update example to fix syntax error

* Minor tweak to example and console output
2018-11-01 20:10:54 -04:00

81 lines
2 KiB
JSON

{
"Server": {
"WorldName": "ACEmulator",
"Welcome": "Welcome to this ACE server!\nFor more information visit http://emulator.ac",
"Network": {
"Host": "0.0.0.0",
"Port": 9000,
"MaximumAllowedSessions": 128,
"DefaultSessionTimeout": 60
},
"Accounts": {
"OverrideCharacterPermissions": true,
"DefaultAccessLevel": 0,
"AllowAutoAccountCreation": true
},
"DatFilesDirectory": "c:\\ACE\\",
"ShutdownInterval": "60",
"WorldDatabasePrecaching": false,
"LandblockPreloading": true,
"PreloadedLandblocks": [
{
"Id": "E74EFFFF",
"Description": "Hebian-To (Global Events)",
"Permaload": true,
"IncludeAdjacents": false,
"Enabled": true
},
{
"Id": "A9B4FFFF",
"Description": "Holtburg",
"Permaload": true,
"IncludeAdjacents": true,
"Enabled": false
},
{
"Id": "DA55FFFF",
"Description": "Shoushi",
"Permaload": true,
"IncludeAdjacents": true,
"Enabled": false
},
{
"Id": "7D64FFFF",
"Description": "Yaraq",
"Permaload": true,
"IncludeAdjacents": true,
"Enabled": false
},
{
"Id": "0007FFFF",
"Description": "Town Network",
"Permaload": true,
"IncludeAdjacents": false,
"Enabled": false
}
]
},
"MySql": {
"Authentication": {
"Host": "127.0.0.1",
"Port": 3306,
"Database": "ace_auth",
"Username": "root",
"Password": ""
},
"Shard": {
"Host": "127.0.0.1",
"Port": 3306,
"Database": "ace_shard",
"Username": "root",
"Password": ""
},
"World": {
"Host": "127.0.0.1",
"Port": 3306,
"Database": "ace_world",
"Username": "root",
"Password": ""
}
}
}