Skip to content
OPENREBORN
Back to the wiki

The file formats on the CD

CWP, CWM, CWR, CWD, CWA, the InstallShield cabinet and the tables inside GAME.EXE. What sits where.

Last updated: 12 August 2026

The original’s formats were opened up one at a time. Each one supplies a different part of what the first launch derives.

Overview

Format Contents
CWP tiles and objects
CWM maps, with over 130 sections per file
CWR unit sprites, ROBO.CWR yields 4307 unit pictures
CWD fonts, including the original interface typeface
CWA effects
InstallShield cabinet the packed contents of the CD
GAME.EXE tables, 12 in total together with the map files

Mission briefings

Briefings appear on the original’s own screen. The picture sits in BRIEFG.DAT, the text in BRIEFG.TXT, and the typeface is the game’s own. All 33 mission texts are reproduced character for character.

When a reading counts here

Every mechanic is reconstructed from the binary before it is implemented. A reading only counts once a number backs it up:

  • counted across every map,
  • held against a second implementation,
  • measured in the running engine.

The code separates what comes from the data and what is an assumption. Misreadings get withdrawn, not painted over.

How progress is measured

A map format counts as understood once a file is consumed with zero bytes left over. Nothing remains that has no explanation. That is the case for 26 map files.

Something missing or wrong? Write me, additions are welcome. info@openreborn.com