update unturned
This is a new unturned egg that uses a generic image to run the server. It still uses the rocketmod files for the workable console but also doesn't need mono to run.
This commit is contained in:
		
							parent
							
								
									1faf710431
								
							
						
					
					
						commit
						ef8de3b766
					
				| @ -98,11 +98,10 @@ If you are reading this it looks like you are looking to add an egg to your serv | |||||||
| * [Starbound](/steamcmd_servers/starbound) | * [Starbound](/steamcmd_servers/starbound) | ||||||
| * [Sven Co-op](/steamcmd_servers/svencoop) | * [Sven Co-op](/steamcmd_servers/svencoop) | ||||||
| * [Squad](/steamcmd_servers/squad/) | * [Squad](/steamcmd_servers/squad/) | ||||||
|  | * [Tower Unite](/unreal_engine/tower_unite/) | ||||||
| * [Unturned](/unturned/) | * [Unturned](/unturned/) | ||||||
|   * [RocketMod](/unturned/rocketmod/) |   * [RocketMod](/unturned/rocketmod/) | ||||||
| 
 |   * [Unturned](/unturned/unturned/) | ||||||
| [Unreal Engine](/unreal_engine) |  | ||||||
| * [Tower Unite](/unreal_engine/tower_unite/) |  | ||||||
| 
 | 
 | ||||||
| [Terraria](/terraria/) | [Terraria](/terraria/) | ||||||
| * [tmodloader](/terraria/tmodloader) | * [tmodloader](/terraria/tmodloader) | ||||||
|  | |||||||
| @ -42,3 +42,10 @@ This is a collection of servers that use steamcmd to install. | |||||||
| 
 | 
 | ||||||
| ## Sven coop | ## Sven coop | ||||||
| [svencoop](svencoop) | [svencoop](svencoop) | ||||||
|  | 
 | ||||||
|  | ## Tower Unite | ||||||
|  | [Tower Unite](tower_unite) | ||||||
|  | 
 | ||||||
|  | ## Unturned | ||||||
|  |   * [RocketMod](rocketmod) | ||||||
|  |   * [Unturned](unturned) | ||||||
| @ -1,4 +1,4 @@ | |||||||
| # Unturned | # Unturned - RocketMod | ||||||
| 
 | 
 | ||||||
| Steam Description   | Steam Description   | ||||||
| You're one of the few not yet turned zombie. Keeping it that way will be a challenge.   | You're one of the few not yet turned zombie. Keeping it that way will be a challenge.   | ||||||
| @ -6,6 +6,8 @@ You're one of the few not yet turned zombie. Keeping it that way will be a chall | |||||||
| - Take a subtle approach sneaking around and making use of distractions.   | - Take a subtle approach sneaking around and making use of distractions.   | ||||||
| - Confront and learn to counter special abilities ranging from invisibility to fire breathing to lightning attacks.   | - Confront and learn to counter special abilities ranging from invisibility to fire breathing to lightning attacks.   | ||||||
| 
 | 
 | ||||||
|  | Unturned 3 implementation of the RocketMod — .NET Game Server Plugin Framework  | ||||||
|  | 
 | ||||||
| ### Server Ports | ### Server Ports | ||||||
| Rocketmod requires 2 ports to run properly.   | Rocketmod requires 2 ports to run properly.   | ||||||
| game port (default 8907)   | game port (default 8907)   | ||||||
|  | |||||||
| @ -8,10 +8,9 @@ You're one of the few not yet turned zombie. Keeping it that way will be a chall | |||||||
| 
 | 
 | ||||||
| ### Server Ports | ### Server Ports | ||||||
| Rocketmod requires 2 ports to run properly.   | Rocketmod requires 2 ports to run properly.   | ||||||
| game port (default 8907)   |  | ||||||
| game +1  (default 8908) |  | ||||||
| 
 | 
 | ||||||
| | Port    | default | | | Port    | default | | ||||||
| |---------|---------| | |---------|---------| | ||||||
| | Game    | 8907    | | | Game    | 27015   | | ||||||
| | Game +1 | 8908    | | | Game +1 | 27016   | | ||||||
|  | | Game +2 | 27017   | | ||||||
							
								
								
									
										63
									
								
								steamcmd_servers/unturned/unturned/egg-unturned.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										63
									
								
								steamcmd_servers/unturned/unturned/egg-unturned.json
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,63 @@ | |||||||
|  | { | ||||||
|  |     "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO", | ||||||
|  |     "meta": { | ||||||
|  |         "version": "PTDL_v1" | ||||||
|  |     }, | ||||||
|  |     "exported_at": "2020-01-18T18:06:35-05:00", | ||||||
|  |     "name": "Unturned", | ||||||
|  |     "author": "parker@parkervcp.com", | ||||||
|  |     "description": "The RocketMod server mod for Unturned.", | ||||||
|  |     "image": "quay.io\/parkervcp\/pterodactyl-images:base_debian", | ||||||
|  |     "startup": "wget https:\/\/github.com\/RocketMod\/Rocket.Unturned\/releases\/download\/4.9.3.0\/Rocket.Unturned.zip && unzip -o Rocket.Unturned.zip && .\/Unturned_Headless.x86_64 -batchmode -nographics -bind 0.0.0.0 -port {{SERVER_PORT}}", | ||||||
|  |     "config": { | ||||||
|  |         "files": "{}", | ||||||
|  |         "startup": "{\r\n    \"done\": \"Loading level: 100%\",\r\n    \"userInteraction\": []\r\n}", | ||||||
|  |         "logs": "{\r\n    \"custom\": true,\r\n    \"location\": \"latest.log\"\r\n}", | ||||||
|  |         "stop": "shutdown" | ||||||
|  |     }, | ||||||
|  |     "scripts": { | ||||||
|  |         "installation": { | ||||||
|  |             "script": "#!\/bin\/bash\r\n# steamcmd Base Installation Script\r\n#\r\n# Server Files: \/mnt\/server\r\n# Image to install with is 'debian:buster-slim'\r\n\r\nDEBIAN_FRONTEND=noninteractive\r\n\r\napt -y update\r\napt -y --no-install-recommends install curl lib32gcc1 ca-certificates\r\n\r\n## just in case someone removed the defaults.\r\nif [ \"${STEAM_USER}\" == \"\" ]; then\r\n    echo -e \"steam user is not set.\\n\"\r\n    echo -e \"Using anonymous user.\\n\"\r\n    STEAM_USER=anonymous\r\n    STEAM_PASS=\"\"\r\n    STEAM_AUTH=\"\"\r\nelse\r\n    echo -e \"user set to ${STEAM_USER}\"\r\nfi\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 +login ${STEAM_USER} ${STEAM_PASS} ${STEAM_AUTH} +force_install_dir \/mnt\/server +app_update ${SRCDS_APPID} ${EXTRA_FLAGS} validate +quit ## other flags may be needed depending on install. looking at you cs 1.6\r\n\r\n## set up 32 bit libraries\r\nmkdir -p \/mnt\/server\/.steam\/sdk32\r\ncp -v linux32\/steamclient.so \/mnt\/server\/.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 \/mnt\/server\/.steam\/sdk64\/steamclient.so\r\n\r\n## Specific to Unturned\r\ncp -v linux64\/steamclient.so \/mnt\/server\/Unturned_Headless_Data\/Plugins\/x86_64\/steamclient.so", | ||||||
|  |             "container": "debian:buster-slim", | ||||||
|  |             "entrypoint": "bash" | ||||||
|  |         } | ||||||
|  |     }, | ||||||
|  |     "variables": [ | ||||||
|  |         { | ||||||
|  |             "name": "Steam App ID", | ||||||
|  |             "description": "Steam App ID require for install and startup update", | ||||||
|  |             "env_variable": "SRCDS_APPID", | ||||||
|  |             "default_value": "1110390", | ||||||
|  |             "user_viewable": 0, | ||||||
|  |             "user_editable": 0, | ||||||
|  |             "rules": "required|string|max:20" | ||||||
|  |         }, | ||||||
|  |         { | ||||||
|  |             "name": "ld lib path", | ||||||
|  |             "description": "This is needed to load specific libraries", | ||||||
|  |             "env_variable": "LD_LIBRARY_PATH", | ||||||
|  |             "default_value": ".\/Unturned_Headless_Data\/Plugins\/x86_64\/", | ||||||
|  |             "user_viewable": 0, | ||||||
|  |             "user_editable": 0, | ||||||
|  |             "rules": "required|string" | ||||||
|  |         }, | ||||||
|  |         { | ||||||
|  |             "name": "Steam User", | ||||||
|  |             "description": "Should be left blank for anon user", | ||||||
|  |             "env_variable": "STEAM_USER", | ||||||
|  |             "default_value": "", | ||||||
|  |             "user_viewable": 1, | ||||||
|  |             "user_editable": 1, | ||||||
|  |             "rules": "nullable|string" | ||||||
|  |         }, | ||||||
|  |         { | ||||||
|  |             "name": "Steam Password", | ||||||
|  |             "description": "", | ||||||
|  |             "env_variable": "STEAM_PASS", | ||||||
|  |             "default_value": "", | ||||||
|  |             "user_viewable": 1, | ||||||
|  |             "user_editable": 1, | ||||||
|  |             "rules": "nullable|string" | ||||||
|  |         } | ||||||
|  |     ] | ||||||
|  | } | ||||||
| @ -1,54 +0,0 @@ | |||||||
| { |  | ||||||
|     "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO", |  | ||||||
|     "meta": { |  | ||||||
|         "version": "PTDL_v1" |  | ||||||
|     }, |  | ||||||
|     "exported_at": "2018-04-27T21:30:05+00:00", |  | ||||||
|     "name": "RocketMod", |  | ||||||
|     "author": "isaac@isaacs.site", |  | ||||||
|     "description": "The RocketMod server mod for Unturned.", |  | ||||||
|     "image": "registry.gitlab.com\/tenten8401\/pterodactyl-unturned", |  | ||||||
|     "startup": "mono RocketLauncher.exe unturned", |  | ||||||
|     "config": { |  | ||||||
|         "files": "{\r\n     \"Servers\/unturned\/Server\/Commands.dat\": {\r\n    \"parser\": \"file\",\r\n    \"find\": {\r\n    \"Port\": \"Port {{server.build.default.port}}\"\r\n    }\r\n}\r\n}", |  | ||||||
|         "startup": "{\r\n    \"done\": \"Loading level: 100%\",\r\n    \"userInteraction\": []\r\n}", |  | ||||||
|         "logs": "{\r\n    \"custom\": true,\r\n    \"location\": \"latest.log\"\r\n}", |  | ||||||
|         "stop": "shutdown" |  | ||||||
|     }, |  | ||||||
|     "scripts": { |  | ||||||
|         "installation": { |  | ||||||
|             "script": "apt update\r\napt -y --no-install-recommends install curl lib32gcc1 ca-certificates\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\/steam\r\ntar -xzvf steamcmd.tar.gz -C \/mnt\/server\/steam\r\ncd \/mnt\/server\/steam\r\n\r\nchown -R root:root \/mnt\r\n\r\nexport HOME=\/mnt\/server\r\n.\/steamcmd.sh +@sSteamCmdForcePlatformBitness 32 +login ${STEAM_USER} ${STEAM_PASS} ${STEAM_AUTH} +force_install_dir \/mnt\/server +app_update 304930 +quit\r\n\r\nmkdir -p \/mnt\/server\/Servers\/unturned\/Server\r\necho \"Port 27015\" > \/mnt\/server\/Servers\/unturned\/Server\/Commands.dat\r\n\r\nmkdir -p \/mnt\/server\/.steam\/sdk32\r\ncp -v linux32\/steamclient.so ..\/.steam\/sdk32\/steamclient.so", |  | ||||||
|             "container": "ubuntu:16.04", |  | ||||||
|             "entrypoint": "bash" |  | ||||||
|         } |  | ||||||
|     }, |  | ||||||
|     "variables": [ |  | ||||||
|         { |  | ||||||
|             "name": "Steam User", |  | ||||||
|             "description": "A Steam username with Unturned on the account.", |  | ||||||
|             "env_variable": "STEAM_USER", |  | ||||||
|             "default_value": "anonymous", |  | ||||||
|             "user_viewable": 0, |  | ||||||
|             "user_editable": 0, |  | ||||||
|             "rules": "required|string" |  | ||||||
|         }, |  | ||||||
|         { |  | ||||||
|             "name": "Steam Password", |  | ||||||
|             "description": "Steam User Password", |  | ||||||
|             "env_variable": "STEAM_PASS", |  | ||||||
|             "default_value": "", |  | ||||||
|             "user_viewable": 0, |  | ||||||
|             "user_editable": 0, |  | ||||||
|             "rules": "nullable|string" |  | ||||||
|         }, |  | ||||||
|         { |  | ||||||
|             "name": "Steam Auth Code", |  | ||||||
|             "description": "Steam Auth Code only when you're using Steam Auth", |  | ||||||
|             "env_variable": "STEAM_AUTH", |  | ||||||
|             "default_value": "", |  | ||||||
|             "user_viewable": 0, |  | ||||||
|             "user_editable": 0, |  | ||||||
|             "rules": "nullable|string" |  | ||||||
|         } |  | ||||||
|     ] |  | ||||||
| } |  | ||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user