Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

add Survive The Nights #2613

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@ If you are reading this it looks like you are looking to add an egg to your serv
* [Stationeers](game_eggs/steamcmd_servers/stationeers)
* [Stormworks: Build and Rescue](game_eggs/steamcmd_servers/stormworks)
* [Subnautica: Nitrox Mod](game_eggs/steamcmd_servers/subnautica_nitrox_mod)
* [Survive The Nights](game_eggs/steamcmd_servers/survive_the_nights)
* [Sven Co-op](game_eggs/steamcmd_servers/svencoop)
* [Swords 'n Magic and Stuff](game_eggs/steamcmd_servers/swords_'n_Magic_and_Stuff)
* [The Forest](game_eggs/steamcmd_servers/the_forest)
Expand Down
1 change: 1 addition & 0 deletions game_eggs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@
* [Stationeers](steamcmd_servers/stationeers)
* [Stormworks: Build and Rescue](steamcmd_servers/stormworks)
* [Subnautica: Nitrox Mod](steamcmd_servers/subnautica_nitrox_mod)
* [Survive The Nights](steamcmd_servers/survive_the_nights)
* [Sven Co-op](steamcmd_servers/svencoop)
* [Swords 'n Magic and Stuff](steamcmd_servers/swords_'n_Magic_and_Stuff)
* [Team Fortress 2 Classic](steamcmd_servers/team_fortress_2_classic)
Expand Down
4 changes: 4 additions & 0 deletions game_eggs/steamcmd_servers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,10 @@ This is a collection of servers that use SteamCMD to install.

[Subnautica: Nitrox Mod](subnautica_nitrox_mod)

## Survive The Nights

[Survive The Nights](survive_the_nights)

## Sven coop

[Sven Co-op](svencoop)
Expand Down
12 changes: 12 additions & 0 deletions game_eggs/steamcmd_servers/survive_the_nights/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Survive the Nights

Survive the Nights is a unique FPS survival game focusing on teamwork, fortification, creativity & strategy. Secure a structure or roam free, the choice is yours Gameplay focuses on realistic survival, post zombie infestation. Prepare during the day for nightfall. How many nights will you survive?

## Server Ports

Ports required to run the server
| Port | default |
|---------|---------|
| Game | 8888 |
| Query (Game+1) | 8889 |

27 changes: 27 additions & 0 deletions game_eggs/steamcmd_servers/survive_the_nights/ServerConfig.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
ServerIP="127.0.0.1"
ServerPort=0
ServerOwner=
ServerName="New Private Server"
ServerPassword=
WelcomeMessage="Welcome to the server."
RecurringWelcomeMessage="Welcome to the server."
ProgressTime=true
DayCycleInMinutes=45
TimePersistence=true
StartingWeather=0
RandomWeather=true
NameTagDistance=2
ShowLoginMessages=true
ShowDeathMessages=true
PlayerNutrition=true
StaminaDrainRate=true
LootSpawnRate=3
HordeDifficulty=2
ZombieAmount=2
PassiveAiAmount=2
VehicleSpawnRate=2
StartingComponentsAmount=2
ShowInPublicLobby=true
PvpDisabled=false
PlayerStartingItems=2574
SoloDifficulty=2
Loading