This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Name: DXG Importer (v1.0) | |
Game: MX vs. ATV: Unleashed - PC | |
Author: Leo aka "Meth0d" / https://meth0d.org | |
-------------------------------------------------- | |
Imports DXG (3D Models) from the game. | |
Usage: https://www.youtube.com/watch?v=aC6Rjfodhnw | |
-------------------------------------------------- | |
It's an unfinished script, but it works with major DXG files. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// DEVELOPER: Sega AM3 | |
// GAMES: | |
- Crazy Taxi 3 | |
// HEADER | |
4 bytes - Total of Images | |
// FILE OFFSETS DIRECTORY (for each file) | |
4 bytes - Image Offset in Directory |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// DEVELOPER: The Collective | |
// GAMES | |
- Indiana Jones and the Emperor's Tomb (2003) | |
- The Da Vinci Code (2006) | |
// HEADER | |
4 bytes - Version (1) | |
4 bytes - Number of Files | |
24 bytes - Null |