Skip to content

Commit edcea40

Browse files
parkervcpDaneEveritt
authored andcommitted
Fix ARK startup config (pterodactyl#1481)
Changes the ARK startup config to actually set the server to running.
1 parent 805e895 commit edcea40

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

database/seeds/eggs/source-engine/egg-ark--survival-evolved.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
"meta": {
44
"version": "PTDL_v1"
55
},
6-
"exported_at": "2018-07-06T11:27:32+02:00",
6+
"exported_at": "2019-02-13T12:30:54-05:00",
77
"name": "Ark: Survival Evolved",
88
"author": "support@pterodactyl.io",
99
"description": "As a man or woman stranded, naked, freezing, and starving on the unforgiving shores of a mysterious island called ARK, use your skill and cunning to kill or tame and ride the plethora of leviathan dinosaurs and other primeval creatures roaming the land. Hunt, harvest resources, craft items, grow crops, research technologies, and build shelters to withstand the elements and store valuables, all while teaming up with (or preying upon) hundreds of other players to survive, dominate... and escape! \u2014 Gamepedia: ARK",
1010
"image": "quay.io\/pterodactyl\/core:source",
1111
"startup": ".\/ShooterGame\/Binaries\/Linux\/ShooterGameServer {{SERVER_MAP}}?listen?ServerPassword={{ARK_PASSWORD}}?ServerAdminPassword={{ARK_ADMIN_PASSWORD}}?Port={{SERVER_PORT}}?MaxPlayers={{SERVER_MAX_PLAYERS}}",
1212
"config": {
1313
"files": "{}",
14-
"startup": "{\r\n \"done\": \"gameserver Steam ID\",\r\n \"userInteraction\": []\r\n}",
14+
"startup": "{\r\n \"done\": \"Setting breakpad minidump AppID = 346110\",\r\n \"userInteraction\": []\r\n}",
1515
"logs": "{\r\n \"custom\": true,\r\n \"location\": \"logs\/latest.log\"\r\n}",
1616
"stop": "quit"
1717
},
@@ -60,4 +60,4 @@
6060
"rules": "required|string|max:20"
6161
}
6262
]
63-
}
63+
}

0 commit comments

Comments
 (0)