In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Segher's Wii.git: Difference between revisions

From WiiBrew
Jump to navigation Jump to search
Bitflusher (talk | contribs)
m un-orphan
Chell65 (talk | contribs)
Git section cleanup
Line 16: Line 16:
  * zelda-cksum -- check and fix checksums in Zelda TP savegames
  * zelda-cksum -- check and fix checksums in Zelda TP savegames


== FAQ ==
== Where to get the code ==
 
'''Where to get the code'''<br />
Browse it online at http://git.infradead.org/?p=users/segher/wii.git
Browse it online at http://git.infradead.org/?p=users/segher/wii.git


'''Where to get Git'''<br />
Or clone it from git://git.infradead.org/users/segher/wii.git
http://git.or.cz/
 
'''How to grab the code'''<br />
git clone git://git.infradead.org/users/segher/wii.git LocalDirectoryToPutTheCodeIn


'''Updating pre-cloned source and other usages of Git'''<br />
Consult its [http://git.or.cz/#documentation documentation]. The [http://www.kernel.org/pub/software/scm/git/docs/everyday.html Everyday Git] handbook is especially useful.


'''How to contact segher (one of our resident man-gods of the higher plane) if you can help or have ''legitimate'' questions'''<br />
See the [[Git]] article if you are unfamiliar with using Git.
<nowiki>#wiidev @ EFnet</nowiki>




Questions should be added to this page with answers, FAQ-style.


[[Category:Software]]
[[Category:Software]]

Revision as of 13:30, 1 March 2008

Segher's Wii.git (sometimes referred to as "tachtig/negentig") is a set of tools to aid in the effort of Wii homebrew.

<segher> i have no collective name for my tools, it's just a grabbag of mixed goodies. call it "Segher's wii.git", if you want

The Tools

Primary tools

* negentig -- decode and unpack a disc image
* tachtig  -- decode and unpack a saved data wad (data.bin)
* zeventig -- decode and unpack an installer wad
* twintig  -- pack and encode a saved data wad
* zestig   -- decode and unpack Wii flash images

Secondary tools

* tpl2ppm  -- obvious
* dol2elf  -- obvious
* tmd-dump -- obvious
* zelda-cksum -- check and fix checksums in Zelda TP savegames

Where to get the code

Browse it online at http://git.infradead.org/?p=users/segher/wii.git

Or clone it from git://git.infradead.org/users/segher/wii.git


See the Git article if you are unfamiliar with using Git.