mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-14 18:59:46 +00:00
Update cheatsheets
This commit is contained in:
41
tldr/linux/ark-survival-evolved
Normal file
41
tldr/linux/ark-survival-evolved
Normal file
@@ -0,0 +1,41 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# ARK: Survival Evolved
|
||||
|
||||
> Create and start a headless ARK: Survival Evolved server.
|
||||
> More information: <https://ark.wiki.gg/wiki/Server_configuration>.
|
||||
|
||||
- Start the server with a specific map:
|
||||
|
||||
`{{path/to/ShooterGameServer}} {{TheIsland}}`
|
||||
|
||||
- Start the server with a specific session name, server password, and admin password:
|
||||
|
||||
`{{path/to/ShooterGameServer}} {{TheIsland}}?SessionName={{session_name}}?ServerPassword={{server_password}}?ServerAdminPassword={{admin_password}}`
|
||||
|
||||
- Start the server with a specific port and set a maximum player count:
|
||||
|
||||
`{{path/to/ShooterGameServer}} {{TheIsland}}?Port={{7777}}?MaxPlayers={{1..70}}`
|
||||
|
||||
- Enable PvE and disabling PvP:
|
||||
|
||||
`{{path/to/ShooterGameServer}} {{TheIsland}}?ServerPVE=true`
|
||||
|
||||
- Set a multiplier to scale the server difficulty, affecting the maximum level of wild creatures:
|
||||
|
||||
`{{path/to/ShooterGameServer}} {{TheIsland}}?DifficultyOffset={{1.0}}`
|
||||
|
||||
- Enable a specific event:
|
||||
|
||||
`{{path/to/ShooterGameServer}} {{TheIsland}} -ActiveEvent={{Summer}}`
|
||||
|
||||
- Enable automatic mod downloading, installation, and updating (Steam only):
|
||||
|
||||
`{{path/to/ShooterGameServer}} {{TheIsland}} -automanagedmods`
|
||||
|
||||
- Enable crossplay between Steam and Epic Games Store:
|
||||
|
||||
`{{path/to/ShooterGameServer}} {{TheIsland}} -crossplay -PublicIPForEpic={{ip_address}}`
|
||||
Reference in New Issue
Block a user