mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-29 04:21:03 +08:00
ark-survival-ascended: add page (#19262)
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
# ARK: Survival Ascended
|
||||
|
||||
> Create and start a headless ARK: Survival Ascended server.
|
||||
> More information: <https://ark.wiki.gg/wiki/Server_configuration>.
|
||||
|
||||
- Start the server with a specific map:
|
||||
|
||||
`{{path/to/ArkAscendedServer}} {{TheIsland_WP}}`
|
||||
|
||||
- Start the server with a specific session name, server password, and admin password:
|
||||
|
||||
`{{path/to/ArkAscendedServer}} {{TheIsland_WP}}?SessionName={{session_name}}?ServerPassword={{server_password}}?ServerAdminPassword={{admin_password}}`
|
||||
|
||||
- Start the server with a specific port and set a maximum player count:
|
||||
|
||||
`{{path/to/ArkAscendedServer}} {{TheIsland_WP}} -port={{7777}} -WinLiveMaxPlayers={{1..70}}`
|
||||
|
||||
- Enable PvE and disabling PvP:
|
||||
|
||||
`{{path/to/ArkAscendedServer}} {{TheIsland_WP}}?ServerPVE=true`
|
||||
|
||||
- Set a multiplier to scale the server difficulty, affecting the maximum level of wild creatures:
|
||||
|
||||
`{{path/to/ArkAscendedServer}} {{TheIsland_WP}}?DifficultyOffset={{1.0}}`
|
||||
|
||||
- Disable creature animation optimization to prevent collision issues:
|
||||
|
||||
`{{path/to/ArkAscendedServer}} {{TheIsland_WP}} -AlwaysTickDedicatedSkeletalMeshes`
|
||||
|
||||
- Enable specific mods by their ID (comma-separated):
|
||||
|
||||
`{{path/to/ArkAscendedServer}} {{TheIsland_WP}} -mods={{mod_id1, mod_id2, ...}}`
|
||||
|
||||
- Allow connections from specific platforms:
|
||||
|
||||
`{{path/to/ArkAscendedServer}} {{TheIsland_WP}} -ServerPlatform={{PC+XSX+PS5}}`
|
||||
Reference in New Issue
Block a user