Skip to content

Instantly share code, notes, and snippets.

@insthync
Last active August 18, 2018 01:39
Show Gist options
  • Save insthync/71ae162aa6ae8e1dfd63dbb4149204d0 to your computer and use it in GitHub Desktop.
Save insthync/71ae162aa6ae8e1dfd63dbb4149204d0 to your computer and use it in GitHub Desktop.
MMORPG KIT - ./config/serverConfig.json
{
"centralAddress" : "localhost",
"centralPort" : 6000,
"centralMaxConnections" : 1100,
"machineAddress" : "yourdomain.com",
"mapSpawnPort" : 6001,
"mapSpawnMaxConnections" : 2,
"spawnExePath" : "./Build.exe",
"notSpawnInBatchMode" : false,
"spawnStartPort" : 8000,
"spawnMaps" : ["Map001","Map002"],
"chatPort" : 6002,
"chatMaxConnections" : 1100
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment