File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change 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}} `
You can’t perform that action at this time.
0 commit comments