mirror of
				https://github.com/pelican-eggs/eggs.git
				synced 2025-10-31 08:58:06 +00:00 
			
		
		
		
	more organizing
Moves more servers into the steamcmd folder.
This commit is contained in:
		
							parent
							
								
									257d1b73c6
								
							
						
					
					
						commit
						3b4eb847c6
					
				
							
								
								
									
										4
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							| @ -1 +1,3 @@ | ||||
| *.DS_Store | ||||
| *.DS_Store | ||||
| node_modules/ | ||||
| .vuepress/ | ||||
| @ -1 +0,0 @@ | ||||
| .DS_Store | ||||
							
								
								
									
										11
									
								
								steamcmd_servers/tower_unite/README.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								steamcmd_servers/tower_unite/README.md
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,11 @@ | ||||
| # Tower Unite | ||||
| Their desctiption: | ||||
| Every aspect of Tower Unite allows for online multiplayer interaction. It is a living and evolving online game world, driven by the community. Play games online with your friends, or make new friends from across the globe. | ||||
| 
 | ||||
| ### Server Ports | ||||
| Tower Unite requires a single port to be opened | ||||
| 
 | ||||
| | Port    | default | | ||||
| |---------|---------| | ||||
| | Game    | 7778    | | ||||
| | Query   | 27016   | | ||||
							
								
								
									
										63
									
								
								steamcmd_servers/tower_unite/egg-tower-unite.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										63
									
								
								steamcmd_servers/tower_unite/egg-tower-unite.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": "2019-02-08T01:46:57+01:00", | ||||
|     "name": "Tower Unite", | ||||
|     "author": "teamwuffy@gmail.com", | ||||
|     "description": "Tower Unite\r\n\r\nDefault Port: 7778\r\nDefault Query Port: 27016\r\n\r\nConfig Path: Tower\/Saved\/Config\/TowerServer.ini", | ||||
|     "image": "quay.io\/pterodactyl\/core:source", | ||||
|     "startup": ".\/Tower\/Binaries\/Linux\/TowerServer-Linux-Shipping -log -Port={{SERVER_PORT}} -MULTIHOME=0.0.0.0 -TowerServerINI=..\/..\/Saved\/Config\/TowerServer.ini", | ||||
|     "config": { | ||||
|         "files": "{\r\n    \"Tower\/Saved\/Config\/TowerServer.ini\": {\r\n        \"parser\": \"properties\",\r\n        \"find\": {\r\n            \"MaxPlayers\": \"{{server.build.env.SERVER_MAX_PLAYER}}\",\r\n            \"ServerTitle\": \"{{server.build.env.SERVER_TITLE}}\",\r\n            \"SteamLoginToken\": \"{{server.build.env.STEAM_LOGIN_TOKEN}}\",\r\n            \"AdminSteamID\": \"{{server.build.env.STEAM_ADMIN_ID}}\"\r\n        }\r\n    }\r\n}", | ||||
|         "startup": "{\r\n    \"done\": \"Match State Changed from EnteringMap to WaitingToStart\",\r\n    \"userInteraction\": []\r\n}", | ||||
|         "logs": "{\r\n    \"custom\": true,\r\n    \"location\": \"logs\/latest.log\"\r\n}", | ||||
|         "stop": "^C" | ||||
|     }, | ||||
|     "scripts": { | ||||
|         "installation": { | ||||
|             "script": "#!\/bin\/bash\r\n# Tower Unite Installation Script\r\n#\r\n# Server Files: \/mnt\/server\r\napt -y update\r\napt -y --install-recommends install curl ca-certificates lib32gcc1\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\r\n\r\ntar -xzvf steamcmd.tar.gz -C \/mnt\/server\/steamcmd\r\n\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 439660 validate +quit\r\n\r\ncd mnt\/server\r\n\r\nmkdir -p Tower\/Saved\/Config\r\nmkdir -p Tower\/Binaries\/Linux\r\n\r\nmv \/mnt\/server\/steamcmd\/linux64\/steamclient.so \/mnt\/server\/Tower\/Binaries\/Linux\r\n\r\ncat <<EOF >> Tower\/Saved\/Config\/TowerServer.ini\r\n[\/script\/towernetworking.dedicatedserveroptions]\r\nMaxPlayers=$SERVER_MAX_PLAYER\r\nServerTitle=$SERVER_TITLE\r\nSteamLoginToken=$STEAM_LOGIN_TOKEN\r\n\r\n[Administration]\r\nAdminSteamID=$STEAM_ADMIN_ID\r\nEOF", | ||||
|             "container": "ubuntu:18.10", | ||||
|             "entrypoint": "bash" | ||||
|         } | ||||
|     }, | ||||
|     "variables": [ | ||||
|         { | ||||
|             "name": "Steam Login Token", | ||||
|             "description": "Login and generate a token for the app-id: 394690\r\nhttps:\/\/steamcommunity.com\/dev\/managegameservers", | ||||
|             "env_variable": "STEAM_LOGIN_TOKEN", | ||||
|             "default_value": "", | ||||
|             "user_viewable": 1, | ||||
|             "user_editable": 1, | ||||
|             "rules": "required|string|max:100" | ||||
|         }, | ||||
|         { | ||||
|             "name": "Steam Admin ID", | ||||
|             "description": "Note that your admin id is only a number!", | ||||
|             "env_variable": "STEAM_ADMIN_ID", | ||||
|             "default_value": "", | ||||
|             "user_viewable": 1, | ||||
|             "user_editable": 1, | ||||
|             "rules": "required|integer|max:76561202255233023" | ||||
|         }, | ||||
|         { | ||||
|             "name": "Server Title", | ||||
|             "description": "", | ||||
|             "env_variable": "SERVER_TITLE", | ||||
|             "default_value": "Tower Unite Server", | ||||
|             "user_viewable": 1, | ||||
|             "user_editable": 1, | ||||
|             "rules": "required|string|max:512" | ||||
|         }, | ||||
|         { | ||||
|             "name": "Max Players", | ||||
|             "description": "", | ||||
|             "env_variable": "SERVER_MAX_PLAYER", | ||||
|             "default_value": "40", | ||||
|             "user_viewable": 0, | ||||
|             "user_editable": 0, | ||||
|             "rules": "required|integer|max:512" | ||||
|         } | ||||
|     ] | ||||
| } | ||||
							
								
								
									
										17
									
								
								steamcmd_servers/unturned/rocketmod/README.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								steamcmd_servers/unturned/rocketmod/README.md
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,17 @@ | ||||
| # Unturned | ||||
| 
 | ||||
| Steam Description   | ||||
| You're one of the few not yet turned zombie. Keeping it that way will be a challenge.   | ||||
| - Go in guns blazing and attract the attention of everything, living and dead.   | ||||
| - 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.   | ||||
| 
 | ||||
| ### Server Ports | ||||
| Rocketmod requires 2 ports to run properly.   | ||||
| game port (default 8907)   | ||||
| game +1  (default 8908) | ||||
| 
 | ||||
| | Port    | default | | ||||
| |---------|---------| | ||||
| | Game    | 8907    | | ||||
| | Game +1 | 8908    | | ||||
							
								
								
									
										54
									
								
								steamcmd_servers/unturned/rocketmod/egg-rocketmod.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										54
									
								
								steamcmd_servers/unturned/rocketmod/egg-rocketmod.json
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,54 @@ | ||||
| { | ||||
|     "_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