Skip to content

Instantly share code, notes, and snippets.

View theguy000's full-sized avatar
🎯
Focusing

TheGuy theguy000

🎯
Focusing
View GitHub Profile

Far Far West Save File Migration Guide

This guide explains how to transfer and decrypt/re-encrypt save files for the game Far Far West (developed by Evil Raptor and published by Fireshine Games) between different Steam accounts or emulators.


The Technical Problem

Far Far West encrypts its save files using AES-256-CBC encryption.

The encryption key is generated dynamically by taking the SHA-256 hash of the player's 17-digit Steam ID concatenated with a hardcoded developer salt:

Tampermonkey Script: VS Code Marketplace VSIX Downloader

This user script enhances the VS Code Marketplace website by adding a convenient "Download VSIX" button directly to extension detail pages. This allows users to easily download the VSIX package for any extension, which is useful for offline installations, specific version management, or local development workflows.


Key Features:

  • Direct Download: Adds a prominent "Download VSIX" button to extension pages.
  • Intelligent Extraction: Automatically fetches the extension's unique identifier and version from the page.