Commit Graph

138 Commits

Author SHA1 Message Date
Red-Thirten
db4fc77381 Add Mod List functionality & descriptions clean up 2022-05-26 16:19:03 -07:00
Red-Thirten
f10379b228 Update default "[Advanced] Extra Startup Parameters" value
Added `-limitFPS=120` flag to the default value to prevent runaway FPS and crashing for vanilla servers.
2022-05-24 10:22:19 -07:00
Red-Thirten
54054579ef Initial Upload 2022-05-23 19:40:24 -07:00
Red-Thirten
c109097ee4 Cleaned up README
- Added IAmSilK as a code contributor
- Condensed System Requirements/Recommendations to a nice table
2022-05-22 20:36:57 -07:00
Red-Thirten
da7bfab43d General Egg Cleanup
- Fixed typo in description
- Fixed BattlEye path in startup command
- Wrapped extra startup parameters in quotations to prevent a malicious client from executing arbitrary bash commands on the container via a (potentially forced) Arma server application crash.
- Stop command no longer requires extra "C" and was fixed.
- Updated install script to check for valid Steam credentials (required for Arma 3) and removed an un-needed directory creation. Also made the Script Entrypoint Command more specific.
- Removed long gone depreciated startup variables (not even used in startup or entrypoint anymore).
2022-05-22 18:17:59 -07:00
gOOvER
6db9034c0a fix startup, to show console; update images to ghcr 2022-05-15 11:17:13 +02:00
Bad
40e207d17d
Fix Rust Staging mistake Quary -> Query 2022-05-15 00:38:52 +03:00
Boy132
158ba055dc
Update server name variable for project zomboid 2022-05-06 10:53:01 +02:00
Michael (Parker) Parker
0d50b7e9ec
Merge pull request #1622 from lilkingjr1/satisfactory
[Satisfactory] Add "Disable Seasonal Events" Startup Parameter
2022-04-29 21:20:43 -04:00
Michael (Parker) Parker
c7a65a467e
Merge pull request #1619 from TuEye/Fix-Subnautica-Nitrox
Fix Subnautica Nitrox
2022-04-29 20:31:42 -04:00
Red-Thirten
dcdb4fdfb1
Fix whitespace issues in README.md
Fixed a regression with newline spacing.
2022-04-26 12:46:43 -07:00
Red-Thirten
c1f57dfd74
General README Improvements
Updated some info and cleaned up verbiage in some places.
2022-04-26 12:31:18 -07:00
Red-Thirten
05be24d2b0
Added "Disable Seasonal Events" Option
Added "Disable Seasonal Events" startup variable and updated the startup command to add the new flag `-DisableSeasonalEvents` if the variable is "true". This new flag was added to Satisfactory in 0.5.1.4 (https://satisfactory.fandom.com/wiki/Patch_0.5.1.4).
2022-04-26 12:20:00 -07:00
Stephen White
280547b07a
feat(arma 3): Variable for specifying optional mods (#1592) 2022-04-24 18:15:44 +03:00
TuEye
9ac7d4860d
* Made egg compatible to Nitrox 1.6.0.0
* Using parkers script to determine Nitrox Downnload-URL
* Moved to yolks
* Made Admin Password longer and required
2022-04-23 15:26:04 +02:00
Marko
70d6cebce5
Update Egg for CryoFall to use Dotnet6 Image (#1575) 2022-03-12 19:40:18 +02:00
maximilianovermeyer
1c77790a86
fix(insurgency) "Max Players" env variable typo (#1572)
"Max Players" var was defined as MAXPLAYERS, but referred as MAX_PLAYERS. Changed the definition instead of the startup command to keep it consistent with other steam games.
2022-03-01 22:55:12 +02:00
Michael (Parker) Parker
534e2238f0
Merge branch 'master' into markdown-formatting-changes 2022-02-19 09:20:49 -05:00
gOOvER
27fa7b4115 small fix 2022-02-18 11:40:15 +01:00
gOOvER
09234ee196 update/valheim - add betabranch 2022-02-18 11:34:27 +01:00
softwarenoob
777174781c
feat: add steam_disk_space egg feature to SteamCMD eggs
A new egg feature modal was introduced in Panel v1.7.0 triggering when server has run out of disk space to provide more user-friendly instructions to both admins and normal users. This is unique to SteamCMD specific errors.
2022-01-20 20:09:13 +02:00
Torsten Widmann
68327020b2
Avorion - Fixed SRCDS_APPID 2022-01-14 16:44:52 +01:00
Michael (Parker) Parker
e95d3e6f7e
Merge pull request #1523 from gOOvER/add/craftopia
add/Craftopia
2022-01-13 16:04: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
Torsten Widmann
88426265fa add/Craftopia 2022-01-11 16:15:19 +01: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
Torsten Widmann
1005f7e951
Add telnet variable to 7d2d (#1495)
* added Telnet Variable
2021-12-23 10:48:34 +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
a7f092fb07
Merge pull request #1469 from parkervcp/7d2d/password
feat(7d2d): allow specifying telnet password
2021-12-17 08:54:46 -05: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
9251d7532f
Changed bool to boolean 2021-12-12 15:31:47 -08:00
LRMtheBoss
56c92625cc incased url
added blank lines as needed
formatted server ports table
2021-12-09 13:12:11 -05:00
LRMtheBoss
91e609dcf6 formatted server ports table 2021-12-09 13:11:05 -05:00
LRMtheBoss
5f1233730a added blank lines as needed
formatted server ports table
2021-12-09 13:10:43 -05:00
LRMtheBoss
ecb7163593 fixed heading levels
added blank lines as needed
removed trailing spaces
2021-12-09 13:09:43 -05:00
LRMtheBoss
259e6fdafb fixed heading levels
added blank lines as needed
2021-12-09 13:09:21 -05:00
LRMtheBoss
1b87a061eb fixed heading levels
added blank lines as needed
removed trailing spaces
incased url
formatted server ports table
2021-12-09 13:09:14 -05:00
LRMtheBoss
ded7e6725b fixed heading levels
added blank lines as needed
2021-12-09 13:08:01 -05:00
LRMtheBoss
dcf1cd7764 fixed heading levels
added blank lines as needed
2021-12-09 13:07:54 -05:00
LRMtheBoss
5e20b63d9a fixed heading levels
added blank lines as needed
chaged notes from bold to headings
formatted server ports table
2021-12-09 13:07:47 -05:00
LRMtheBoss
b13a99d85b fixed heading levels
added blank lines as needed
removed triling spaces
formatted server ports table
2021-12-09 13:07:02 -05:00
LRMtheBoss
454422450a fixed heading levels
added blank lines as needed
formatted servers ports table
removed trailing spaces
removed 2nd set of server port listing
2021-12-09 13:06:39 -05:00
LRMtheBoss
bf5964059b fixed heading levels
added blank lines as needed
2021-12-09 13:05:37 -05:00
LRMtheBoss
f988786bcd fixed heading levels
added blank lines as needed
2021-12-09 13:05:30 -05:00
LRMtheBoss
b12876e9d7 added blank lines as needed 2021-12-09 13:05:23 -05:00
LRMtheBoss
052023f75e added blank lines as needed 2021-12-09 13:05:10 -05:00