Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add: Survive The Nights #58

Open
wants to merge 2 commits into
base: main
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 @@ -106,6 +106,7 @@
* [BepInEx](stationeers/stationeers_bepinex)
* [Stormworks: Build and Rescue](stormworks)
* [Subnautica: Nitrox Mod](subnautica_nitrox_mod)
* [Survive The Nights](survive_the_nights/)
* [Sven Co-op](svencoop)
* [Swords 'n Magic and Stuff](swords_'n_Magic_and_Stuff)
* [Team Fortress 2 Classic](team_fortress_2_classic)
Expand Down
11 changes: 11 additions & 0 deletions survive_the_nights/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# 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 |
131 changes: 131 additions & 0 deletions survive_the_nights/ServerConfig.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,131 @@
// _____ _ _______ _ _ _ _ _ _
// / ____| (_) |__ __| | | \ | (_) | | | |
// | (___ _ _ _ ____ _____ _____ | | | |__ ___ | \| |_ __ _| |__ | |_ ___
// \___ \| | | | '__\ \ / / \ \ / / _ \ | | | '_ \ / _ \ | . ` | |/ _` | '_ \| __/ __|
// ____) | |_| | | \ V /| |\ V / __/ | | | | | | __/ | |\ | | (_| | | | | |_\__ \
// |_____/ \__,_|_| \_/ |_| \_/ \___| |_| |_| |_|\___| |_| \_|_|\__, |_| |_|\__|___/
// / ____| / _(_) __/ |
// | (___ ___ _ ____ _____ _ __ ___ ___ _ __ | |_ _ __ _ |___/
// \___ \ / _ \ '__\ \ / / _ \ '__| / __/ _ \| '_ \| _| |/ _` |
// ____) | __/ | \ V / __/ | | (_| (_) | | | | | | | (_| |
// |_____/ \___|_| \_/ \___|_| \___\___/|_| |_|_| |_|\__, |
// __/ |
// |___/
// Check the wiki For options.
//
// Lines starting with double // are ignored.
//
// *** Connections ***
serverName=New Private Server
serverPassword=
useSteamRelays=True
useUpnp=True
serverIP=194.207.117.251
serverPort=7950
showInPublicLobby=True
queryPort=0
worldname=EDITOR
serverOwner=
//*** Time & Weather ***
progressTime=true
dayCycleInMinutes=45
timePersistence=True
startingHour=8
randomWeather=True
startingWeather=0
startingMonth=5
moonPosition=0
// *** Loot ***
lootSpawnRate=3
lootRespawn=True
lootSpawnFrequency=15
lootSpawnCondition=1
startingComponentsAmount=0
initialFuelAmount=1
fuelEfficiency=1
allowItemOwnership=True
itemDecaySystem=True
globalItemDecaySystem=True
// *** Vehicles ***
vehicleSpawnRate=2
vehicleRespawn=True
vehicleSpawnFrequency=720
vehicleSpawnCondition=1
vehicleDamageRate=1
vehicleStartingComponentsAmount=1
vehicleStartingFuelAmount=1
vehicleAlarms=True
// *** Zombies ***
zombieAmount=2
zombieStructureRespawnRate=4
zombieMinHealth=90
zombieMaxHealth=110
zombieStrength=1
zombieVision=1
zombieHearing=1
zombiefortificationAttackDamage=2
zombieHeadshotsOnly=False
zombieDayRunnerFrequency=2
zombieNightRunnerFrequency=2
zombieRunnerSpeedDay=1
zombieRunnerSpeedNight=1
zombieDroppedItems=
// *** Hordes ***
HordeMode=1
hordeDifficulty=2
hordeFrequency=1
hordeAvoidanceAllowed=True
hordeStartSync=False
hordeNightOverride=0
HordeRunnerFrequency=2
HordeRunnerSpeed=1
HordeConstantHordesMode=2
HordeConstantStartDelay=15
HordeConstantWaitTime=15
// *** Animals ***
chickenAmount=2
stagAmount=2
foxAmount=2
// *** Player ***
playerInitialSpawnLocation=0
playerRespawnLocation=1
playerSleepingBagRespawn=True
playerItemsOnDeath=1
playerNutrition=True
playerNutritionDifficulty=1
playerStaminaDrainRate=2
playerStaminaRecoveryRate=1
playerStaminaMode=0
playerStartingOverallHealth=0
playerStartingHealth=65
playerStartingHydration=40
playerStartingCals=300
playerStartingSickness=0
playerStartingMentalHealth=0
playerLogOffNearZombies=False
playerStartingItems=
playerSavedLockCodes=
// *** Misc ***
tutorialBehaviour=0
newLifeMessage=
weaponWear=2
allowMapUsage=True
requireMapItem=False
requireCompassItem=False
useCraftLeveling=True
// *** multiplayer ***
allowMultiplayer=True
welcomeMessage=Welcome to the server.
recurringWelcomeMessage=Welcome to the server.
showLoginMessages=True
showDeathMessages=True
pvpDisabled=False
selfDefenceEnabled=True
mentalHealthPenalties=2
pvpDamageReduction=2
chatDistance=1
nameTagDistance=2
growRate=3
workshopID=
fortificationToolEfficiency=1
fortificationStartingStrength=2
Loading