NuTCrackerV3
NuTCrackerV3 is a utility that helps modders work with NXG_TEXTURES files from TTGames LEGO video games.
It allows you to extract, inspect, and (partially) repackage NXG texture sets, which are proprietary containers storing DDS textures along with metadata like paths, checksums, and texture types. Once extracted, the textures can be edited or analyzed using standard graphics tools.
▶️ How to use
NuTCrackerV3 is distributed as a precompiled executable or source code (C) for compilation.
Typical usage workflow:
- Locate a
.NXG_TEXTURESfile from the game files - Open the file in NuTCrackerV3
- Extract contained DDS textures to a folder
- Optionally, edit textures in external tools (Photoshop, GIMP, etc.)
- (Optional) Repackage textures into a new NXG_TEXTURES file for modding purposes
Refer to the project repository for any usage details or examples provided by the author.
📦 Availability
- Repository: https://github.com/JayFrancoe/NuTCrackerV3
- License: Open source (per GitHub)
The tool is shared as-is by its author.
🙏 Credits
NuTCrackerV3 was created by Jay Franco.
All credit and thanks go to the original author.