mirror of
https://github.com/parkervcp/eggs.git
synced 2024-11-26 16:19:04 +08:00
rebase and update to add conan exiles
This commit is contained in:
parent
e5bb99a68f
commit
6c75e86c76
@ -25,9 +25,12 @@ If you are submitting PR's try and keep names and titles the same.
|
|||||||
[Arma](/arma/)
|
[Arma](/arma/)
|
||||||
* [Arma 3](/arma/arma3/)
|
* [Arma 3](/arma/arma3/)
|
||||||
|
|
||||||
|
[Conan Exiles](/conan_exiles/conan_exiles)
|
||||||
|
|
||||||
[Don't Starve](/dont_starve/dont_starve)
|
[Don't Starve](/dont_starve/dont_starve)
|
||||||
|
|
||||||
[Factorio](/factorio/factorio/)
|
[Factorio](/factorio/factorio/)
|
||||||
|
|
||||||
[Grand Theft Auto](/gta/)
|
[Grand Theft Auto](/gta/)
|
||||||
* [FiveM](/gta/fivem/)
|
* [FiveM](/gta/fivem/)
|
||||||
* [RageMP](/gta/ragemp/)
|
* [RageMP](/gta/ragemp/)
|
||||||
|
19
conan_exiles/conan_exiles/README.md
Normal file
19
conan_exiles/conan_exiles/README.md
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
### From their [Site](https://arma3.com/)
|
||||||
|
Experience true combat gameplay in a massive military sandbox. Deploying a wide variety of single- and multiplayer content, over 20 vehicles and 40 weapons, and limitless opportunities for content creation, this is the PC’s premier military game. Authentic, diverse, open - Arma 3 sends you to war.
|
||||||
|
|
||||||
|
### Minimum RAM warning
|
||||||
|
This server requires about 2048m to run properly. ARMA 3 is more CPU intensive though.
|
||||||
|
|
||||||
|
### Additional settings
|
||||||
|
Additional server flags can be found [here](https://community.bistudio.com/wiki/Arma_3_Startup_Parameters).
|
||||||
|
This can help is you see the server using to many cores/threads on the server.
|
||||||
|
|
||||||
|
### Server Ports
|
||||||
|
Ports required to run the server in a table format.
|
||||||
|
|
||||||
|
| Port | default |
|
||||||
|
|---------|---------|
|
||||||
|
| Game | 7777 |
|
||||||
|
| Steam Query | 27015 |
|
||||||
|
|
||||||
|
#### Mods/Plugins may require ports to be added to the server.
|
36
conanexiles/egg-conan-exiles.json
Normal file
36
conanexiles/egg-conan-exiles.json
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
{
|
||||||
|
"_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
|
||||||
|
"meta": {
|
||||||
|
"version": "PTDL_v1"
|
||||||
|
},
|
||||||
|
"exported_at": "2018-06-02T17:05:28-04:00",
|
||||||
|
"name": "Conan Exiles",
|
||||||
|
"author": "brycea@rapidnetworks.org",
|
||||||
|
"description": "Conan Exiles is an open-world survival game set in the brutal lands of Conan the Barbarian. Survive in a savage world, build your kingdom, and dominate your enemies in brutal combat and epic warfare.",
|
||||||
|
"image": "quay.io\/exonical\/pterodactyl-containers:conanexiles",
|
||||||
|
"startup": "wine ConanSandboxServer.exe -log",
|
||||||
|
"config": {
|
||||||
|
"files": "{}",
|
||||||
|
"startup": "{}",
|
||||||
|
"logs": "{}",
|
||||||
|
"stop": "^C"
|
||||||
|
},
|
||||||
|
"scripts": {
|
||||||
|
"installation": {
|
||||||
|
"script": "#!\/bin\/bash\r\n# Installation Script\r\n#\r\n# Server Files: \/mnt\/server\r\napt update\r\napt -y --no-install-recommends install curl unzip libstdc++6 lib32gcc1 ca-certificates xvfb screen\r\ncd \/tmp\r\ncurl -sSL -o steamcmd.tar.gz http:\/\/media.steampowered.com\/installer\/steamcmd_linux.tar.gz\r\nmkdir -p \/mnt\/server\/steam\r\ntar -xzvf steamcmd.tar.gz -C \/mnt\/server\/steam\r\ncd \/mnt\/server\/steam\r\nchown -R root:root \/mnt\r\nexport HOME=\/mnt\/server\r\n.\/steamcmd.sh +login anonymous +@sSteamCmdForcePlatformType windows +force_install_dir \/mnt\/server +app_update ${APPID} validate +quit\r\nmkdir -p \/mnt\/server\/.steam\/sdk32\r\ncp -v \/mnt\/server\/steam\/linux32\/steamclient.so \/mnt\/server\/.steam\/sdk32\/steamclient.so\r\n# Get First-Time Setup Configuration Files\r\necho \"#!\/bin\/sh\r\nexport WINEARCH=win64\r\nexport WINEPREFIX=\/mnt\/server\/.wine64\r\nxvfb-run --auto-servernum --server-args='-screen 0 640x480x24:32'\r\nwine \/mnt\/server\/SpaceEngineersDedicated.exe -console\" > \/mnt\/server\/start_se.sh\r\nchmod +x \/mnt\/server\/start_se.sh",
|
||||||
|
"container": "ubuntu:18.04",
|
||||||
|
"entrypoint": "bash"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"variables": [
|
||||||
|
{
|
||||||
|
"name": "Game ID",
|
||||||
|
"description": "The ID corresponding to the game to download.",
|
||||||
|
"env_variable": "APPID",
|
||||||
|
"default_value": "443030",
|
||||||
|
"user_viewable": 1,
|
||||||
|
"user_editable": 0,
|
||||||
|
"rules": "required|numeric|digits_between:1,6"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user