This site contains material restricted to adults, including nudity and explicit depictions of sexual activity. By entering, you confirm that you are at least 18 years old or of legal age in your jurisdiction and consent to viewing sexually explicit content.
Our parental controls page explains how to easily block access to this site.
Find a copy from a retro modding archive (e.g., Massassi Temple or The Ravengriim Archive). No installation is needed; just extract the .exe and run it. Note: zedit32 is a true 32-bit application. On modern 64-bit Windows 10/11, it works fine, but on Linux you may need Wine.
In the golden era of PC gaming, modding was a raw, grassroots movement. Before the days of Steam Workshop, Nexus Mod Manager, or Vortex, there was a different breed of tool—utilities built by fans, for fans, often running on clunky 32-bit architectures. Among these legendary relics, one name holds a special place in the hearts of veterans from the late 90s and early 2000s: zedit32 .
Launch zedit32, go to File > Open . Navigate to your game’s directory (e.g., JediKnight/Resource/ ). Select a .GOB or .KEY file. Don’t be alarmed by the binary gibberish. zedit32
This is where the magic happens. Go to Templates > Load . If you have a pre-written template for, say, weapons.dat , load it. The bottom pane will reorganize the bytes into named fields.
struct Item int ID; float weight; char description[32]; Find a copy from a retro modding archive (e
Click on a field like Damage or AmmoCount . Change the value from 30 to 100 . Hit Apply . Then, crucially, run Tools > Fix Checksum . Save the file. Copy it back to your game directory (backup the original first).
For the Jedi Knight modding community (often called the "Massassi Temple" era), zedit32 was nothing short of revolutionary. If you manage to find an archive of the original tool (often distributed as a ZIP file under 500KB), here is what you can expect: 1. Dual Pane Interface The classic layout featured a hex view on the left and an ASCII/decoded view on the right. But the killer feature was the template pane at the bottom, which would dynamically parse data structures as you clicked through the file. 2. Template Compiler Users could create .tpl (template) files. A simple template might look like this: On modern 64-bit Windows 10/11, it works fine,
If you have ever tried to alter the fabric of a classic Dark Forces game, tweak the assets of a 1998 LucasArts title, or simply want to understand the pre-history of modern game editing, you need to know what zedit32 is, how it works, and why it remains relevant today. zedit32 is a 32-bit hex editor and resource explorer initially designed to work specifically with proprietary game engine archives. While the name might sound generic, in modding circles, it is synonymous with editing files for games built on the Jedi Engine (used in Star Wars: Dark Forces II: Jedi Knight ) and the Sith Engine (used in Star Wars: Jedi Knight II: Jedi Outcast and Jedi Academy ).