removing old folders
This commit is contained in:
		| @@ -1,36 +0,0 @@ | ||||
| { | ||||
|     "_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" | ||||
|         } | ||||
|     ] | ||||
| } | ||||
| @@ -2,11 +2,7 @@ | ||||
| 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. | ||||
| This server requires about 4096m to run properly. | ||||
|  | ||||
| ### Server Ports | ||||
| Ports required to run the server in a table format. | ||||
| @@ -16,4 +12,4 @@ Ports required to run the server in a table format. | ||||
| | Game    | 7777 | | ||||
| | Steam Query | 27015 | | ||||
|  | ||||
| #### Mods/Plugins may require ports to be added to the server. | ||||
| ### More information can be found [here](https://forums.funcom.com/t/conan-exiles-dedicated-server-app-latest-version-1-0-21/21699) | ||||
		Reference in New Issue
	
	Block a user