Skip to content

Instantly share code, notes, and snippets.

@tpill90
tpill90 / ApplyFrostpunkBalanceMod.ps1
Created September 26, 2024 00:06
Script to apply Frostpunk Balance Mod
# 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 `
@tpill90
tpill90 / github-metrics.svg
Last active May 18, 2025 00:08
Personal Metrics
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.