-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# Texture64 | ||
N64 texture ripper and editor | ||
|
||
![ScreenShot](https://i.imgur.com/GlNDv7W.png) | ||
|
||
## Current Features | ||
* Export or import N64 textures of the following formats: | ||
* RGBA16 | ||
* RGBA32 | ||
* IA16 | ||
* IA8 | ||
* IA4 | ||
* I8 | ||
* I4 | ||
* CI8 | ||
* CI4 | ||
* 1bpp | ||
* Load palette from separate file | ||
* Split palette mode to point part of palette to non-contiguous area | ||
* Multiplatform. Tested under Windows 7 and under mono on Linux | ||
|
||
### Usage ### | ||
* Right-click image to extract to image file (.png, .jpg, .bmp) | ||
* Left-click to advance offset by the entire image | ||
* Hold Ctrl modifier to reverse by entire image | ||
* Hold Shift modifier to advance/reverse by one pixel (varies by format) | ||
* Click "Insert..." to import image in place at current offset (does not overwrite file) | ||
* Click "Save" to overwrite opened file | ||
|
||
### Changelog ### | ||
|
||
0.0.1: Beta test release | ||
* supports RGBA16, RGBA32, IA16, IA8, IA4, I8, I4, CI8, CI4, 1bpp | ||
* right-click export, insert to import | ||
* ctrl/shift modifiers to advance/reverse offset |