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>
This commit is contained in:
Dragoon209
2022-09-29 00:40:59 -04:00
committed by GitHub
parent 96aa81e8c5
commit ddea198788
4 changed files with 276 additions and 0 deletions

16
jc3mpserverconfig.json Normal file
View File

@@ -0,0 +1,16 @@
{
"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}}
}