This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Applies the patches for the Frostpunk Balance Mod found at https://www.nexusmods.com/frostpunk/mods/4 | |
# This script assumes that you've already downloaded and extracted the mod contents | |
# to your Frostpunk install directory. Once you've done that just run this script and | |
# the mod should be automatically applied. | |
cd "C:\Program Files (x86)\Steam\steamapps\common\Frostpunk" | |
# Checking if we're already patched, so we dont' try to do it again | |
$alreadyPatched = (Get-FileHash .\common.dat -Algorithm MD5).Hash -eq "722379f95a0e9168130b7607fb06c012" -and ` | |
(Get-FileHash .\common.idx -Algorithm MD5).Hash -eq "b99f3f5b4b4205bb689fe8086bcd1c5f" -and ` |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.