Skip to content
Daniel Nylander edited this page Aug 8, 2026 · 15 revisions

OpenCaptive Wiki

Current version: v1.1.91

OpenCaptive is a C/SDL3 reimplementation of Captive (1990) and Liberation: Captive 2 (1993) by Tony Crowther, originally published by Mindscape.

OpenCaptive is an actively verified reimplementation. Disassembly-verified data formats, formulas, audio mappings, rendering paths, and gameplay systems are documented, while full end-to-end parity remains under development. No original game data is distributed: assets are loaded from the player's own media and verified by SHA-256 content identity.

Install by platform

For players

For developers

  • Developer Guide — Code layout, build/test contract, contribution workflow
  • File Formats — PL5, ANM, RNC, ADF, ISO9660, ArcD, CTV, AmSp, x3g, VGM, Img, FNT, 8SVX, MIDI

Game reference

Reverse engineering reference

  • Captive Disassembly — Complete CAPPO.EXE v1.06 reverse engineering: PRNG, combat formulas, XP system, item database, map generation, viewport renderer, OPL2 audio, spawn system
  • Liberation Disassembly — Complete CD32 binary reverse engineering: city/plot generation, X3G/VGM/IMG/FNT/ANIM formats, 3D renderer, text expansion engine, NPC/shop/combat systems

Scope and provenance

Original media remains copyrighted and must be supplied by the player. The project verifies content hashes before loading assets. Do not add original game assets to issues, pull requests, release artifacts or this wiki.

Project links

Clone this wiki locally