Install a Far Far West mod by copying pak files into the game's ~mods folder
Try lobby, enemy count, and joker tweaks bundled in one repo
Mirror Nexus Mods uploads to GitHub so players have one organised source
Rebuild Unreal pak files from source using the included build scripts
No installer; player copies a set of pak, ucas, and utoc files together into FarFarWest/Content/Paks/~mods.
FFW-Mods is a small repository that collects game modifications for Far Far West, a video game built on Unreal Engine. The maintainer, EmoUsedHM01, has bundled several mods that he uploaded to Nexus Mods (a popular community site for game mods) into one place on GitHub so players can grab them all from a single repo. Each mod lives in its own folder. Inside that folder is a ModBuild directory that holds the ready-to-use files for the player. The README does not describe what each individual mod changes; it only lists their names. The names give some hint at the intent: AllSpells, AlwaysHitWeakpoint, BiggerLobbies, CheaperJokers, CheapJokers, MergedJokers, MoreEnemies, NoFriendlyFire, NoJokerCaps, UncappedStatPoints, and UnrestrictiveJokers. Several look like they relax in-game limits, change enemy or lobby counts, or alter how the game's joker items work, but the README itself does not spell out the exact behaviour of any single mod. Installing a mod is a manual file copy. The player opens the folder for the mod they want, opens its ModBuild subfolder, and copies the contents into the game's mod folder at FarFarWest/Content/Paks/~mods. If the ~mods folder does not yet exist, the player creates it. The README warns that each mod's files (typical Unreal pak and io store files with .pak.ucas, and .utoc extensions) must be copied together as a set so the game can load them properly. Uninstalling is the same in reverse: delete those files from the ~mods folder. The README also notes that the source, staging, and build helper files in the repository are not needed for normal installation. Those exist so the maintainer can rebuild the pak files from source, and they are presumably what justifies the JavaScript language tag on the GitHub project (the build scripts that package each mod). There is no licence statement in the README, no list of supported game versions, no description of which Far Far West release each mod targets, and no contribution guide. The repository works as a personal distribution channel, mirrored on GitHub to keep the maintainer's Nexus uploads available in one organised place.
Generated 2026-05-22 · Model: sonnet-4-6 · Verify against the repo before relying on details.