doors 2026-01-23
TEDIT reverse engineering and TWPGM v1 executable porting
291 files · 31,227+ · 80-

TradeWars TEDIT reverse engineering and v1 executable porting

  • Analyzed and mapped TEDIT.EXE functionality and reverse engineered TEDIT.OVR overlay structure instantiate behavioral
  • Implemented TWDATA.DAT parser for TWPGM v1 data format instantiate behavioral
  • Ported TWPGM v1 executables (bigbang, initport, twzapper) and created v1_compat library instantiate architectural
  • Implemented core tools (extern, tedit, tw2002 stubs) with TUI menu structure mirroring original instantiate behavioral
  • Added comprehensive unit and integration tests for TWPGM v1 tools qualify internal
  • Refactored entire v1 toolset to target TWGS v2 data structures, removing v1_compat code decouple architectural

TradeWars v1 archive extraction

  • Extracted TradeWars 2002 v1 TWPGM and TWSUPP archives with complete game data files instantiate internal

Ghidra setup documentation

  • Added Ghidra setup documentation for consistent reverse engineering environment specify internal