Start in Standalone Mode
Starts Charon in standalone mode for specified game data. Path to game data could be local file system’s file or remote server address.
Command
# local game data (windows)
Charon.exe SERVER START --dataBase "c:\my app\gamedata.json" --port 8080 --launchDefaultBrowser
Parameters
- --dataBase
Absolute or relative path to game data. Use quotation marks if your path contains spaces.
# local file --dataBase "c:\my app\gamedata.json"
- --port
Number of an IP port (1-65535) to be used to listen for browser based UI.
- --launchDefaultBrowser
Set this flag to open system-default browser on successful start.
- --resetPreferences
Set this flag to reset UI preferences on successful start.
This command supports universal parameters.