A C# library that reads and writes SimCity 4 DBPF files.
The following example application demonstrate how to use the library. The applications are located in the examples folder.
This application creates a new DBPF file and inserts the specified item (optionally compressing it).
This application extracts the specified item from a DBPF file. If no item is specified it will extract the first item in the DBPF file.
The extracted item will be decompressed if necessary.
This project is licensed under the terms of the MIT License.
See License.txt for more information.