Commit Graph

28 Commits

Author SHA1 Message Date
Michael (Parker) Parker
57da910d2e
Merge pull request #1664 from lilkingjr1/arma-reforger
Add Arma Reforger Egg
2022-05-30 18:18:58 -04:00
Red-Thirten
ebc02d607f Set default "Max FPS" value
Set default "Max FPS" Startup Parameter value to 120, as recommended by BI documentation.
2022-05-24 10:17:42 -07:00
Red-Thirten
c748b5a7e8 Fix "Max Players" Startup parameter range
Increased to maximum of 256 players, which aligns with BI documentation.
2022-05-24 10:12:10 -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
Red-Thirten
1db3cab738 Updated README & Small Fix
- Added "How to Add Mods" section to egg's README.
- Fixed copy/paste mistake on `_comment` line of egg.
2022-05-20 15:14:56 -07:00
Red-Thirten
82fb0bcf7d Initial Upload of Arma Reforger Egg
- Added new egg
- Added README for egg
- Updated all directory READMEs (including fixing some style issues with `game_eggs\steamcmd_servers\README.md`)
2022-05-20 13:51:22 -07:00
Stephen White
280547b07a
feat(arma 3): Variable for specifying optional mods (#1592) 2022-04-24 18:15:44 +03:00
Michael (Parker) Parker
534e2238f0
Merge branch 'master' into markdown-formatting-changes 2022-02-19 09:20:49 -05: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
LRMtheBoss
eb297ff91a fixed heading levels
added blank lines as needed
2021-12-09 12:53:56 -05:00
LRMtheBoss
eae6a116da added blank lines as needed 2021-12-09 12:53:21 -05:00
Torsten Widmann
e9ad7f6ca2
Update steamcmd eggs to use new Yolks images (#1420) 2021-12-07 16:01:16 +02:00
Red-Thirten
eb26dfb22a
Remove code reviewers from Contributors
Unneeded
2021-07-14 13:04:05 -07:00
Red-Thirten
2c4b95927d
Add Authors / Contributors
Added Authors / Contributors section, and added anchor links to specific sections.
2021-07-14 12:53:46 -07:00
Red-Thirten
3a49b70f8b
Removed In-Dev update_url Feature
To avoid issues in the future.
2021-07-14 11:23:21 -07:00
Red-Thirten
bd311a6867
Fixed Image Link in Egg 2021-07-13 23:57:48 -07:00
Red-Thirten
33e0e4680c
Removed Arma 2 reference 2021-07-13 23:49:54 -07:00
Red-Thirten
8d85957c8e
Update egg-arma3.json
Changed main image to parkervcp's ghcr/yolks image for testing. Must be changed before final release.
2021-07-13 16:44:26 -07:00
Red-Thirten
22d4c3c3d4
Update egg-arma3.json
- Added back depreciated variables so servers running the old Startup Command don't break.
2021-07-12 21:52:40 -07:00
Red-Thirten
e50cb2ae3d
Update README.md
- Add "How to Update Egg" section to address updating concerns
2021-07-12 21:42:41 -07:00
Red-Thirten
77a0ce3df1
Update egg-arma3.json
- Added "backup" parkervcp image
2021-07-12 19:16:16 -07:00
Red-Thirten
500a91564a
egg-arma3.json Rewrite
- Changed the image to the new Pterodactyl yolks image.
- Removed the ability to specify custom server.cfg and basic.cfg file locations, because it only complicated things and was rarely changed from their default root location.
- Added the ability to specify a custom basic.cfg URL location for installation (in case it updates in the future).
- Added file parsing of the server.cfg to set the server password, max players, and ensure the headless client IPs are correct.
- Fixed the stop code to actually kill the server
- Adjusted the installation script to pull from the basic.cfg specified URL, and made the SteamCMD login command more robust against credentials with spaces or special characters.
- Rearranged variables to be better grouped/ordered (will only apply if the egg is reinstalled on the panel).
- Rewording of some variables' descriptions.
- Added "Number of SteamCMD Retry Attempts" variable.
- Added "Max Players" variable.
- Added "Server Password" variable.
- Added "Disable Mod Downloads/Updates" variable.
- Added "Download Creator DLCs" variable.
- Added "Modlist File" variable for defining an Arma 3 Launcher exported HTML modlist file for loading.
- Renamed "Mods" to "Additional Mods"
- Added "Validate Server Files" variable.
- Added "HC Hide Console Output" variable.
- Added "Clear HC Profiles Cache on Startup" variable.
2021-07-12 16:42:07 -07:00
Red-Thirten
27b0a3a103
Update server.cfg
- New password default value
2021-07-12 16:20:19 -07:00
Red-Thirten
0feaf2c7e3
Update README.md
- Small adjustments
2021-07-12 16:19:00 -07:00
Red-Thirten
64ee85a6ac
Update README.md
- Added info on new Egg Capabilities
- Added info on Recommended Egg Modifications
- Rearranged topics in order of importance
- Rewording to make things more clear
- Grammar and spell checking
2021-07-12 16:00:49 -07:00
Softwarenoob
8610724416
refactor: update all eggs to use new folder structure
refactor: update all eggs to use new folder structuree
2021-07-02 04:36:56 +03:00
Softwarenoob
8ef59591f1 refactor: move games to their own folder 2021-07-02 03:34:01 +03:00