Killing Floor 2 Perk Training Map Download

 Posted admin
Killing Floor 2 Perk Training Map Download Average ratng: 5,5/10 2322 reviews

Killing Floor; Perk Leveling Maps; User Info: Sinobis. Sinobis 9 years ago #1. But when i want to leveling my perk at this map, i dont become points of my perks. Commando, i must killing Stalker. I killing stalker at the perk leveling map, but i dont become points at the 'kill stalker' section. Can anyone help me? I dont become points when. Killing Floor 2 raises the stakes in terms of the story and you do feel that the whole world could end if you die! The Presentation. Killing Floor is a pretty ugly game, let's be honest! For Killing Floor 2 I feel that they did put in a lot more effort in terms of the presentation. That's right. A Killing Floor 2 (KF2) Map in the Other/Misc category, by siXMan.

Dedicated Killing Floor 2 Server on Linux

This tutorial is deprecated. Please use the revised guide. This one is only here for historical reference.

This article will guide you through setting up a proper KF2 server on Linux (CentOS) step-by-step. What we’re going to do here is:

  • fire up a CentOS server with firewall, Security-Enhanced Linux and hardened management access
  • buy a domain name
  • install steamcmd on the CentOS server
  • install the KF2 server using steamcmd
  • make the KF2 server start and restart automatically using systemd
  • configure KF2 options via very small config files instead of the enormous stock ones (almost 2 thousand lines)
  • using these, regenerate the server’s actual config files automatically
  • obtain a free SSL certificate
  • set up secure HTTPS login to your KF2 webadmin using SSL
  • subscribe to Steam Workshop maps
  • automatically generate separate map cycles for stock and workshop maps
  • apply any manually specified, custom map cycles as well

Custom maps are particularly problematic, because there are several problems pretty much noone will tell you. I learned them the hard way, but I feel the average KF2 player has no chance finding these out.

  • Custom maps can sometimes be downloaded directly from the KF2 server without any 3rd party service involved, but most of the time, cannot. I’m yet to find a pattern, for now, I’ll just say it’s broken.
  • To mitigate this, you can redirect map downloads to a separate web server, but KF2 will attempt to connect via HTTP even if you explicitly specify HTTPS. And it won’t tell you HTTPS will not work.
  • Even though a lot of tutorials say you should totally compress your maps, the thing is, map compression is not supported in KF2, so don’t waste your time trying to compress them. Tripwire essentially outsourced the problem, because the Steam client downloads content in a compressed form from the Steam servers.
  • There’s a random set of custom maps that just won’t work on the official KF2 server. You just have to be lucky enough to try loading a good map first, otherwise you may conclude your server config is broken, even though it’s the map being broken. It usually boils down to a mismatch between the map’s internal ID (metadata) and its filename.
  • You can use Steam Workshop instead of a redirect server, but in this case, every map is stored twice (workshop and cache folders), eating up disk space.
  • You have to maintain 2 separate config files continuously with the list of workshop maps, which is totally redundant and unnecessary.
  • Workshop maps also occasionally display a “version mismatch” error, even after you empty the caches both server- and client-side. I’m yet to find a cure for this.

So I guess that’s why you see very few servers with custom maps. It takes an unreasonable amount of work. Documentation on this is scarce, and often wrong, so a lot of server admins give up and it’s up to all the players to download custom maps or subscribe via Workshop. Otherwise all they get is this wonderful error message:

Connection Lost. Downloading package ‘mapname’ failed: Error opening file.

This kind of approach makes no sense to me, but the good news is, the server we’re going to set up here will handle all this perfectly. Without further ado, let’s do this!

I’ll use the terms VPS (=virtual private server), VM (=virtual machine) and server interchangeably here. It’s all the same. Also, CentOS is just a flavor (distribution) of Linux. It is a free variant of Red Hat Enterprise Linux, one of the most trusted Linux vendors out there.

To get your Linux server up and running, you need to complete the Linode CentOS tutorial, then you can move on to the next step.

The smallest Linode 1G instance should be enough for a basic server.

Storage

The bottleneck will be storage eventually, because:

  • the KF2 server is huge (I blame Tripwire devs who think it’s normal to package 10G+ garbage with a server engine)
  • the KF2 maps are huge
  • they can’t be compressed
  • the KF2 server stores each of them twice for no good reason

If you can, you really need to have a separate partion for KF2 which is formatted to Btrfs, because:

  • it supports data compression
  • it supports data deduplication

Migrating your /home to Btrfs isn’t that difficult, and it’s quite rewarding, too:

Yup, 28G data stored on 12G disk space.

Domain name

To have proper SSL access to your KF2 webadmin you need a proper domain name instead of just an IP address. Don’t worry though, it’s really not that expensive to own one. Check out this nice list of the cheapest TLDs (though it doesn’t seem to be 100% accurate). I recommend and describe Namecheap here as I’ve been a satisfied customer of them for years. As you can see, .win is one of the cheapest options out there, and it’s pretty darn cool to have a KF2 server with such a TLD anyway, so I’m gonna stick with that.

Head over to Namecheap (or whatever your domain registrar of choice is) and look up your desired domain name. In this example I’ll use noobient.win. It’s available for half a buck. Be warned though, this is only the 1st year’s price. Make sure to check out the price for 2 years, where you’ll see the renewal price as well. In my case, it’d be almost 20 bucks. So what can you do? I recommend using a domain name for just one year for this ridiculously low price, then switching to a different one. The cool thing about Namecheap is that they offer free WhoisGuard for the 1st year as well: this means folks cannot query your contact details as they could without such an anonimity service. Even after the stupid obligatory ICANN fee it’s just 66 cents:

Purchase the domain, then proceed.

DNS Records

Now that you have a domain name, you need to create DNS records for it. I’ll use the kf address in this tutorial, i.e. kf.noobient.win, the address of the KF2 game server and webadmin, secured by HTTPS to protect your credentials.

Open the Namecheap dashboard, find your domain, click Manage, then select the Advanced DNS tab. Find your server’s IPv4 and IPv6 addresses in the Linode Manager, then create A (IPv4) and AAAA (IPv6) records for the kf subdomain in Namecheap Advanced DNS with the Add new record button.

Note: for the AAAA record, omit the /64 part at the end of the IPv6 address.

You’ll prolly have a CNAME record and an A record which are responsible for showing that wonderful placeholder page when you open your domain name in the web browser. We don’t need either, so you can delete those.

After all this, your records should look something like this (ignore the kfmaps records, you don’t need them anymore):

API Access

Now you need API access for HTTPS to work, so navigate to Profile / Tools / Namecheap API Access and request access which will be needed to obtain SSL certificates for your domain. The page says it might take up to 2 days, but I think asking about it on live chat will speed things up. Once you’re approved, you need to whitelist IPs which can access the Namecheap API with the key provided. Add your Linode server’s IPv4 address here.

Take note of the API key, we’ll need it later. Time to get serious on CentOS, enough of these web settings!

Installation

There’s a whole lot of components needing installation and/or configuration for the KF2 server to work properly, but I thought I’d save you some (okay, a lot of) time by creating a script that does all that for ya.

For the curious, let me summarize what it does:

  • creates a new dedicated steam user to deal with anything Steam-related, because it’s stupid to run things as administrator
  • obtains steamcmd, Valve’s official command-line tool for managing Steam-related content
  • installs the KF2 server itself
  • creates a systemd unit to conveniently control the KF2 server via system tools
  • sets up access delegation so that you can actually control these things with the steam user
  • allows the necessary ports to pass the firewall
  • deploys a helper command to make management very simple and easy
  • deploys initial configuration which you can build upon very quickly

Now, to perform all this, log in to your Linode server with your normal user. Obtain a copy of the installer I created, then execute it with root privileges:

The Killing Floor 2 server is around 16 GB in size so sit back and relax until it finishes, then proceed. If everything went well, switch to the steam user:

For the initial config files to be generated, you need to start the KF2 server first. Also follow the log output while we’re at it:

You’ll get a horde of messages, then it’ll settle within a few seconds, Now press Ctrl + C to stop displaying the log, then stop the KF2 server altogether:

To summarize:

CommandDescription
kf2.sh startstart KF2
kf2.sh stopstop KF2
kf2.sh restartrestart KF2
kf2.sh statusquery the status of KF2
kf2.sh updatecheck for and apply KF2 updates
kf2.sh logdisplay the logs
kf2.sh configregenerate KF2 server config from your settings

Configuration

The KF2 server has a bunch of settings that need to be changed before it’s ready for prime time. You have 2 sets of config files:

  • ~/Config: Your own config files, you need to edit these.
  • ~/Config/Internal: The server’s files generated from your own config files. You should not touch these.
FileDescription
My-KFWeb.iniWebadmin
My-LinuxServer-KFEngine.iniStarting map, takeover, redirect server URL (unused)
My-LinuxServer-KFGame.iniAdmin password and game related (difficulty, length, etc.)
My-Cycles.csvMap cycles
My-Maps.csvWorkshop maps

After you make an edit on these files, you stop the server, regenerate the server config, then start the server, and you’re ready to go. Same thing applies when you install an update for KF2.

Important notes:

  • Make sure that after the initial installation you always perform everything Steam and KF2-related as the steam user, at all times. If you’re unsure, run the whoami command.
  • You can edit the config files while the server is running, but you need to stop the server before regenerating. If you don’t stop the server, your changes may fully or partially be overwritten.
  • Make sure you update KF2 regularly.

Kf-leveling Map

Now, still as steam, make the following changes:

  • My-KFWeb.ini: bEnabled=true
  • My-LinuxServer-KFGame.ini: AdminPassword=your very long generated password here

After these set, stop the server, regenerate the config, then start the KF2 server again:

To test things out, temporarily enable port 8080, where KF2’s webadmin runs:

Then navigate your web browser to your domain name’s kf subdomain on port 8080, so the URL in my case is http://kf.noobient.win:8080. You should see this:

Don’t try to log in yet, just check if the page loads at all. Once working fine, disable the temporary port:

Time to set up web access properly!

SSL Certificate

Unlike with KF2, you need to perform the SSL steps as root, so exit from the steam user session, then acquire root privileges sudo -i.

Obtain a copy of dehydrated which is a Let’s Encrypt client. Let’s Encrypt in turn is a certificate authority that issues free SSL certificates.

Now add your web address to /opt/dehydrated/domains.txt. In my example it’s kf.noobient.win.

We also need a plug that acts as a middleman between the generic dehydrated client and Namecheap’s specific API:

Edit /opt/dehydrated/hook/config:

Now attempt to acquire an SSL certificate:

You should see something like this:

Congratulations, you just obtained your first fake SSL certificate! Now make it actually usable, edit /opt/dehydrated/config and comment out the CA line to look like this:

Now perform the command again. It won’t work though, because even though your certificate is just a fake one, it’s validity is longer than 30 days.

Don’t let dehydrated talk back like that, force it now:

If no error message is present, make sure the certificate is renewed every month:

Then proceed and install the nginx web server.

Nginx

Like the SSL steps, perform these as root, too.

Get my handy helper scripts to install Nginx easily:

It’s going to take quite a while to generate the random DH parameters file (up to an hour, even), so feel free to get some other things to do until it’s completed. Once that’s finally over, you’ll be asked for a bunch of stuff. Naturally, as always, substitute your address here:

Finally, you should be presented with this:

Now start nginx. The very first time it will probably complain about some PID files first, but restart it and it should be fine from then:

Killing Floor 2 Perk Guide

KF2 Webadmin

You’ll use webadmin to change the gaming session, like selecting the current map, or switching the current map cycle, or the game length, etc.

If you read carefully, you’ll already know this, but permanent settings (e.g. ServerName) should not be changed via webadmin, because they’ll be overwritten the next time you run kf2.sh config. So make sure you don’t change permanent settings here, but via the config files under ~/Config. If in doubt, make the change via webadmin, then find the related server setting in the files under ~/Config/Internal, then copy the relevant part to your My- files under ~/Config, and regenerate.

To start webadmin, exit from root and switch to steam with sudo -iu steam. Start the server:

Now open your webadmin with the proper https://kf.noobient.win/ address.

Pretty cool! A few notes:

  • The webadmin restarts occasionally, particularly during map changes, be it initiated by the admin or by finishing a match. During this period, you may see “502 Bad Gateway” messages (meaning your nginx frontend server can’t reach its upstream, the KF2 webadmin, because it’s restarting), but it should come back live within a minute or so.
  • In the rare event of a webadmin crash, it won’t come back live. In this case, you can still play games on the server though. You decide if you wait until the next match for webadmin to restart on its own, or you can restart the KF2 server altogether manually with kf2.sh restart.

Now let’s walk you through the most important options:

  • Current game / Change map: use this to switch between maps. Make sure to click on the Change game button on the bottom! As mentioned earlier, this triggers a web admin restart, so be patient.
  • Access Policy / Passwords / Game password: here you can set a game password so that you can play privately with your teammates.
  • Settings / General / Game: change Game difficulty and Game length here. Note: after changing these, you also need to perform a Change map action for these to take effect.
  • Settings / Map cycles: select the active map cycle here (Make active button). Don’t edit map cycles here, use My-Cycles.csv for that.

Connecting

Now you may wonder, how the hell will I play on this server? You have 2 options.

If you wanna quickly test it out, you can press F3 from the main menu of the game, then enter

But in the long run you probably want to add the server to your favorites. You can’t do that from within KF2, that’d be too logical I guess. Open the Steam application instead. Navigate to View / Servers / Favorites, click Add a server. Specify your address, in my case it’s kf.noobient.win. Click Find games at this address…, then it should display it as being a KF2 server. Click Add selected game server to fav…:

Then you can access this server via Browse Servers / Favorites in KF2.

We’ll use KF-Minecraft_Defense_Day as an example. You need 2 things:

  • ID
  • Name

The ID can be found in the Workshop page URL, after the ?id= part. In this example, it’s 1098009749.

The name is a bit tricky, because often it’s the same as on the Workshop page. But sometimes it isn’t. The easiest way to find it out is by subscribing to the map, then checking out the downloaded file’s name. You can find them under %ProgramFiles(x86)%Steamsteamappsworkshopcontent232090. In this case, if you go to %ProgramFiles(x86)%Steamsteamappsworkshopcontent2320901098009749BrewedPC, you’ll see the filename: KF-Minecraft_Defense_Day_Fixed.kfm. So the actual name you need is KF-Minecraft_Defense_Day_Fixed.

Now all you need to do is add the following line to ~/Config/My-Maps.csv:

Then stop, regenerate the config, and start. The server will soon start to download the maps you added (you can observe it with kf2.sh log), so it’s going to take a few minutes if you added several big maps. Once all downloads finish, the server restarts automatically once more, then you’re ready to go.

Once started up, open webadmin and open the Change game menu, select KF-Minecraft_Defense_Day, then click the Change game button on the bottom. This actually restarts the webadmin, but after a minute or so the KF2 server should be running on your shiny new map. When players who don’t have the map connect, they should see a screen similar to this:

Then you’re ready to play!

Troubleshooting

Client

In case something gets messed up, like most players can download and play the map but one just can’t, instruct the problematic player to close the game and delete the %HOMEPATH%DocumentsMy GamesKillingFloor2KFGameCache folder to make KF2 download the map again.

They can also try to subscribe manually, or if already subscribed, unsubscribe, delete the map file under %ProgramFiles(x86)%Steamsteamappsworkshopcontent232090<map id>, then retry.

Server

When you have a broken map, you can try to delete the downloaded files both under ~/Cache and ~/Workshop. Also edit ~/Workshop/appworkshop_232090.acf and remove the problematic map’s all (normally 2) occurences, e.g.

Whew, that was quite a mouthful. After all this, you should have:

  • a dedicated Killing Floor 2 server running on CentOS Linux
  • automatic OS updates
  • firewall
  • Security-Enhanced Linux
  • key-based SSH authentication on a non-default port with root login disabled
  • your KF2 server running as a restricted user
  • easily accessible commands to control the KF2 service
  • your webadmin accessible exclusively via secure HTTPS
  • your own redirect server for automatic custom map downloads

All that with a few hours of work. Isn’t that just sweet? Have fun, guys, hope to see you online!

Killing floor 2 maps downloadTags: centos, custom maps, dedicated, https, kf2, killing floor 2, redirect server, steam, steamcmd, subscription, workshop

Killing Floor 2 has finally released its bloody rampage upon the world and with it comes 10 different ability trees called “Perks.” These perks can be chosen and swapped at will, offering special buffs and advantages to those who take the time to level them up. These can range anywhere from better headshot damage to your medical syringe being more potent, or welded doors lasting longer under siege. It’s important to upgrade these as it will not only give you a much better chance against the Zed army, but also allow you to try higher difficulty settings.

However, leveling up these classes can take a bit of time if you do not know what to look for. Almost every weapon in Killing Floor 2 has a specific perk that it’s tied to, which means you will gain more XP in game for using it. If you prefer to use the Sharpshooter Perk than weapons such as the Winchester 1894 and the Railgun will net you more experience. It’s vital that you utilize the weapons within your perk tree if you want to level them up faster and gain better passive bonuses when fighting.

It’s also important to remember that certain perks reward more experience for performing certain tasks. So if you are using the Sharpshooter class then you will want to focus on headshots as this will net you more points. If you are running the Field Medic, then make sure to always heal your teammates as this will not only get you money (which is vital) but XP as well. You should always make your primary source of damage be within your perk tree so you are constantly gaining experience.

Now you can, and at times should, pick weapons from other classes but try to use your main weapon for the majority of the rounds. During boss fights or later levels when Flesh Pounders and Scrakes are coming out, carrying a powerful rocket launcher can be vital. Just make sure to not go overboard and just shell out a couple grand for weapons not even within your preferred perk.

That being said, you can in fact level other perks while not having them selected if you are performing certain actions (like welding or healing) or using specific class items like a flamethrower. If you want to make the most of your experience gain, try to carry two weapons, with each one being from a different class. This is a good way to ensure you aren’t always lacking in certain areas and allows you to complement your arsenal to both your play style and what your team needs.

You should also consider playing solo with only four rounds as your limit, as this is a fantastic way to earn experience in the early stages of leveling up a perk. Once you starting climbing higher, consider moving either to more rounds or start including friends to co-op with. Playing smart is vital in Killing Floor 2 so always make sure to level up your perks as soon as possible. After all, who wants to be under leveled with an angry swarm of monsters coming towards you?