Difference between revisions of "3DO"

From The VG Resource Wiki
Jump to: navigation, search
m
(Common File Formats)
Line 15: Line 15:
  
 
==Common File Formats==
 
==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.
+
The extensions of the same formats usually vary from game to game, furthermore certain games use different extensions for files of the same format. In order to identify the file you may need a hex editor.
  
===CCB===
+
* [[CCB]] - Sprite data (supported by [[3DO#3DOResExplorer|3DOResExplorer]])
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 12:39, 5 August 2014

3DO-Goldstar.png

The 3DO Interactive Multiplayer (or 3DO) is a console developed by The 3DO Company.

Ripping Tools

There are a number of useful tools available at altmer.arts-union.ru (Website in Russian).

unCD-ROM

This is a program used to extract the contents of a 3DO CDROM image.

RIPto2048

This is a program used to convert roms, unextractable with unCD-ROM by defaut, to a format that can be extracted.

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 archives. The source code is also available to download.

Common File Formats

The extensions of the same formats usually vary from game to game, furthermore certain games use different extensions for files of the same format. In order to identify the file you may need a hex editor.