Skip to content

Instantly share code, notes, and snippets.

@AngellusMortis
Created December 16, 2017 15:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AngellusMortis/9547ae3f8be88768fa362157972983a9 to your computer and use it in GitHub Desktop.
Save AngellusMortis/9547ae3f8be88768fa362157972983a9 to your computer and use it in GitHub Desktop.
Example gs_manger config for ARK cluster
{
"type": "ark",
"user": "ark",
"name": "ark_test",
"ark_options": {
"UseBattleEye": null,
"excluseivejoin": null,
"NoTransferFromFiltering": null,
"clusterid": "test-cluster"
},
"ark_params": {
"bAllowUnlimitedRespecs": true,
"PreventOfflinePvP": true,
"PreventOfflinePvPInterval": 60,
"ServerPassword": "",
"MaxPlayers": 20,
"OverrideOfficialDifficulty": 5.0,
"AllowFlyerCarryPvE": true,
"serverPVE": true,
"AllowCaveBuildingPvE": true,
"DisableStructureDecayPvE": true,
"EnableExtraStructurePreventionVolumes": false,
"OverrideStructurePlatformPrevention": true,
"PvEAllowStructuresAtSupplyDrops": true
},
"steam_query_ip": "<you-ip-here>",
"rcon_password": "rcon-password",
"workshop_items": [679529026, 1207157150, 533884503, 733089781, 577899164, 1136390783, 1184763409, 817911158, 1092557691, 1112780816, 814833973, 655261420, 779897534, 608829706, 764241499, 670764308, 702828089, 757669231, 816908578, 741203089, 710659758, 747539326, 609425335, 764755314, 1091147617, 1092784125, 681746361, 840611593, 566885854, 731604991,
719928795, 708807240, 725398419, 718412068, 873749349, 771279262, 873746971, 1127519850, 564895376, 787522023, 1100505218, 900656870, 955347386, 775049557, 946397951],
"instance_overrides": {
"island": {
"ark_params": {
"SessionName": "Test - The Island",
"Port": 27001
},
"rcon_port": 27004,
"steam_query_port": 27003
},
"se": {
"ark_map": "ScorchedEarth_P",
"ark_params": {
"SessionName": "Test - Scorched Earth",
"Port": 27011
},
"rcon_port": 27014,
"steam_query_port": 27013
},
"rangarok": {
"ark_map": "Ragnarok",
"ark_params": {
"SessionName": "Test - Rangarok",
"Port": 27021
},
"rcon_port": 27024,
"steam_query_port": 27023
},
"aberration": {
"ark_map": "Aberration_P",
"ark_params": {
"SessionName": "Test - Aberration",
"Port": 27031,
"CrossARKAllowForeignDinoDownloads": true
},
"rcon_port": 27034,
"steam_query_port": 27033
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment