Merge pull request #1169 from Software-Noob/patch-ark

Update ARK readme and include Gen2 map
This commit is contained in:
Alex 2021-06-08 02:59:49 +03:00 committed by GitHub
commit 979ef2b0f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 8 deletions

View File

@ -1,18 +1,25 @@
# Ark: Survival Evolved
Steam Description :
As a man or woman stranded naked, freezing and starving on the shores of a mysterious island called ARK, you must hunt, harvest resources, craft items, grow crops, research technologies, and build shelters to withstand the elements. Use your cunning and resources to kill or tame & breed the leviathan dinosaurs and other primeval creatures roaming the land, and team up with or prey on hundreds of other players to survive, dominate... and escape!
## Recommended server settings
### Minimum RAM
This server requires about 4096M to run with no players. It is recommended to run 6144M by the ARK creators.
This server requires about 4096M to run with no players on a default map. Although it is recommended to run 6144M by the ARK creators, specific DLC maps will increase this requirement, such as Genesis 2 requiring over 13,440M to start.
See the following - https://ark.gamepedia.com/Dedicated_Server_Setup#Hardware
### RCON
The server requires a local RCON connection to function. You will see RCON connection refused messages until the server has successfully started and connects to the RCON, which can take anywhere from 10 to 20 minutes. The RCON Port is only required for external RCON connections.
## Server Ports
| Port | default |
|-------|---------|
| Port | Default |
| --------------- | ------- |
| Game | 7777 |
| Query | 27015 |
| Raw UDP | 7778 |
| RCON | 27020 |
| Query | 27015 |
| RCON (optional) | 27020 |

View File

@ -47,7 +47,7 @@
},
{
"name": "Server Map",
"description": "Available Maps: TheIsland, TheCenter, Ragnarok, ScorchedEarth_P, Aberration_P, Extinction, Valguero_P, Genesis",
"description": "Available Maps: TheIsland, TheCenter, Ragnarok, ScorchedEarth_P, Aberration_P, Extinction, Valguero_P, Genesis, Gen2",
"env_variable": "SERVER_MAP",
"default_value": "TheIsland",
"user_viewable": true,