Commit Graph

61 Commits

Author SHA1 Message Date
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
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
Alex
5fdf58c90d
fix(assetto): Specify Windows platform for update (#1447) 2021-12-07 18:25:32 +02:00
softwarenoob
ad1d5fc501
feat(7d2d): allow specifying beta branch
Adds SRCDS_BETAID for specifying beta branches
Fixes telnet echo message "checing" typo
Removes deprecated logs params

resolves #1443
2021-12-07 18:18:09 +02:00
Torsten Widmann
e9ad7f6ca2
Update steamcmd eggs to use new Yolks images (#1420) 2021-12-07 16:01:16 +02:00
Michael (Parker) Parker
b0ce35d8bc
Merge pull request #1422 from VibeGAMESNL/patch-1
Fix Rust RCON connection
2021-12-06 22:43:14 -05:00
Red-Thirten
8a74a512da
[Satisfactory] 0.5.1.2 General QoL Update (#1430) 2021-12-02 19:31:33 +02:00
VibeGAMESNL
3f69481372
Fix Rust RCON connection
RCON IP address has to be 0.0.0.0, else the rcon connection can't be established using the default pterodactyl networking.
2021-11-27 02:34:05 +01:00
softwarenoob
87840a32c9
refactor(forest): rewrite the egg
Changes docker images, startup parameters, enables auto-updates, removes shellscript from startup, fixes DHCP network config
2021-11-26 01:22:11 +02:00
Red-Thirten
0c4b7fb3b6
[Satisfactory] 0.5.0.12 General QoL Update & EA Readiness (#1407) 2021-11-20 07:15:41 +02:00
Torsten Widmann
4d5d8e983b
Update Cryofall to use SteamCMD (#1403) 2021-11-19 23:13:18 +02:00
Torsten Widmann
3309ceb82c
Add SCPSL Exiled and update SCPSL Egg to use yolks image (#1396) 2021-11-16 23:07:28 +02:00
Red-Thirten
a6963bbb41
0.5.0.6 Boot Crash Hotfix & Explicit Game Port Declaration
- Adds the newly discovered `-multihome` flag to fix 0.5.0.6 update's IPv6 related issue, where the IP binds to IPv6 by default, causing a crash on boot. Server will now bind to IPv4 by default. As this is a hotfix, IPv6's possible support will be investigated at a later date.
- Adds the newly discovered `?listen` flag to the `-Port` flag to explicitly declare the port. This will prevent the server from possibly auto-incrementing the port if, for whatever reason, it thinks there's another Satisfactory server present in the same container.
2021-11-03 16:14:44 -07:00
Red-Thirten
2d7c8e2ca9
Satisfactory Port Visibility Hotfix (#1376) 2021-10-30 00:49:34 +03:00
Red-Thirten
40e73bb26b Add Max Players & Revert Port Change
Egg:
- Reverted the startup command so that the game port is the primary port and QUERY_PORT is the Server Query Port. I honestly think it will be confusing either way, so it's a wash for me; but ultimately, if Ptero calls the primary port the "Game Port" in Allocation Management, it should be Satisfactory's "game" port.
- Added the capability to override the server's default max players of 4. This consists of a new variable, default config file creation during install (because the server doesn't auto-create it), and a Configuration Files replacement on boot to accommodate variable changes.
- Reverted Game Port variable to Server Query Port variable.
- Changed port rules to use the more intuitive `between` rule.

README:
- Added Zarklord as a contributor.
- Added Max Players as an Egg Capability.
- Rewrote the Server Ports section (again) to accommodate the egg change and be as clear as possible.
- Added warning about stopping the server and saves.
- Added note to Minimum RAM Requirement that large saves can also cause excessive RAM usage.
- Updated Console Commands section with newly published Wiki information.
- Updated `steamclient.so` Wiki reference link (which will probably break again soon because the Wiki is being changed almost every hour now).

Co-Authored-By: Zarklord <1622280+Zarklord@users.noreply.github.com>
2021-10-28 16:27:30 -07:00
Red-Thirten
127bea6a4d Custom Ports Update + More
Egg:
- Changed the startup command to call the binary directly to avoid end-users changing the provided bash file to run whatever they'd like.
- Changed the install script to check that the server successfully installed, and makes the server binary executable. Also added Software-Noob as a contributor.
- Fixed the startup command to support custom ports. The SERVER_PORT variable is now tied to the Server Query Port (because that is what clients use to connect to the server). The GAME_PORT variable was added for the Game Port. Also changed the Game Port to use the correct flag.
- Changed the Server Query Port variable to be the Game Port and provided a better description.
- Updated the Beacon Port description to be more accurate. Also unlocked it's restriction to port 15000 because it can be changed now.

README:
- Updated any text mentioning restricted ports to text explaining their configuration. Also used clearer verbiage for the port table.
- Added Software-Noob as a contributor.
- Added info on "initializing"/"claiming" a server.
- Added info on the command line.
- Added "SDL" warning as a warning to safely ignore.
2021-10-27 16:11:17 -07:00
Red-Thirten
9057ce2aa2
Small fixes to Save Location section in README
Fixed typo
2021-10-27 02:18:33 -07:00
Red-Thirten
2085de5837
Migrate Install Script to use Debian Yolk Image
- Changed the Install Script Container to use Pterodactyl Debian Installer Yolk image.
- Removed the apt update code that is already handled by the installer image.
2021-10-27 02:12:07 -07:00
Red-Thirten
dc403d418c
Fix Install Script using Wrong App ID Variable Name
Changed `APP_ID` to `SRCDS_APPID` in the install script to match the corresponding variable.
2021-10-26 21:47:27 -07:00
Red-Thirten
58eadedb69
Add Save File Info to README
- Added save file location information to the readme (since the location differs on Ptero compared to the wiki).
- Additional formatting tweaks.
2021-10-26 20:12:46 -07:00
Red-Thirten
e80ee5ac8e
Small Fixes to README
- Added correct anchor to wiki link on the SteamAPI library error
- Added new line to top warning lines.
2021-10-26 19:45:25 -07:00
Red-Thirten
a066c373e5
Additional Port Clarification in the README
- Mentioned only one server can be run on Ptero due to the port limitation.
- Added mention that external ports must match internal ports (because the game client only looks for port 7777 at the moment)
2021-10-26 19:32:11 -07:00
Red-Thirten
8634ba7d8b
Update egg's port variables
- Removed them from view of the end user as they less relevant at the moment (because they cannot be changed from the defaults).
- Reworded the Beacon port's description to be more correct and clear.
- Temporarily restricted the Beacon port to 15000 because it currently cannot be changed.
2021-10-26 19:24:14 -07:00
Red-Thirten
468aeb3b72
Port Info Corrections and Small Changes for README
- Fixed misinformation of required ports and made it clear that the default ports are currently required to be used for the server to work.
- Fixed typos.
- Updated the recommended RAM amount, based off an update to the developer's wiki made today.
2021-10-26 19:05:06 -07:00
Red-Thirten
b661cd4b8d
Add "Errors/Warnings" Section to README
Added a section detailing some common errors and warnings that can safely be ignored.
2021-10-26 16:45:57 -07:00
Red-Thirten
3b00cdc5b6
Update Satisfactory README
Removed placeholder and filled in correct information.
2021-10-26 16:16:09 -07:00
Red-Thirten
bb10d01f11
Add Satisfactory to steamcmd_servers README 2021-10-26 15:45:13 -07:00
Red-Thirten
c108ce3917 Initial Upload
README is currently a placeholder and will be updated with the following commit.
2021-10-26 15:42:36 -07:00
Michael (Parker) Parker
b8ce5100c8
Merge pull request #1323 from parkervcp/update_mordhau_wine
updates mordhau wine
2021-09-21 08:22:06 -04:00
Alex
08b44f0760
eggs(space-engineers): Fix auto-update (#1339)
Fixes auto-updates by using correct variable for APP_ID, providing windows flag and removing unnecessary hard-coded install path.
2021-09-20 21:39:26 +03:00
Alex
17e13162f8
Eggs/rust wipe (#1344)
* eggs(rust): disallow invalid characters for RCON

Do not allow invalid characters for RCON password that would break the connection, similar to original Rust egg.

* docs(rust-autowipe): Specify that wipe is performed on reinstall
2021-09-19 15:22:16 +03:00
Michael Parker
5c8778e604
updates mordhau wine
use vcrun2019
fix 'My Documents' folder
2021-08-28 14:03:57 -04:00
Softwarenoob
dd4c8885ba
fix(ark): bash OR operation
Resolves the inverted bash OR operator.

Co-authored-by: BlazeCode <84934108+BlazeCodeNet@users.noreply.github.com>
2021-08-27 07:46:33 +03:00
Torsten Widmann
b557ac8860
Fix Startup for Eco (#1310)
* Fix Startup for Eco
* Added Extra Flags to Steam like mentioned in Eco Wiki
* Update Steam Installscript from Parker to latest
2021-08-24 19:09:59 +03:00
TuEye
42c03f1d81
* Added libsdl2-2.0-0:i386 to get rid of the "Failed to init SDL priority manager: SDL not found" warning
* Added a few checks if folders exist before they get deleted/created
2021-08-18 21:33:17 +02:00
TuEye
1fde02871a
* Added note regarding the minimal version of Nitrox required to use this egg 2021-08-18 18:32:56 +02:00
TuEye
a12f615fb9
* Changed startup command to not use script anymore
* Changed server startup verification messaage
* Changed install container from mono to debian buster slim
* Changed install source to compiled mod instead of compiling it when installing the server
* Added the possibility to download the latest release from github (default)
* Added variables for the savegame format (SterilizerMode) and for the auto portforwarding (AutoPortForward)
* Added additional configuration parameters in the default config created by the install script
* Removed now unused packages from install script
2021-08-18 18:28:15 +02:00
Softwarenoob
00dabb895e
Update Ark Survival Evolved Egg
Updates Ark Survival Evolved egg to fix some common issues and requests.

RCON Password is required for RCON to function and has been changed from nullable to required.

The option to disable RCON is removed because RCON is required.

Added additional arguments variable to resolve users' issues inserting them in the wrong place due to the complicated startup parameters.

Removed deprecated userInteraction and logs location from the egg.
2021-08-01 23:12:54 +03: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