Skip to content

Instantly share code, notes, and snippets.

View Najip's full-sized avatar

Najip Ali Munajat Najip

  • Tasikmalaya, West Java, ID
View GitHub Profile
@Najip
Najip / MW2MERCS_FUEL_PATCH.md
Last active April 14, 2025 03:57
MW2MERCS_FUEL_PATCH.md

Patch to Fix Jump Jet Fuel in MechWarrior 2: Mercenaries for DOS


Overview

This patch addresses an issue in MechWarrior 2: Mercenaries where, at frame rates higher than 45.5 FPS, jump jet fuel does not recharge correctly. This is the same problem that affects all DOS versions of MechWarrior 2. The original fix was created for MechWarrior 2: 31st Century Combat v1.1 by Alex Page (available here), and later I adapted it for Ghost Bear's Legacy (see here).

This version adapts the same concept for MechWarrior 2: Mercenaries v1.06 for DOS, as the Windows 95 version suffers from numerous compatibility issues on modern systems (Windows 8 and newer), including crashes and unplayability. Additionally, MechVM no longer functions reliably on Windows 8 and later (see details [here](https://www.zeus-software.com/forum/viewtopic.php?p=2305#p2305

@Najip
Najip / MW2GBL_FUEL_PATCH.md
Last active June 1, 2025 00:37 — forked from anpage/MW2_FUEL_PATCH.md
Patch to Fix Jet Fuel in MechWarrior 2 for DOS

Patch to Fix Jump Jet Fuel in MechWarrior 2: Ghost Bear's Legacy for DOS

Inspired by, adapted from, and forked from the original patch by anpage

I also created a companion patch for MechWarrior 2: Mercenaries for DOS, available here.


Overview

@0x4f53
0x4f53 / tcl_debloater.sh
Last active July 20, 2025 03:48
TCL TV debloater. I've tried making it as close to stock Android TV as possible without messing up too many core features of Android TV.
#!/bin/bash
bloat=()
bloat+=("com.tcl.partnercustomizer")
bloat+=("com.tcl.smartalexa") # Alexa integration for tv controls
bloat+=("com.tcl.gallery") # Gallery app
bloat+=("com.tcl.notereminder") # Notes and reminders app
bloat+=("com.google.android.videos") # Google Play Movies and TV (Doesn't get rid of homescreen recommendations)
bloat+=("com.google.android.play.games") # Google Play Games
@thanoskoutr
thanoskoutr / squashfs-install.md
Last active June 15, 2025 16:29
Fix sasquatch installation for binwalk

Fix sasquatch installation for binwalk

For anynone that is running the latest version of binwalk (Binwalk v2.3.3) and when trying to extract squshfs filesystems, gets the following error:

WARNING: Extractor.execute failed to run external extractor 'sasquatch -p 1 -le -d 'squashfs-root' '%e'': [Errno 2] No such file or directory: 'sasquatch', 'sasquatch -p 1 -le -d 'squashfs-root' '%e'' might not be installed correctly

it might have to do that the sasquatch project is missing or not working correctly.

Install sasquatch