BLeeds is an IO for Blender, with scripts designed around the Leeds Engine file formats(Stories, Chinatown Wars, Manhunt 2). It is a work-in-progress reverse engineering of R* Leeds file formats.
The following is a list of file formats that are currently supported by the addon
- Model files (.mdl, .wbl)*
- Import
- Export *
- Texture Files (.chk, .xtx, .tex)*
- Import
- Export
- Collision files (.col2)*
- Import
- Export *
- Map files (.wrld, .wbl)*
- Import
- Export *
- Animation files
- Import *
- Export
- all of the above are currently experimental, meaning not all files have been tested yet.
- Download the addon zip file from the latest master branch
- Import the downloaded .zip file by selecting it from (User) Preferences/Addons/Install from File
- Set the addon "BLeeds" to enabled
- Import files from Import tab, export files from the Export tab
Contributions are welcome! If you have suggestions, bug reports, or want to contribute code, please check out the Contributing Guidelines.
This project is licensed under the GPL 3.0 License - see the LICENSE file for details.
- Special thanks to the Blender community and contributors.
- The GTA modding community.
- The GTA Mods Wiki & GTAModding Wiki(RIP)for being a huge considerate help in figuring things, such as data structures, out.
- Daniel Sayanov, for his great help, knowledge in R* Leeds formats, as well as inspiration & motivation.