Skip to content

Instantly share code, notes, and snippets.

Witcher 3 - Ghost Mode Steam Deck Mod List 2023

Pre-installed mod pack

Google Drive has a pre-installed archive of just the mod files from the list below as of 2023-08-23.

Overview

This list of mods is built around the W3EE Redux overhaul mod, which is itself built on W3EE. It targets play on the Steam Deck and so does not contain many texture, graphical or look and feel changes, but rather focuses on gameplay, mechanics, bug fixes, quality of life and similar changes.

@nlaz
nlaz / node_tutorial.md
Last active January 8, 2023 03:13
Build a Backend from Scratch
@brock
brock / nodereinstall.sh
Last active March 27, 2025 16:22
Complete Node Reinstall. I've moved this to a repo at http://git.io/node-reinstall
#!/bin/bash
# node-reinstall
# credit: http://stackoverflow.com/a/11178106/2083544
## program version
VERSION="0.0.13"
## path prefix
PREFIX="${PREFIX:-/usr/local}"