Difference between revisions of "3DO"
Maver1k XVII (talk | contribs) |
Maver1k XVII (talk | contribs) |
||
Line 12: | Line 12: | ||
===3DOResExplorer=== | ===3DOResExplorer=== | ||
This program allows you to view most of the 3DO image formats and convert them to .bmp format, watch CVID videos and extract BIG archieves. The source code is available to download. | This program allows you to view most of the 3DO image formats and convert them to .bmp format, watch CVID videos and extract BIG archieves. The source code is available to download. | ||
+ | |||
+ | ==Common File Formats== | ||
+ | The extensions of the same formats usually vary from game to game so in order to identify the file you may need a hex editor. | ||
+ | ===CCB=== | ||
+ | The format can be identified by the value 0x43434220 ("CCB ") of the first four bytes of the file. It contains graphical data and can be viewed by 3DOResExplorer. |
Revision as of 13:53, 4 August 2014
The 3DO Interactive Multiplayer (or 3DO) is a console developed by The 3DO Company.
Contents
Ripping Tools
There is a number of useful tools available at altmer.arts-union.ru
unCD-ROM
This is a program to extract contents of 3DO CDROM image.
RIPto2048
This is a program to convert roms, unextractable with unCD-ROM by defaut, to extractable format.
3DOResExplorer
This program allows you to view most of the 3DO image formats and convert them to .bmp format, watch CVID videos and extract BIG archieves. The source code is available to download.
Common File Formats
The extensions of the same formats usually vary from game to game so in order to identify the file you may need a hex editor.
CCB
The format can be identified by the value 0x43434220 ("CCB ") of the first four bytes of the file. It contains graphical data and can be viewed by 3DOResExplorer.