Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Venomalia committed Jul 3, 2022
1 parent 60e63ec commit 3f026e8
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 17 deletions.
43 changes: 28 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# DolphinTextureExtraction-tool
Dumping of GC and Wii textures, dumps all textures at once and compatible with dolphins textures hash.

Is a GC and Wii texture dump tool, it dumps all textures at once and compatible with dolphins textures hash.
it is still in an early stage, Currently, mainly typical gamecube formats are supported.

## How to use
INFO: currently no ROM images are supported, Please unpack them with dolphin into a folder.
Expand All @@ -9,21 +11,19 @@ Right click on a game -> **Properties** -> **Filesystem** -> right click on "**D
Launch `DolphinTextureExtraction tool.exe` and
Follow the instructions of the application

### Drag and Drop
Drop a folder on the `DolphinTextureExtraction tool.exe`,
output to the same place only with a "~" in front of the folder.

### Command-line
- **Syntax:** `EXTRACT "Input" "Output" -mip`
> Extracts all textures and their mipmaps textures.
- **Syntax:** `HELP`
> For a list with all commands.
## Supported formats
- RARC, U8, CPK Archives
- YAZ, YAY, CLZ, LZ11 Compressing
- BTI, TPL, TEX1 Textures
- BMD, BDL J3D Models

## Known results
### Fully supported games
## Known results
### Games ( 80-100% )
- The Legend of Zelda Twilight
- The Legend of Zelda Four Swords
- THE LEGEND OF ZELDA The Wind Waker
Expand All @@ -34,24 +34,37 @@ Follow the instructions of the application
- Super Mario Sunshine
- Harvest Moon A Wonderful Life
- Doshin the Giant
- DONKEY KONG JUNGLE BEAT
- Pikmin 2

### Well supported games
### Games( 50-80% )
- LUIGI'S MANSION
- Pikmin 2

### Not supported games
> When the unsupported archives are first unpacked with another tool, more or all textures can be dumped.
### Games( 20-50% )
- Mario Party 9
- Pikmin 1

### Not supported games ( 0-20% )
- Smash Bros. Brawl
- The Legend of Zelda Skyward Sword
- Kirby Air Ride
- MarioGolf Toadstool Tour
- F-ZERO GX
- Pikmin 1
- SOULCALIBUR2
- FFCC Crystal Bearers
- Super Smash Bros Melee
- Pokemon XD & Colosseum
- Mario Party 4-9
- Mario Party 4-8
- Metroid Prime 1-3 + Trilogy
- Pandora s Tower
- Punch Out
- Xenoblade Chronicles

## Supported formats
- RARC, U8, CPK Archives
- YAZ, YAY, CLZ, LZ11 Compressing
- BTI, TPL, TEX1 Textures
- BMD, BDL J3D Models

## Credits

Expand Down
4 changes: 2 additions & 2 deletions TextureExtraction tool/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden,
// indem Sie "*" wie unten gezeigt eingeben:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.4.0.0")]
[assembly: AssemblyFileVersion("0.4.0.0")]
[assembly: AssemblyVersion("0.5.0.0")]
[assembly: AssemblyFileVersion("0.5.0.0")]

0 comments on commit 3f026e8

Please sign in to comment.