TKFRvisionOfficial / Cars2TheVideoGameModding

Tools for modding Cars 2: The Video Game and other Avalanche games like Toy Story 3 or Disney Infinity.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cars2TheVideoGameModding

Tools for modding Cars 2: The Video Game and other Avalanche games like Toy Story 3 or Disney Infinity.

THIS PROJECT IS IN NO WAY ASSOCIATED WITH DISNEY, DISNEY INTERACTIVE, AVALANCHE SOFTWARE OR Warner Bros. Interactive Entertainment.

why

A tool to pack unencrypted zips for Cars 2, Toy Story 3 and Disney Infinity 1.0 and 2.0. Run it using python -m c2ditools why <inputfolder> <outputfile>. It will create a zip with all the files in the inputfolder.

whyjustwhy

A tool to pack encrypted zips for Disney Infinity 3.0.
⚠ Untested
Run it using python -m c2ditools whyjustwhy <inputfolder> <outputfile>. It will create a zip with all the files in the inputfolder.

scene_dec

A tool to convert files in the scene format (.oct, .bent etc.) to xml and extract the textures. Run it using python -m c2ditools scene_dec <inputfile> <outputfile> -t <texture folder>. It will create a xml and store all the textures in "texture folder" if you specified one.

scene_enc

A tool to convert xml files, that were generated by scene_dec, back to the scene format. Run it using python -m c2ditools scene_enc <inputfile> <outputfile> -t <texture folder> -c. It will create a scene file. If you specified a texture folder in scene_dec please specify the same folder in scene_enc. If you use the -c flag it will create scene files for consoles using big endian.

About

Tools for modding Cars 2: The Video Game and other Avalanche games like Toy Story 3 or Disney Infinity.

License:Apache License 2.0


Languages

Language:Python 100.0%