Unpacks DOS version of Civilization (1991) (all versions work).
Download the latest version from Releases page. Extract the zip archive into directory with CIV.EXE and run CivUnpack.
The backup will be created as CIV.bak and unpacked version will be written as CIV.EXE
The CIV.bak is not needed to run the game, as all EXE overlays are preserved.
- .NET Core 8
You can compile the code with Visual Studio 2022.
Or, you can also compile with CLI method:- git clone https://github.com/rajko-horvat/CivUnpack
- cd CivUnpack
- dotnet build -c Debug