diff --git a/bin/config/global.ini.default b/bin/config/global.ini.default new file mode 100644 index 00000000..90adfc7c --- /dev/null +++ b/bin/config/global.ini.default @@ -0,0 +1,22 @@ +[Database] +Host = 127.0.0.1 +Port = 3306 +Database = sapphire +Username = sapphire +Password = +SyncThreads = 2 +AsyncThreads = 2 + +[GlobalParameters] +ServerSecret = default +DataPath = C:\\SquareEnix\\FINAL FANTASY XIV - A Realm Reborn\\game\\sqpack + +[GlobalNetwork] +ZoneHost = 127.0.0.1 +ZonePort = 54992 + +LobbyHost = 127.0.0.1 +LobbyPort = 54994 + +RestHost = 127.0.0.1 +RestPort = 80 \ No newline at end of file diff --git a/bin/config/lobby.ini.default b/bin/config/lobby.ini.default new file mode 100644 index 00000000..8d81d75d --- /dev/null +++ b/bin/config/lobby.ini.default @@ -0,0 +1,4 @@ +[Lobby] +WorldID = 67 +AllowNoSessionConnect = false +WorldName = Sapphire \ No newline at end of file diff --git a/bin/config/rest.ini.default b/bin/config/rest.ini.default new file mode 100644 index 00000000..564a6cee --- /dev/null +++ b/bin/config/rest.ini.default @@ -0,0 +1,2 @@ +[CharacterCreation] +DefaultGMRank = 255 \ No newline at end of file diff --git a/bin/config/zone.ini.default b/bin/config/zone.ini.default new file mode 100644 index 00000000..3dba125d --- /dev/null +++ b/bin/config/zone.ini.default @@ -0,0 +1,14 @@ +[Scripts] +; where compiled script modules are located +Path = ./compiledscripts/ +; relative to Path, where we copy and load modules from +CachePath = ./cache/ +; whether we should detect changes to script modules and reload them +HotSwap = true + +[Network] +DisconnectTimeout = 20 + +[General] +; Sent on login - each line must be shorter than 307 characters, split lines with ';' +MotD = Welcome to Sapphire!;This is a very good server;You can change these messages by editing General.MotD in config/zone.ini \ No newline at end of file