1
0
mirror of https://github.com/parkervcp/eggs.git synced 2024-10-08 00:27:08 +02:00
Commit Graph

194 Commits

Author SHA1 Message Date
Brad Hunter
cd1a329ca0
Create README.md 2021-02-03 20:25:46 +00:00
Red-Thirten
c9c4b7d3af
Update README.md 2021-01-30 15:44:32 -08:00
Red-Thirten
85662e353d
Update README.md 2021-01-30 15:21:32 -08:00
Red-Thirten
b3a33a45ff
Delete steamcmd_servers/arma/arma3_headless_client directory
This Egg may boot properly, but it appears that the Linux version of Arma's Headless Client will not actually connect properly to the main server unless it is on the local host of the main server (connecting via 127.0.0.1). Therefore, this issue, along with HC functionality being added to the main Arma 3 Egg, I propose that this egg be retired.
2021-01-30 15:21:07 -08:00
Red-Thirten
bf03a3af07
Update egg-arma3.json
- Fixed startup command to properly escape quotation characters so that they are actually included in the startup command after it is parsed by the image.
- Changed the "Arma 3 Dedicated Server App ID" variable to be an integer instead of numeric to prevent decimal numbers.
- Changed the "Server Binary" variable to only allow commonly accepted server binaries. This helps prevent the end user from running an arbitrary script or binary on the container, increasing security.
- Added "-noLogs" as a recommended value for the "Extra Startup Parameters" variable to prevent console spam (and potential Pterodactyl rate limiting) out of the box.
- Changed the variable name "MODS" to "MODIFICATIONS". This fixes an odd bug where, if the variable name is specifically "MODS", it will intermittently not be read as an environment variable. No, I have no idea why this works. Yes, it makes no sense, but it works.
- Moved the "Extra Flags for SteamCMD" variable down in the list, and marked it as an advanced setting.
- Made it clear that the Mod Auto-Downloader option may not be able to download particularly large mods, due to a limitation of SteamCMD's +workshop_download_item function.
- Integrated Arma 3's Headless Client (HC) functionality into the egg, so that it can run HCs in parallel with the main server, within the same container (the image handles all this under the hood). Allows the user to specify how many HCs they want to run (up to 5), and what password to connect with (if the server is password locked).
2021-01-30 15:14:17 -08:00
Red-Thirten
868bc1e8ea
Update egg-arma3-headless-client.json
Removed currently unsupported `file_denylist` variable for now.
2021-01-26 20:52:15 -08:00
Red-Thirten
12ee708965
Update egg-arma3.json
Removed currently unsupported `file_denylist` variable for now.
2021-01-26 20:51:55 -08:00
Red-Thirten
03f2d20a96
Update README.md
- Generally cleaned it up and made it more clear what a Headless Client does.
- Added Installation Requirements
- Cleaned up, and removed spelling errors in, the Additional Settings section.
2021-01-26 16:03:38 -08:00
Red-Thirten
65645401e5
Update egg-arma3-headless-client.json
- Updated to latest Pterodactyl egg format
- Made startup command a little more robust, and added a server binary variable to allow for the choice of 32-bit, 64-bit, and profiling binaries to be run within the same egg (as opposed to a bunch of separate eggs).
- Install script was adjusted slightly: No longer does missing username check, because "anonymous" user cannot be used to download Arma 3. Also adds 64-bit libraries. Lastly, allows for extra steam flags to be passed to allow beta builds to be downloaded.

-- Variables --
- Changed game ID to be numeric only. Also hidden from end-user for cleanliness.
- Added more verbose descriptions for Steam username and password fields to make it more clear what is required, and what is visible to the end-user.
- Added server binary field to allow flexibility.
- Removed Steam Auth Code field because it isn't really practical.
- Cleaned up Connect IP, Connect Password, Mods, and ServerMods fields.
- Added server update and mods download/update fields.
- Added "Set Mods to Lowercase" field incase the user manually uploads a mod, which likely has uppercase files/folders. The Linux Arma 3 server does not like to load any files/folders with uppercase characters.
2021-01-26 15:45:59 -08:00
Red-Thirten
2c792b5959
Update README.md
Added clarity that server supports both 32 and 64-bit binaries.
2021-01-26 15:14:22 -08:00
Red-Thirten
163550486f
Update README.md
- Added Installation Requirements.
- Added CPU usage information.
- Added more info and removed spelling errors from Additional Settings.
- Corrected default server ports list.
2021-01-26 15:11:36 -08:00
Red-Thirten
dc0c565824
Update server.cfg
- Cleaned up informational comments.
- Reorganized the list of settings to be more readable and grouped related settings. More advanced (less touched) settings were moved to the bottom of the file.
- Changed some default values to better ones.
- Added some missing, yet common, settings.
2021-01-26 14:32:33 -08:00
Red-Thirten
9a94845c4b
Update basic.cfg
- Cleaned up informational comments at the top of file.
- Left "suggested" values, but commented most of them out to allow a fresh install to have developer default values. Advanced users can uncomment settings after installation if they so choose to.
- Removed defunct or non-relevant values.
2021-01-26 14:28:42 -08:00
Red-Thirten
21b3e30d53
Update egg-arma3.json
- Updated to latest Pterodactyl egg format
- Made startup command a little more robust, and added a server binary variable to allow for the choice of 32-bit, 64-bit, and profiling binaries to be run within the same egg (as opposed to a bunch of separate eggs).
- Adjusted startup complete message to more accurately represent when the server is started. It also is not dependent on if the user uses the -noLogs extra startup flag (which the previous complete message did).
- Install script was adjusted slightly: No longer does missing username check, because "anonymous" user cannot be used to download Arma 3. Also sets correct permissions for the .cfg files downloaded. Adds 64-bit libraries. Lastly, allows for extra steam flags to be passed to allow beta builds to be downloaded.

-- Variables --
- Changed game ID to be numeric only. Also hidden from end-user for cleanliness.
- Added more verbose descriptions for Steam username and password fields to make it more clear what is required, and what is visible to the end-user.
- Added server binary field to allow flexibility.
- Removed Steam Auth Code field because it isn't really practical.
- Cleaned up Mods, ServerMods, server.cfg, and basic.cfg fields.
- Added server update and mods download/update fields.
- Added "Set Mods to Lowercase" field incase the user manually uploads a mod, which likely has uppercase files/folders. The Linux Arma 3 server does not like to load any files/folders with uppercase characters.
2021-01-26 14:22:00 -08:00
Red-Thirten
5c2f1019d5
Delete steamcmd_servers/arma/arma3_x64 directory
- 64-bit directory no longer needed; 64-bit functionality integrated into base arma egg/image.
2021-01-26 14:02:53 -08:00
Red-Thirten
d259921877
Update README.md
- Removed unneeded 64-bit egg reference.
2021-01-26 13:59:45 -08:00
Michael (Parker) Parker
ea0f1a54c5
Merge pull request #898 from gOOvER/pixark-fixes
PixArk - Fixes Servername
2021-01-11 09:08:05 -05:00
Michael (Parker) Parker
433b64c280
Merge pull request #916 from gOOvER/scpsl-fix
SCPSL Dedicated Server - fix for Config
2021-01-11 05:55:16 -05:00
Michael (Parker) Parker
b6ec66cb7d
Merge pull request #907 from gOOvER/forest-fixes
The Forest - Fixed wrong Ports and other things
2021-01-08 13:29:09 -05:00
Torsten Widmann
e3dfd197c5 small fix 2021-01-08 14:18:49 +01:00
Torsten Widmann
0019e197e9 SCPSL Dedicated Server - fix for Config 2021-01-08 14:01:11 +01:00
Thomas Selwyn
a32d4cef4b Arma 3 readme cleanup
Arma 3 x64 isn't a HC, fixes up the arma readme
2021-01-05 20:56:12 -05:00
Thomas Selwyn
560bdbcb4f SteamCMD Servers cleanup
Adds missing games, cleans up readme, fixes links, etc.
2021-01-05 20:46:42 -05:00
Thomas Selwyn
7d140f6476 Update README.md
Rust Autowipe egg isn't on staging branch
2021-01-05 19:51:25 -05:00
Torsten Widmann
b26b2613e1 Set VAC to off 2021-01-04 08:36:06 +01:00
Torsten Widmann
93dff0ae47 Fixed not working Ports and other things 2021-01-03 20:24:59 +01:00
Torsten Widmann
73a09593c6 Fixes Servername 2021-01-01 19:52:13 +01:00
Alex
dcf8436809
Update install script and image 2021-01-01 18:35:42 +02:00
Michael (Parker) Parker
03c7d23846
Merge pull request #800 from microton79/add/quakelive
Add Quake Live
2020-12-26 07:57:23 -09:00
Michael (Parker) Parker
f5741b809f
Merge pull request #875 from tmunsch/patch-6
Update the forest readme
2020-12-26 04:18:51 -09:00
Michael (Parker) Parker
c9d4e53c5c
Merge pull request #882 from Zarklord/patch-3
pause_when_empty defaults to true.
2020-12-26 04:15:06 -09:00
Zarklord
6eaeaf9cdd
pause_when_empty defaults to true.
pause_when_empty should by default be true, it is the default and intended behavior for 99% of servers, along with that, most players(myself included), expect that default configs will match the standard default of the game, and this caught me off guard to see the game was still running.
2020-12-25 18:31:14 -05:00
tmunsch
4116738cfd
Fixed Typo
OCD active
2020-12-22 14:46:45 -05:00
tmunsch
a043f4a6bd
Update forest readme
Updated Forest Readme
2020-12-22 14:44:18 -05:00
mryoung
78e7d460d6 Merge branch 'master' into add/quakelive 2020-12-15 10:21:53 +01:00
Michael (Parker) Parker
34e09b7036
Merge branch 'master' into add/barotrauma 2020-12-13 21:37:44 -05:00
Michael (Parker) Parker
d910b22259
Merge pull request #863 from Software-Noob/add/assetto_corsa
Add/assetto corsa
2020-12-13 21:35:27 -05:00
Alex
14f0c7e8b8
serversettings.xml warning 2020-12-14 04:27:16 +02:00
Softwarenoob
51e17b3ec9 add barotrauma 2020-12-14 04:19:31 +02:00
Softwarenoob
c1c73cd002 add assetto_corsa to readme files 2020-12-14 03:47:09 +02:00
Softwarenoob
6900e1f4ac Add assetto_corsa 2020-12-14 03:43:32 +02:00
Softwarenoob
448b8c750e fix readme files 2020-12-14 01:19:23 +02:00
Softwarenoob
e7a6007c1b add the_forest to readme files 2020-12-14 01:16:13 +02:00
Softwarenoob
359cc6c35d added the_forest egg 2020-12-14 01:07:25 +02:00
TASelwyn
846a4d4819 Cleaning up proxies
Geyser is actually cross platform, not just bedrock.
Also, dragonproxy is entirely abandoned in favour of geyser so removed all instances of dragonproxy and just left a msg saying use geyser in the top level readme.
2020-12-05 13:42:37 -05:00
Michael (Parker) Parker
0b67a81d32
Merge pull request #777 from Thiritin/patch-1
Modify SCP:SL Dedicated to allow EXILED Modification to run Auto Updater
2020-12-05 07:39:42 -05:00
Michael Parker
4980369696 update holdfast locations
Changes the holdfast location
2020-12-04 16:35:31 -05:00
Ethan Jones
6410510abc
"Ballte" Eye -> Battle Eye 2020-12-01 08:58:43 -07:00
Torsten Widmann
c14f6b5b98 Update DOtNet to recommended DotNet5 2020-11-30 16:57:07 +01:00
mryoung
72d003817e Removed Max Players VAR 2020-11-22 22:22:31 +01:00