Path: blob/1.0-develop/database/Seeders/eggs/source-engine/egg-insurgency.json
7381 views
{1"_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",2"meta": {3"version": "PTDL_v1",4"update_url": null5},6"exported_at": "2022-01-18T07:07:27-05:00",7"name": "Insurgency",8"author": "[email protected]",9"description": "Take to the streets for intense close quarters combat, where a team's survival depends upon securing crucial strongholds and destroying enemy supply in this multiplayer and cooperative Source Engine based experience.",10"features": [11"steam_disk_space"12],13"images": [14"ghcr.io\/pterodactyl\/games:source"15],16"file_denylist": [],17"startup": ".\/srcds_run -game insurgency -console -port {{SERVER_PORT}} +map {{SRCDS_MAP}} +ip 0.0.0.0 -strictportbind -norestart",18"config": {19"files": "{}",20"startup": "{\r\n \"done\": \"gameserver Steam ID\"\r\n}",21"logs": "{}",22"stop": "quit"23},24"scripts": {25"installation": {26"script": "#!\/bin\/bash\r\n# steamcmd Base Installation Script\r\n#\r\n# Server Files: \/mnt\/server\r\n\r\n## download and install steamcmd\r\ncd \/tmp\r\nmkdir -p \/mnt\/server\/steamcmd\r\ncurl -sSL -o steamcmd.tar.gz https:\/\/steamcdn-a.akamaihd.net\/client\/installer\/steamcmd_linux.tar.gz\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\nexport HOME=\/mnt\/server\r\n\r\n## install game using steamcmd\r\n.\/steamcmd.sh +force_install_dir \/mnt\/server +login anonymous +app_update ${SRCDS_APPID} ${EXTRA_FLAGS} +quit\r\n\r\n## set up 32 bit libraries\r\nmkdir -p \/mnt\/server\/.steam\/sdk32\r\ncp -v linux32\/steamclient.so ..\/.steam\/sdk32\/steamclient.so\r\n\r\n## set up 64 bit libraries\r\nmkdir -p \/mnt\/server\/.steam\/sdk64\r\ncp -v linux64\/steamclient.so ..\/.steam\/sdk64\/steamclient.so",27"container": "ghcr.io\/pterodactyl\/installers:debian",28"entrypoint": "bash"29}30},31"variables": [32{33"name": "Game ID",34"description": "The ID corresponding to the game to download and run using SRCDS.",35"env_variable": "SRCDS_APPID",36"default_value": "237410",37"user_viewable": true,38"user_editable": false,39"rules": "required|regex:\/^(237410)$\/"40},41{42"name": "Default Map",43"description": "The default map to use when starting the server.",44"env_variable": "SRCDS_MAP",45"default_value": "sinjar",46"user_viewable": true,47"user_editable": true,48"rules": "required|regex:\/^(\\w{1,20})$\/"49}50]51}525354