• Please make sure you are familiar with the forum rules. You can find them here: https://forums.tripwireinteractive.com/index.php?threads/forum-rules.2334636/

Server Multiple Servers on one IP(v4)

Yes. If not, people couldn't connect.
Both servers are connectable.
Hello, if users are able to connect via the IP but cannot see the server, it's an issue with the Query Port 27025

Check if the rigth port is used on your server.
Linux : netstat -tulpn | grep 27025
Windows : Get-NetUDPEndpoint | Where-Object LocalPort -eq 27025

If there is not result, check your config.
If there is a result, check your ISP router.
Upvote 0

Server Changing the default map from Biotics Lab

If you're using linux, you can add a maplist and start the server from a random map

Bash:
# List all maps availlable on base game
Map='KF-Airship'
Map+=('KF-AshwoodAsylum')
Map+=('KF-Biolapse')
Map+=('KF-BioticsLab')
Map+=('KF-BlackForest')
Map+=('KF-BurningParis')
Map+=('KF-Catacombs')
Map+=('KF-ContainmentStation')
Map+=('KF-Desolation')
Map+=('KF-DieSector')
Map+=('KF-Dystopia2029')
Map+=('KF-Moonbase')
Map+=('KF-Elysium')
Map+=('KF-EvacuationPoint')
Map+=('KF-Farmhouse')
Map+=('KF-HellmarkStation')
Map+=('KF-HostileGrounds')
Map+=('KF-InfernalRealm')
Map+=('KF-KrampusLair')
Map+=('KF-Lockdown')
Map+=('KF-MonsterBall')
Map+=('KF-Nightmare')
Map+=('KF-Nuked')
Map+=('KF-Outpost')
Map+=('KF-PowerCore_Holdout')
Map+=('KF-Prison')
Map+=('KF-Sanitarium')
Map+=('KF-SantasWorkshop')
Map+=('KF-ShoppingSpree')
Map+=('KF-Spillway')
Map+=('KF-SteamFortress')
Map+=('KF-TheDescent')
Map+=('KF-TragicKingdom')
Map+=('KF-VolterManor')
Map+=('KF-ZedLanding')
Map+=('KF-Netherhold')
Map+=('KF-CarillonHamlet')
Map+=('KF-Rig')
Map+=('KF-BarmwichTown')
Map+=('KF-Crash')
Map+=('KF-Subduction')
Map+=('KF-CastleVolter')

# Regarde pour chaque ligne bPlayableIn :
for i in "${Map[@]}"
do
    if [[ $GameMode =~ "KFGameInfo_WeeklySurvival" ]]; then

        playable=`sed -n "/\[${i}/{n;n;n;n;n;p}" ~/Servers/KF2/$DirectoryServer/KFGame/Config/LinuxServer-KFGame.ini` # On cherche la ligne du mode Weekly

    elif [[ $GameMode =~ "KFGameInfo_VersusSurvival" ]]; then

        playable=`sed -n "/\[${i}/{n;n;n;n;n;n;p}" ~/Servers/KF2/$DirectoryServer/KFGame/Config/LinuxServer-KFGame.ini` # On cherche la ligne du mode VS

    elif [[ $GameMode =~ "KFGameInfo_Endless" || $GameMode =~ "ZedternalReborn" ]]; then

        playable=`sed -n "/\[${i}/{n;n;n;n;n;n;n;p}" ~/Servers/KF2/$DirectoryServer/KFGame/Config/LinuxServer-KFGame.ini` # On cherche la ligne du mode endless

    elif [[ $GameMode =~ "KFGameInfo_Objective" ]]; then

        playable=`sed -n "/\[${i}/{n;n;n;n;n;n;n;n;p}" ~/Servers/KF2/$DirectoryServer/KFGame/Config/LinuxServer-KFGame.ini` # On cherche la ligne du mode Objectif

    else
        # Mode par défaut, survie
        playable=`sed -n "/\[${i}/{n;n;n;n;p}" ~/Servers/KF2/$DirectoryServer/KFGame/Config/LinuxServer-KFGame.ini` # On cherche la ligne du mode survie
    fi

    # Si la carte est jouable, on l'ajoute a une nouvelle liste
    if [[ $playable =~ "True" ]]; then

        listeMap+=(${i})
    fi

    i=i+1
done

# Lancement serveur
cd /home/steam/Servers/KF2/$DirectoryServer/Binaries/Win64/
nohup ./KFGameSteamServer.bin.x86_64 ${listeMap[ $RANDOM % ${#listeMap[@]} ]}$GameMode$Mutator?Difficulty=$Difficulty?GameLength=$GameLength -Port=$Port -Queryport=$Queryport -WebAdminPort=$WebAdminPort -ConfigSubDir=$ConfigSubDir >> ~/logs/$ConfigSubDir.log &

You need to define $GameMode and other variables if you want to use them. It's a exemple.
ps : It's an old script, when I started scripting, PM me for a complete version.
Upvote 0

Killing Floor 2 January 2024 Quality of Life Changelog (Game Version 1149)

I posted this to steam forums for help and tips with steam:

"Steam has failed to record in my inventory that I have certain new items in a game.
On Jan 23 Killing Floor 2 had a Community Gratitude Giveaway event where several items where given away to players of their game across all platforms, including Steam.

When I logged onto Killing Floor 2 on Jan. 23 Steam's servers crashed/failed/went down at almost the same time.

As a result Killing Floor 2 has recorded that I received the free items

But

Steam has totally failed to record that I received the free items.

I have submitted 2 support tickets to Tripwire for Killing Floor 2 about this issue but they say that I have received the items and tried to consider the matter closed.

My Steam inventory still has no record of the items being granted to me.

What do I do? What can be done?

I have restarted my computer, I have uninstalled and reinstalled Killing Floor 2, I have submitted 2 support tickets about this issue to the makers of that game and I have posted on multiple discussions concerning that game and on Tripwire's (the makers/owners of Killing Floor 2) forums.

Tripwire says I have the items. Steam definitely shows I do not and I definitely do not have them inside my game. What now?"

I received 3 replies from 2 people saying that this is not Steam's problem and that I should contact the maker of the game.
Please continue working with support on this. If you let me know your ticket # I will follow up with them.
Upvote 0

Killing Floor 2 January 2024 Quality of Life Changelog (Game Version 1149)

I, and some others on the Xbox club for the game, have the tickets and past seasonal events in our inventories already. I'm not sure if that's intentional or not but thought you'd like to know.
Thank you for the heads up, the team has been testing a fix and deployed it stealthily last night and we hope to confirm it this AM and remove the warning.
  • Like
Reactions: razorfancy
Upvote 0

Killing Floor 2 January 2024 Quality of Life Changelog (Game Version 1149)

Hello, there won't be the option of seasonal zeds for consoles?

As the trigger for this is on the server and not with the client, there is not a way to make this work on consoles as their are not any user hosted servers on console.
Upvote 0