mirror of
				https://github.com/pelican-eggs/eggs.git
				synced 2025-11-04 10:58:06 +00:00 
			
		
		
		
	Merge remote-tracking branch 'Yomanz/master'
This commit is contained in:
		
						commit
						26f712173e
					
				@ -22,6 +22,9 @@ If you are submitting PR's try and keep names and titles the same.
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
## Game Eggs
 | 
					## Game Eggs
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[Arma](/arma/)  
 | 
				
			||||||
 | 
					* [Arma 3](/arma/arma3/)  
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[Don't Starve](/dont_starve/dont_starve)
 | 
					[Don't Starve](/dont_starve/dont_starve)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[Factorio](/factorio/factorio/)  
 | 
					[Factorio](/factorio/factorio/)  
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										108
									
								
								RVR4/Arma 3/egg-arma3.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										108
									
								
								RVR4/Arma 3/egg-arma3.json
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,108 @@
 | 
				
			|||||||
 | 
					{
 | 
				
			||||||
 | 
					    "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
 | 
				
			||||||
 | 
					    "meta": {
 | 
				
			||||||
 | 
					        "version": "PTDL_v1"
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					    "exported_at": "2018-06-17T00:41:46+01:00",
 | 
				
			||||||
 | 
					    "name": "Arma 3",
 | 
				
			||||||
 | 
					    "author": "daave@aaathats3as.com",
 | 
				
			||||||
 | 
					    "description": "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.",
 | 
				
			||||||
 | 
					    "image": "quay.io\/daave\/containers:rvr4",
 | 
				
			||||||
 | 
					    "startup": ".\/arma3server -netlog -ip=0.0.0.0 -port={{SERVER_PORT}} -cfg={{CFG}} -config={{CONFIG}} {{CUSTOM}} -mod=\"{{MODS}}\" -serverMod=\"{{SERVERMODS}}\"",
 | 
				
			||||||
 | 
					    "config": {
 | 
				
			||||||
 | 
					        "files": "{}",
 | 
				
			||||||
 | 
					        "startup": "{\r\n    \"done\": \"Connected to Steam servers\",\r\n    \"userInteraction\": []\r\n}",
 | 
				
			||||||
 | 
					        "logs": "{\r\n    \"custom\": true,\r\n    \"location\": \"latest.log\"\r\n}",
 | 
				
			||||||
 | 
					        "stop": "^C"
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					    "scripts": {
 | 
				
			||||||
 | 
					        "installation": {
 | 
				
			||||||
 | 
					            "script": "#!\/bin\/bash\r\n\r\napt -y update\r\napt -y --no-install-recommends install curl\r\napt -y --no-install-recommends install lib32gcc1 ca-certificates\r\n\r\ncd \/tmp\r\ncurl -sSLO http:\/\/media.steampowered.com\/installer\/steamcmd_linux.tar.gz\r\n\r\nmkdir -p \/mnt\/server\/steamcmd \/mnt\/server\/logs\r\nmkdir -p \"\/mnt\/server\/.local\/share\/Arma 3\" \"\/mnt\/server\/.local\/share\/Arma 3 - Other Profiles\"\r\n\r\ntouch \/mnt\/server\/latest.log\r\nchown -R root:root \/mnt\r\n\r\ntar -xzvf \/tmp\/steamcmd_linux.tar.gz -C \/mnt\/server\/steamcmd\r\ncd \/mnt\/server\/steamcmd\r\nexport HOME=\/mnt\/server\r\n\r\n.\/steamcmd.sh +login ${STEAM_USER} ${STEAM_PASS} +force_install_dir \/mnt\/server +app_update ${APP_ID} validate +quit",
 | 
				
			||||||
 | 
					            "container": "ubuntu:18.04",
 | 
				
			||||||
 | 
					            "entrypoint": "bash"
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					    "variables": [
 | 
				
			||||||
 | 
					        {
 | 
				
			||||||
 | 
					            "name": "Update Server",
 | 
				
			||||||
 | 
					            "description": "Set this to `1` to update the server, otherwise, keep at `0`.",
 | 
				
			||||||
 | 
					            "env_variable": "UPDATE",
 | 
				
			||||||
 | 
					            "default_value": "0",
 | 
				
			||||||
 | 
					            "user_viewable": 1,
 | 
				
			||||||
 | 
					            "user_editable": 1,
 | 
				
			||||||
 | 
					            "rules": "required|boolean"
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					        {
 | 
				
			||||||
 | 
					            "name": "Game App ID",
 | 
				
			||||||
 | 
					            "description": "Steam CMD App ID.",
 | 
				
			||||||
 | 
					            "env_variable": "APP_ID",
 | 
				
			||||||
 | 
					            "default_value": "233780",
 | 
				
			||||||
 | 
					            "user_viewable": 1,
 | 
				
			||||||
 | 
					            "user_editable": 0,
 | 
				
			||||||
 | 
					            "rules": "required|alpha_dash|between:1,100"
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					        {
 | 
				
			||||||
 | 
					            "name": "Config CFG",
 | 
				
			||||||
 | 
					            "description": "Config CFG",
 | 
				
			||||||
 | 
					            "env_variable": "CFG",
 | 
				
			||||||
 | 
					            "default_value": "cfg.cfg",
 | 
				
			||||||
 | 
					            "user_viewable": 1,
 | 
				
			||||||
 | 
					            "user_editable": 1,
 | 
				
			||||||
 | 
					            "rules": "string|nullable"
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					        {
 | 
				
			||||||
 | 
					            "name": "Config",
 | 
				
			||||||
 | 
					            "description": "Config",
 | 
				
			||||||
 | 
					            "env_variable": "CONFIG",
 | 
				
			||||||
 | 
					            "default_value": "config.cfg",
 | 
				
			||||||
 | 
					            "user_viewable": 1,
 | 
				
			||||||
 | 
					            "user_editable": 1,
 | 
				
			||||||
 | 
					            "rules": "string|nullable"
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					        {
 | 
				
			||||||
 | 
					            "name": "Custom Command Line Option.",
 | 
				
			||||||
 | 
					            "description": "Put -autoinit or related things in here :)",
 | 
				
			||||||
 | 
					            "env_variable": "CUSTOM",
 | 
				
			||||||
 | 
					            "default_value": "",
 | 
				
			||||||
 | 
					            "user_viewable": 1,
 | 
				
			||||||
 | 
					            "user_editable": 1,
 | 
				
			||||||
 | 
					            "rules": "string|nullable"
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					        {
 | 
				
			||||||
 | 
					            "name": "SERVERMODS",
 | 
				
			||||||
 | 
					            "description": "This is where you put the files that go along with the -serverMods startup option.",
 | 
				
			||||||
 | 
					            "env_variable": "SERVERMODS",
 | 
				
			||||||
 | 
					            "default_value": "",
 | 
				
			||||||
 | 
					            "user_viewable": 1,
 | 
				
			||||||
 | 
					            "user_editable": 1,
 | 
				
			||||||
 | 
					            "rules": "string|nullable"
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					        {
 | 
				
			||||||
 | 
					            "name": "Mods",
 | 
				
			||||||
 | 
					            "description": "This is where you put mods that go along with the -mods startup option",
 | 
				
			||||||
 | 
					            "env_variable": "MODS",
 | 
				
			||||||
 | 
					            "default_value": "",
 | 
				
			||||||
 | 
					            "user_viewable": 1,
 | 
				
			||||||
 | 
					            "user_editable": 1,
 | 
				
			||||||
 | 
					            "rules": "string|nullable"
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					        {
 | 
				
			||||||
 | 
					            "name": "Steam User",
 | 
				
			||||||
 | 
					            "description": "Admin only",
 | 
				
			||||||
 | 
					            "env_variable": "STEAM_USER",
 | 
				
			||||||
 | 
					            "default_value": "",
 | 
				
			||||||
 | 
					            "user_viewable": 0,
 | 
				
			||||||
 | 
					            "user_editable": 0,
 | 
				
			||||||
 | 
					            "rules": "nullable|string"
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					        {
 | 
				
			||||||
 | 
					            "name": "STEAM_PASS",
 | 
				
			||||||
 | 
					            "description": "STEAM_PASS",
 | 
				
			||||||
 | 
					            "env_variable": "STEAM_PASS",
 | 
				
			||||||
 | 
					            "default_value": "",
 | 
				
			||||||
 | 
					            "user_viewable": 0,
 | 
				
			||||||
 | 
					            "user_editable": 0,
 | 
				
			||||||
 | 
					            "rules": "nullable|string"
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					    ]
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user