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:
16
jc3mpserverconfig.json
Normal file
16
jc3mpserverconfig.json
Normal 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}}
|
||||
}
|
||||
Reference in New Issue
Block a user