ddea198788
* Necesse Game Support * Update necesse.kvp Update necesse.kvp to point the config update path to the CubeCoders repo * jc3mp Game Support Just Cause 3 Multiplayer Mod * jc3mp: fixes and enhhancements added default package automatic installation added server announce fixes fixed some accidental typos and duplicate names * updated per notes in PR 185 * Adjusted spelling. Don't skip sleep, kids! * updated config download path Co-authored-by: DavidAtRoot <dgaither@rootintegration.com>
16 lines
371 B
JSON
16 lines
371 B
JSON
{
|
|
"announce": {{announce}},
|
|
"description": "{{description}}",
|
|
"host": {{hostip}},
|
|
"httpPort": {{hport}},
|
|
"logLevel": 7,
|
|
"logo": "",
|
|
"maxPlayers": {{maxPlayers}},
|
|
"maxTickRate": {{maxTickRate}},
|
|
"name": "{{name}}",
|
|
"password": "{{password}}",
|
|
"port": {{gport}},
|
|
"queryPort": {{qport}},
|
|
"requiredDLC": [{{requiredDLC}}],
|
|
"steamPort": {{sport}}
|
|
} |