Skip to content

Commit d8ad141

Browse files
authored
ark-survival-ascended: add page (#19262)
1 parent 52f7405 commit d8ad141

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# ARK: Survival Ascended
2+
3+
> Create and start a headless ARK: Survival Ascended server.
4+
> More information: <https://ark.wiki.gg/wiki/Server_configuration>.
5+
6+
- Start the server with a specific map:
7+
8+
`{{path/to/ArkAscendedServer}} {{TheIsland_WP}}`
9+
10+
- Start the server with a specific session name, server password, and admin password:
11+
12+
`{{path/to/ArkAscendedServer}} {{TheIsland_WP}}?SessionName={{session_name}}?ServerPassword={{server_password}}?ServerAdminPassword={{admin_password}}`
13+
14+
- Start the server with a specific port and set a maximum player count:
15+
16+
`{{path/to/ArkAscendedServer}} {{TheIsland_WP}} -port={{7777}} -WinLiveMaxPlayers={{1..70}}`
17+
18+
- Enable PvE and disabling PvP:
19+
20+
`{{path/to/ArkAscendedServer}} {{TheIsland_WP}}?ServerPVE=true`
21+
22+
- Set a multiplier to scale the server difficulty, affecting the maximum level of wild creatures:
23+
24+
`{{path/to/ArkAscendedServer}} {{TheIsland_WP}}?DifficultyOffset={{1.0}}`
25+
26+
- Disable creature animation optimization to prevent collision issues:
27+
28+
`{{path/to/ArkAscendedServer}} {{TheIsland_WP}} -AlwaysTickDedicatedSkeletalMeshes`
29+
30+
- Enable specific mods by their ID (comma-separated):
31+
32+
`{{path/to/ArkAscendedServer}} {{TheIsland_WP}} -mods={{mod_id1, mod_id2, ...}}`
33+
34+
- Allow connections from specific platforms:
35+
36+
`{{path/to/ArkAscendedServer}} {{TheIsland_WP}} -ServerPlatform={{PC+XSX+PS5}}`

0 commit comments

Comments
 (0)