Red-Thirten 
							
						 
					 
					
						
						
							
						
						08c55cfaed 
					 
					
						
						
							
							Fix broken default save URL in installation script  
						
						
						
						
					 
					
						2022-01-12 16:26:01 -08:00 
						 
				 
			
				
					
						
							
							
								Red-Thirten 
							
						 
					 
					
						
						
							
						
						003c1ae215 
					 
					
						
						
							
							Fix minor startup script bug regarding default save  
						
						... 
						
						
						
						- Default save file was referenced as the old `.sv6` file in some places, when it should be `.park`. 
						
						
					 
					
						2022-01-12 15:33:53 -08:00 
						 
				 
			
				
					
						
							
							
								Red-Thirten 
							
						 
					 
					
						
						
							
						
						3d4b512abc 
					 
					
						
						
							
							Fix minor README errors  
						
						
						
						
					 
					
						2022-01-12 15:07:53 -08:00 
						 
				 
			
				
					
						
							
							
								Red-Thirten 
							
						 
					 
					
						
						
							
						
						a3be667877 
					 
					
						
						
							
							Update README.md  
						
						
						
						
					 
					
						2022-01-12 01:21:53 -08:00 
						 
				 
			
				
					
						
							
							
								Red-Thirten 
							
						 
					 
					
						
						
							
						
						d8f7ef857c 
					 
					
						
						
							
							Bug Fixes & Cleanup  
						
						... 
						
						
						
						- Cleaned up egg file in general
- Fixed / cleaned up startup command (autosave bash in particular)
- Fixed typo in Configuration Files config
- Fixed multiple formatting and runtime bugs in the install script
- Updated default save file from .sv6 to the newer .park format 
						
						
					 
					
						2022-01-12 01:06:02 -08:00 
						 
				 
			
				
					
						
							
							
								Red-Thirten 
							
						 
					 
					
						
						
							
						
						e7378cb542 
					 
					
						
						
							
							Initial commit  
						
						... 
						
						
						
						- Updated README's
- Added OpenRCT2 directory and related files. 
						
						
					 
					
						2022-01-11 20:52:48 -08:00 
						 
				 
			
				
					
						
							
							
								Michael (Parker) Parker 
							
						 
					 
					
						
						
							
						
						d34679e93d 
					 
					
						
						
							
							Merge pull request  #1518  from rexracer1998/patch-1  
						
						... 
						
						
						
						Changing the stop action of FiveM egg 
						
						
					 
					
						2022-01-11 13:26:45 -05:00 
						 
				 
			
				
					
						
							
							
								Michael (Parker) Parker 
							
						 
					 
					
						
						
							
						
						5fd3a02ffb 
					 
					
						
						
							
							Merge pull request  #1522  from parkervcp/issue/1515  
						
						... 
						
						
						
						fix(redm): version fetching and use changelogs for latest 
						
						
					 
					
						2022-01-11 13:25:37 -05:00 
						 
				 
			
				
					
						
							
							
								Michael (Parker) Parker 
							
						 
					 
					
						
						
							
						
						250f6e55df 
					 
					
						
						
							
							Merge pull request  #1487  from gmazoyer/add/left4dead  
						
						... 
						
						
						
						Add Left 4 Dead and Left 4 Dead 2 
						
						
					 
					
						2022-01-11 13:24:41 -05:00 
						 
				 
			
				
					
						
							
							
								softwarenoob 
							
						 
					 
					
						
						
							
						
						cac4388a34 
					 
					
						
						
							
							feat(fivem): default to latest on invalid versions and use changelogs for latest  
						
						... 
						
						
						
						Change latest recommended build fetching to use their changelogs page and default to latest when invalid version is provided. 
						
						
					 
					
						2022-01-11 17:18:12 +02:00 
						 
				 
			
				
					
						
							
							
								Torsten Widmann 
							
						 
					 
					
						
						
							
						
						88426265fa 
					 
					
						
						
							
							add/Craftopia  
						
						
						
						
					 
					
						2022-01-11 16:15:19 +01:00 
						 
				 
			
				
					
						
							
							
								softwarenoob 
							
						 
					 
					
						
						
							
						
						a00f756495 
					 
					
						
						
							
							chore: cleanup the install script  
						
						
						
						
					 
					
						2022-01-11 17:02:38 +02:00 
						 
				 
			
				
					
						
							
							
								softwarenoob 
							
						 
					 
					
						
						
							
						
						a54784311b 
					 
					
						
						
							
							fix(redm): version fetching and use changelogs for latest  
						
						... 
						
						
						
						Fixes version fetching due to it trying to match invalid href tag
Fixes defaulting to latest if invalid version is provided
Change latest recommended build fetching to use their changelogs
resolves  #1515  
						
						
					 
					
						2022-01-11 16:28:20 +02:00 
						 
				 
			
				
					
						
							
							
								softwarenoob 
							
						 
					 
					
						
						
							
						
						398478ceda 
					 
					
						
						
							
							fix(magma): version detection for latest  
						
						... 
						
						
						
						Add check for latest `[[ "${MC_VERSION}" == "latest" ]]`.
Previously, it was only checking for exact versions or empty value, and I completely forgot to test latest.
Resolves  #1516  
						
						
					 
					
						2022-01-11 16:09:26 +02:00 
						 
				 
			
				
					
						
							
							
								rexracer1998 
							
						 
					 
					
						
						
							
						
						affd90f9a2 
					 
					
						
						
							
							Changing the stop action of FiveM egg  
						
						... 
						
						
						
						On line 21, I've changed "^C" to "quit" in order to stop the server because SIGINT doesn't work in this case. 
						
						
					 
					
						2022-01-09 23:37:42 +01:00 
						 
				 
			
				
					
						
							
							
								Parker Wahle 
							
						 
					 
					
						
						
							
						
						1a84600dbe 
					 
					
						
						
							
							Add files via upload  
						
						
						
						
					 
					
						2022-01-07 15:16:11 -05:00 
						 
				 
			
				
					
						
							
							
								ICon 
							
						 
					 
					
						
						
							
						
						e40d9f21db 
					 
					
						
						
							
							Fixed Name Mistake  
						
						
						
						
					 
					
						2022-01-02 20:48:49 -07:00 
						 
				 
			
				
					
						
							
							
								ICon 
							
						 
					 
					
						
						
							
						
						9e53660dbc 
					 
					
						
						
							
							Changed quay repository to ghcr.io  
						
						
						
						
					 
					
						2022-01-02 20:47:25 -07:00 
						 
				 
			
				
					
						
							
							
								ICon 
							
						 
					 
					
						
						
							
						
						966e933728 
					 
					
						
						
							
							Modified Factorio Egg for better start script  
						
						
						
						
					 
					
						2022-01-02 13:20:39 -07:00 
						 
				 
			
				
					
						
							
							
								Michæl 
							
						 
					 
					
						
						
							
						
						a62842e25d 
					 
					
						
						
							
							Updated Stop command  
						
						... 
						
						
						
						Updated Stop command in order to stop it gracefully 
						
						
					 
					
						2022-01-01 22:59:33 +02:00 
						 
				 
			
				
					
						
							
							
								Toasty 
							
						 
					 
					
						
						
							
						
						5e66ccde54 
					 
					
						
						
							
							Update stop command for Project Zomboid  
						
						... 
						
						
						
						Using ^C forces the server closes and doesn't let it save; quit saves then closes it gracefully 
						
						
					 
					
						2022-01-01 12:58:12 -06:00 
						 
				 
			
				
					
						
							
							
								Steven 
							
						 
					 
					
						
						
							
						
						6df3bc32d7 
					 
					
						
						
							
							Update Project Zomboid Egg to support beta versions ( #1475 )  
						
						... 
						
						
						
						Co-authored-by: softwarenoob <admin@softwarenoob.com > 
						
						
					 
					
						2021-12-29 16:45:04 +02:00 
						 
				 
			
				
					
						
							
							
								Parker Wahle 
							
						 
					 
					
						
						
							
						
						2c502d0e3b 
					 
					
						
						
							
							Add files via upload  
						
						
						
						
					 
					
						2021-12-23 10:40:21 -05:00 
						 
				 
			
				
					
						
							
							
								Parker Wahle 
							
						 
					 
					
						
						
							
						
						fda5868d75 
					 
					
						
						
							
							Add files via upload  
						
						
						
						
					 
					
						2021-12-23 08:50:52 -05:00 
						 
				 
			
				
					
						
							
							
								Parker Wahle 
							
						 
					 
					
						
						
							
						
						3649847b45 
					 
					
						
						
							
							Added glowstone  
						
						
						
						
					 
					
						2021-12-23 08:41:47 -05:00 
						 
				 
			
				
					
						
							
							
								Torsten Widmann 
							
						 
					 
					
						
						
							
						
						1005f7e951 
					 
					
						
						
							
							Add telnet variable to 7d2d ( #1495 )  
						
						... 
						
						
						
						* added Telnet Variable 
						
						
					 
					
						2021-12-23 10:48:34 +02:00 
						 
				 
			
				
					
						
							
							
								softwarenoob 
							
						 
					 
					
						
						
							
						
						d45ffa37d3 
					 
					
						
						
							
							fix: beamng glibc requirements  
						
						... 
						
						
						
						Update Docker images and rewrite beamng to use github release grabber allowing to specify versions. 
						
						
					 
					
						2021-12-22 11:12:44 +02:00 
						 
				 
			
				
					
						
							
							
								Encode42 
							
						 
					 
					
						
						
							
						
						96f963db1b 
					 
					
						
						
							
							Update Purpur egg description ( #1488 )  
						
						
						
						
					 
					
						2021-12-19 05:13:56 +02:00 
						 
				 
			
				
					
						
							
							
								Guillaume Mazoyer 
							
						 
					 
					
						
						
							
						
						b90ff3e6e8 
					 
					
						
						
							
							Use proper docker images  
						
						
						
						
					 
					
						2021-12-18 19:01:28 +01:00 
						 
				 
			
				
					
						
							
							
								Guillaume Mazoyer 
							
						 
					 
					
						
						
							
						
						b7eab9d717 
					 
					
						
						
							
							Add Left 4 Dead and Left 4 Dead 2  
						
						
						
						
					 
					
						2021-12-18 17:41:17 +01:00 
						 
				 
			
				
					
						
							
							
								Michael (Parker) Parker 
							
						 
					 
					
						
						
							
						
						a7ebf7588a 
					 
					
						
						
							
							Merge pull request  #1463  from parkervcp/patch/forge  
						
						... 
						
						
						
						forge: clean up and add more debugging 
						
						
					 
					
						2021-12-17 08:56:16 -05:00 
						 
				 
			
				
					
						
							
							
								Michael (Parker) Parker 
							
						 
					 
					
						
						
							
						
						a7f092fb07 
					 
					
						
						
							
							Merge pull request  #1469  from parkervcp/7d2d/password  
						
						... 
						
						
						
						feat(7d2d): allow specifying telnet password 
						
						
					 
					
						2021-12-17 08:54:46 -05:00 
						 
				 
			
				
					
						
							
							
								Michael (Parker) Parker 
							
						 
					 
					
						
						
							
						
						6e0b580c87 
					 
					
						
						
							
							Merge pull request  #1476  from MrRazamataz/master  
						
						... 
						
						
						
						Fix Cloudburst Nukkit download links 
						
						
					 
					
						2021-12-17 08:54:16 -05:00 
						 
				 
			
				
					
						
							
							
								Michael (Parker) Parker 
							
						 
					 
					
						
						
							
						
						069bde8731 
					 
					
						
						
							
							Merge pull request  #1485  from parkervcp/add/mohist  
						
						... 
						
						
						
						fix: add Mohist egg back 
						
						
					 
					
						2021-12-17 08:31:20 -05:00 
						 
				 
			
				
					
						
							
							
								softwarenoob 
							
						 
					 
					
						
						
							
						
						044ff5c447 
					 
					
						
						
							
							fix: add Mohist egg back  
						
						... 
						
						
						
						Mohist was by mistake removed in #1453  PR 
						
						
					 
					
						2021-12-17 13:23:28 +02:00 
						 
				 
			
				
					
						
							
							
								softwarenoob 
							
						 
					 
					
						
						
							
						
						6e38e1d9e5 
					 
					
						
						
							
							fix: magma support for newer versions  
						
						... 
						
						
						
						Rewrite the egg to support dev and stable versions, together with newer +1.16 installers.
Does not rely on their own API latest fetching, because it picks latest Github release that can include old pre-releases. 
						
						
					 
					
						2021-12-17 13:18:38 +02:00 
						 
				 
			
				
					
						
							
							
								MrRazamataz 
							
						 
					 
					
						
						
							
						
						3bcc7c9513 
					 
					
						
						
							
							fix the download url and name  
						
						
						
						
					 
					
						2021-12-16 18:33:34 +00:00 
						 
				 
			
				
					
						
							
							
								Torsten Widmann 
							
						 
					 
					
						
						
							
						
						26fbc6ed83 
					 
					
						
						
							
							Update Wine generic to use yolk Images ( #1478 )  
						
						
						
						
					 
					
						2021-12-16 16:19:49 +02:00 
						 
				 
			
				
					
						
							
							
								MrRazamataz 
							
						 
					 
					
						
						
							
						
						8e5ff8fec9 
					 
					
						
						
							
							fix nukkit download  
						
						
						
						
					 
					
						2021-12-15 17:54:33 +00:00 
						 
				 
			
				
					
						
							
							
								Lucas 
							
						 
					 
					
						
						
							
						
						97be6b0f2b 
					 
					
						
						
							
							chore: change Java image order to the newest version as default ( #1453 )  
						
						
						
						
					 
					
						2021-12-14 20:19:37 +02:00 
						 
				 
			
				
					
						
							
							
								Northwave 
							
						 
					 
					
						
						
							
						
						def99684aa 
					 
					
						
						
							
							Update README.md  
						
						... 
						
						
						
						default port correction 
						
						
					 
					
						2021-12-13 23:09:32 +01:00 
						 
				 
			
				
					
						
							
							
								softwarenoob 
							
						 
					 
					
						
						
							
						
						9f86fb5105 
					 
					
						
						
							
							chore: more detailed telnet variable description  
						
						
						
						
					 
					
						2021-12-13 05:14:17 +02:00 
						 
				 
			
				
					
						
							
							
								softwarenoob 
							
						 
					 
					
						
						
							
						
						29e610ba80 
					 
					
						
						
							
							feat(7d2d): allow specifying telnet password  
						
						... 
						
						
						
						Allows specifying telnet password and using it. Old version would not start if someone specifies password in the config 
						
						
					 
					
						2021-12-13 05:10:49 +02:00 
						 
				 
			
				
					
						
							
							
								Mrxbox98 
							
						 
					 
					
						
						
							
						
						83249b54e7 
					 
					
						
						
							
							Changed bool to boolean  
						
						
						
						
					 
					
						2021-12-12 15:34:31 -08:00 
						 
				 
			
				
					
						
							
							
								Mrxbox98 
							
						 
					 
					
						
						
							
						
						9251d7532f 
					 
					
						
						
							
							Changed bool to boolean  
						
						
						
						
					 
					
						2021-12-12 15:31:47 -08:00 
						 
				 
			
				
					
						
							
							
								softwarenoob 
							
						 
					 
					
						
						
							
						
						b0e58312e3 
					 
					
						
						
							
							forge: clean up and add more debugging  
						
						... 
						
						
						
						clean up the code and add more debugging steps for easier troubleshooting when someone reports issues
Easy to view diff: <https://www.diffchecker.com/3iJ9lVzH > 
						
						
					 
					
						2021-12-12 01:07:15 +02:00 
						 
				 
			
				
					
						
							
							
								softwarenoob 
							
						 
					 
					
						
						
							
						
						ecc721a48d 
					 
					
						
						
							
							chore: correct pm3 install message  
						
						
						
						
					 
					
						2021-12-11 21:53:39 +02:00 
						 
				 
			
				
					
						
							
							
								softwarenoob 
							
						 
					 
					
						
						
							
						
						e3d5307eeb 
					 
					
						
						
							
							fix(pmpp): version fetching  
						
						... 
						
						
						
						Use update.pmmp.io API for latest version fetching allowing users to choose pm3 or pm4.
closes  #1459  
						
						
					 
					
						2021-12-11 21:00:05 +02:00 
						 
				 
			
				
					
						
							
							
								LRMtheBoss 
							
						 
					 
					
						
						
							
						
						5c9849a03a 
					 
					
						
						
							
							updated message to state Nukkit egg now uses NukkitX  
						
						
						
						
					 
					
						2021-12-09 14:18:29 -05:00 
						 
				 
			
				
					
						
							
							
								LRMtheBoss 
							
						 
					 
					
						
						
							
						
						8c66fc2595 
					 
					
						
						
							
							fixed heading levels  
						
						... 
						
						
						
						added blank lines as needed 
						
						
					 
					
						2021-12-09 13:14:31 -05:00