User:Magicus/Magicus's Tools: Difference between revisions
Jump to navigation
Jump to search
Creating a tools collection page for my tools |
Basic fixings |
||
| Line 1: | Line 1: | ||
Currently, there | Currently, there are three programs available. All of them are based on [[Segher's Wii.git]], and require to be in the same directory as a compiled version of Segher's tools. | ||
There is a lot of shared code between them; I should probably break out some of the common parts... someday... :) Also, having the wiki as a repository is far from ideal. [[User:Magicus|Magicus]] 01:29, 2 March 2008 (PST) | There is a lot of shared code between them; I should probably break out some of the common parts... someday... :) Also, having the wiki as a repository is far from ideal. [[User:Magicus|Magicus]] 01:29, 2 March 2008 (PST) | ||
* Parse/split content.bin: [[parse-channel.c]] | * Parse/split content.bin: [[parse-channel.c]] | ||
* Parse/split opening.bnr: [[parse-opening.c]] | * Parse/split opening.bnr: [[parse-opening.c]] | ||
* Parse/split U8 archives: [[parse-u8.c]] | * Parse/split U8 archives: [[parse-u8.c]] | ||
[[Category:Software]] | |||
Revision as of 12:08, 2 March 2008
Currently, there are three programs available. All of them are based on Segher's Wii.git, and require to be in the same directory as a compiled version of Segher's tools.
There is a lot of shared code between them; I should probably break out some of the common parts... someday... :) Also, having the wiki as a repository is far from ideal. Magicus 01:29, 2 March 2008 (PST)
- Parse/split content.bin: parse-channel.c
- Parse/split opening.bnr: parse-opening.c
- Parse/split U8 archives: parse-u8.c