Line 3: |
Line 3: |
| In the leaked data from the [[Zammis Clark Breach]], more specifically [[emeralds.7z]] and [[wiidump.7z]], there have been references to a directory located somewhere on Nintendo's servers, called "CLSs", or "CLS". This supposedly contains a copy of every DS and Wii title ever, organized into neat little folders, with a production partition and/or a development partition for each title. The folder is also a CVS repository. | | In the leaked data from the [[Zammis Clark Breach]], more specifically [[emeralds.7z]] and [[wiidump.7z]], there have been references to a directory located somewhere on Nintendo's servers, called "CLSs", or "CLS". This supposedly contains a copy of every DS and Wii title ever, organized into neat little folders, with a production partition and/or a development partition for each title. The folder is also a CVS repository. |
| | | |
− | It is unknown whether [[Zammis Clark Breach|Zammis Clark]] or his friends had ever dumped the folder in its entirety or not, but there is data from the folder that has been leaked. | + | It is unknown whether [[Zammis Clark Breach|Zammis Clark]] or his friends had ever dumped the folder in its entirety or not, but there is some data from the folder that has been leaked. |
| | | |
| In the root directory of [[emeralds.7z]], the leaker placed four 7-zip archives/folders that contain Wii titles from CLS: | | In the root directory of [[emeralds.7z]], the leaker placed four 7-zip archives/folders that contain Wii titles from CLS: |
Line 52: |
Line 52: |
| ***🖹 <code>properties</code> <small>(literally just a file named "properties" with no file extension. contains information about the title)</small> | | ***🖹 <code>properties</code> <small>(literally just a file named "properties" with no file extension. contains information about the title)</small> |
| | | |
− | ===<big>CVS folder</big>===
| + | ==<big>CVS folder</big>== |
− | <code>CVS</code> is a folder left over after being checked out from a CVS repository. Can contain interesting info, like names of parent directories. | + | <code>CVS</code> is a folder left over after being checked out from a CVS repository. It can contain interesting info, like names of parent directories. |
| | | |
| *🗁 <code>CVS</code> | | *🗁 <code>CVS</code> |
Line 132: |
Line 132: |
| *****🗀 '''<code>5chA</code>''' | | *****🗀 '''<code>5chA</code>''' |
| *****🗀 '''<code>5ciA</code>''' | | *****🗀 '''<code>5ciA</code>''' |
| + | |
| + | == File extensions == |
| + | These are a list of the file formats that have been found in folders from CLS. |
| + | |
| + | * <code>.cls</code> - not title data or partition data, likely miscellaneous info |
| + | * <code>.dev_part</code> - development build of a title, runs on development hardware |
| + | * <code>.prod_part</code> - production build of a title, runs on retail hardware |
| + | * <code>.tad</code> - DS application |
| + | * <code>.wad</code> - Wii executable/installable application |