AMPTemplates/jc3mpserverconfig.json
Dragoon209 ddea198788
Just Cause 3 Multiplayer Game Support Draft (#185)
* 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>
2022-09-28 23:40:59 -05:00

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}}
}