Skip to content

Instantly share code, notes, and snippets.

View rafaelrpinto's full-sized avatar

Rafael Pinto rafaelrpinto

  • Portugal
View GitHub Profile
@rafaelrpinto
rafaelrpinto / moveAddons.sh
Last active May 1, 2020 13:58
Script that moves incorrect Killing Floor 1 mutators to the correct folder on Linux (fix perk progress reset issue)
#!/bin/bash
# Folder where the incorrect downloaded mutators are
CACHE_FOLDER=~/.killingfloor/Cache
# Folder where they should be after renamed
STEAM_SYSTEM_FOLDER=~/.steam/steamapps/common/KillingFloor/System
cd $CACHE_FOLDER