"_comment":"DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
"meta":{
"version":"PTDL_v1"
},
"exported_at":"2020-11-20T13:09:52+01:00",
"name":"Quake Live",
"author":"patz.michael@gmail.com",
"description":"Quake Live is a first-person shooter video game by id Software. It is an updated version of Quake III Arena that was originally designed as a free-to-play game launched via a web browser plug-in. On September 17, 2014, the game was re-launched as a standalone title on Steam.",
"script":"#!\/bin\/bash\r\n# Quake Live Installation Script\r\n#\r\n# Server Files: \/mnt\/server\r\napt -y update\r\napt -y --no-install-recommends install curl lib32gcc1 ca-certificates libstdc++6 libz1\r\n\r\ncd \/tmp\r\ncurl -sSL -o steamcmd.tar.gz http:\/\/media.steampowered.com\/installer\/steamcmd_linux.tar.gz\r\n\r\nmkdir -p \/mnt\/server\/steamcmd \/mnt\/server\/logs\r\ntar -xzvf steamcmd.tar.gz -C \/mnt\/server\/steamcmd\r\ncd \/mnt\/server\/steamcmd\r\n\r\n# SteamCMD fails otherwise for some reason, even running as root.\r\n# This is changed at the end of the install process anyways.\r\nchown -R root:root \/mnt\r\n\r\nexport HOME=\/mnt\/server\r\n.\/steamcmd.sh +login anonymous +force_install_dir \/mnt\/server +app_update 349090 +quit\r\n\r\nmkdir -p \/mnt\/server\/.steam\/sdk32\r\ncp -v linux32\/steamclient.so ..\/.steam\/sdk32\/steamclient.so",
"container":"ubuntu:18.04",
"entrypoint":"bash"
}
},
"variables":[
{
"name":"ld lib path",
"description":"",
"env_variable":"LD_LIBRARY_PATH",
"default_value":".\/linux64",
"user_viewable":false,
"user_editable":false,
"rules":"required|string|max:20"
},
{
"name":"Server Name",
"description":"The Name that will show up in the Serverbrowser",
"description":"Set a server-wide password, and stop all users from connecting without it",
"env_variable":"PASSWORD",
"default_value":"",
"user_viewable":true,
"user_editable":true,
"rules":"nullable|string|max:20"
},
{
"name":"FPS",
"description":"Change how many frames the server runs per second. WARNING: Has not been tested extensively, and will have a direct impact on CPU and network usage!",