Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 384 Bytes

File metadata and controls

1 lines (1 loc) · 384 Bytes

This repo contains my work analyzing the AMB file format used by Sid Meier's Civilization III. See AMBFormat.org for an overview of the format and the layouts of all chunk types. AMBReader.py is a Python script I've been using to explore & experiment with the AMBs. It can be used to display their contents, see the file itself for basic usage info.