Help with particular Gamecube file format...

Discussion in 'Modding and Hacking - Consoles and Electronics' started by TreblaYevrah, Jun 24, 2012.

  1. TreblaYevrah

    TreblaYevrah Site Supporter 2014,2015

    Joined:
    Jul 15, 2011
    Messages:
    226
    Likes Received:
    9
    So I was digging through the files on a Gamecube disc (Tony Hawk's American Wasteland), and one file extension in particular caught my eye:

    ".ngc"

    The strangest thing about it is that it comes after another extension on nearly every file on the disc: "loadscrn.img.ngc"
    "shark.tex.ngc"

    Is it some sort of compression thing? Does anyone know of this in another game?
     
  2. l_oliveira

    l_oliveira Officer at Arms

    Joined:
    Nov 24, 2007
    Messages:
    3,879
    Likes Received:
    245
    Well, for embedded systems such as the Game Cube a file extension is a arbitrary combination of three ASCII characters which has no particular meaning.

    So on this context .NGC files can be anything. It really depends more on what the programmer wanted to make his program work like than anything else.

    By this I mean I could make a game and name all files anything I wanted, but as long the main game executable knows the name that refers to each chunk of data, it can read them correctly.

    I'd say you open them on some hex editor and look inside.
     
sonicdude10
Draft saved Draft deleted
Insert every image as a...
  1.  0%

Share This Page