mirror of
https://github.com/parkervcp/eggs.git
synced 2024-11-11 10:49:33 +08:00
Merge pull request #2528 from vp-en/feat-stationeersWithBepinex
Adding Stationeers (BepInEx)
This commit is contained in:
commit
025333aa9d
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
Loading…
Reference in New Issue
Block a user