Skip to content

spicybung/BLeeds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

114 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BLeeds - Rockstar Games Leeds Blender IO

License

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.

Supported Formats

The following is a list of file formats that are currently supported by the addon

File Types

  • 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.

How to use

  1. Download the addon zip file from the latest master branch
  2. Import the downloaded .zip file by selecting it from (User) Preferences/Addons/Install from File
  3. Set the addon "BLeeds" to enabled
  4. Import files from Import tab, export files from the Export tab

Contributing

Contributions are welcome! If you have suggestions, bug reports, or want to contribute code, please check out the Contributing Guidelines.

License

This project is licensed under the GPL 3.0 License - see the LICENSE file for details.

Acknowledgments

  • 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.