Merge pull request #2528 from vp-en/feat-stationeersWithBepinex

Adding Stationeers (BepInEx)
This commit is contained in:
Quinten 2023-12-18 18:54:34 +01:00 committed by GitHub
commit 025333aa9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 191 additions and 0 deletions

View File

@ -312,6 +312,8 @@ If you are reading this it looks like you are looking to add an egg to your serv
* [Squad](game_eggs/steamcmd_servers/squad)
* [Starbound](game_eggs/steamcmd_servers/starbound)
* [Stationeers](game_eggs/steamcmd_servers/stationeers)
* [Stationeers Vanilla](game_eggs/steamcmd_servers/stationeers/stationeers_vanilla)
* [Stationeers BepInEx](game_eggs/steamcmd_servers/stationeers/stationeers_bepinex)
* [Stormworks: Build and Rescue](game_eggs/steamcmd_servers/stormworks)
* [Subnautica: Nitrox Mod](game_eggs/steamcmd_servers/subnautica_nitrox_mod)
* [Sven Co-op](game_eggs/steamcmd_servers/svencoop)

View File

@ -206,6 +206,8 @@
* [Squad](steamcmd_servers/squad)
* [Starbound](steamcmd_servers/starbound)
* [Stationeers](steamcmd_servers/stationeers)
* [Stationeers Vanilla](steamcmd_servers/stationeers/stationeers_vanilla)
* [Stationeers BepInEx](steamcmd_servers/stationeers/stationeers_bepinex)
* [Stormworks: Build and Rescue](steamcmd_servers/stormworks)
* [Subnautica: Nitrox Mod](steamcmd_servers/subnautica_nitrox_mod)
* [Sven Co-op](steamcmd_servers/svencoop)

View File

@ -251,6 +251,8 @@ This is a collection of servers that use SteamCMD to install.
## Stationeers
[Stationeers](stationeers)
* [Stationeers Vanilla](stationeers/stationeers_vanilla)
* [Stationeers BepInEx](stationeers/stationeers_bepinex)
## Stormworks: Build and Rescue

View File

@ -0,0 +1,31 @@
# Stationeers
Steam Description
Construct and manage your own space station either by yourself in singleplayer or with friends online! Fully functioning atmospherics, science, power, engineering, medical, logic, and agricultural systems. Explore to find asteroids and construct elaborate factories to harvest your resources!
## SPECIAL NOTE
The console output does not work properly with the new server. THIS IS NOT AN ERROR IN THIS EGG !!!!
## BepInEx
BepInEx is a general purpose framework for Unity modding. BepInEx includes tools and libraries to
- load custom code (hereafter plugins) into the game on launch;
- patch in-game methods, classes and even entire assemblies without touching original game files;
- configure plugins and log game to desired outputs like console or file;
- manage plugin dependencies.
BepInEx is currently one of the most popular modding tools for Unity on GitHub.
**Notice:**
- This egg is using the latest Unix version of BepInEx available, no extra libraries added.
- This egg is also using latest version of "[StationeersMods](https://github.com/jixxed/StationeersMods)"
## Server Ports
Stationeers requires up to 2 ports
| Port | default |
|-------------|---------|
| Game | 27500 |
| Steam Query | 27015 |

File diff suppressed because one or more lines are too long