/libTwisted

A library for reading and writing Twisted Metal game files.

Primary LanguageRustMIT LicenseMIT

libTwisted

A library for reading Twisted Metal file formats in Rust.

  • Supported file formats
    • Black
      • NGP (Models/meshes, decompression only)
    • Harbor City
      • .PKP (Pickups)

Installation

Add libTwisted to your Cargo.toml:

[dependencies]
libTwisted = { git = "https://github.com/jacobleeharris/libTwisted" }

Contributing

Contributions are welcome! If you’d like to help improve libTwisted, please follow these steps:

  1. Fork the repository
  2. Make a feature branch (e.g. tmhc_bdd)
  3. Implement the feature
  4. Make a pull request to the main repository

License

This project is licensed under the MIT license.

Disclaimer

This project is not an official Incognito Entertainment product.