Difference between revisions of "Main.dol"

From Custom Mario Kart
Jump to navigation Jump to search
(Created page with "'''main.dol''' is the name given to the main executable of Wii and GameCube games. It is not a named file on the game disk, but rather the name given to the section of...")
 
m
Line 1: Line 1:
'''main.dol''' is the name given to the main executable of [[Wii]] and [[GameCube]] games. It is not a named file on the game disk, but rather the name given to the section of the disk containing the main executable. It is in the [[DOL (File Format)]]. [[Mario Kart Wii]]'s main.dol contains quite a lot of generic library code, but most of the game specific logic is in [[StaticR.rel]].
+
'''main.dol''' is the name given to the main executable of [[Wii]] and [[GameCube]] games. It is not a named file on the game disk, but rather the name given to the section of the disk containing the main executable. It uses the [[DOL (File Format)|DOL format]]. [[Mario Kart Wii]]'s main.dol contains quite a lot of generic library code, but most of the game specific logic is in [[StaticR.rel]].
  
 
[[category:Filesystem]]
 
[[category:Filesystem]]

Revision as of 10:40, 3 September 2016

main.dol is the name given to the main executable of Wii and GameCube games. It is not a named file on the game disk, but rather the name given to the section of the disk containing the main executable. It uses the DOL format. Mario Kart Wii's main.dol contains quite a lot of generic library code, but most of the game specific logic is in StaticR.rel.