Skip to content

Commit 4121046

Browse files
committed
Add README
1 parent ee47309 commit 4121046

1 file changed

Lines changed: 35 additions & 0 deletions

File tree

README.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Texture64
2+
N64 texture ripper and editor
3+
4+
![ScreenShot](https://i.imgur.com/GlNDv7W.png)
5+
6+
## Current Features
7+
* Export or import N64 textures of the following formats:
8+
* RGBA16
9+
* RGBA32
10+
* IA16
11+
* IA8
12+
* IA4
13+
* I8
14+
* I4
15+
* CI8
16+
* CI4
17+
* 1bpp
18+
* Load palette from separate file
19+
* Split palette mode to point part of palette to non-contiguous area
20+
* Multiplatform. Tested under Windows 7 and under mono on Linux
21+
22+
### Usage ###
23+
* Right-click image to extract to image file (.png, .jpg, .bmp)
24+
* Left-click to advance offset by the entire image
25+
* Hold Ctrl modifier to reverse by entire image
26+
* Hold Shift modifier to advance/reverse by one pixel (varies by format)
27+
* Click "Insert..." to import image in place at current offset (does not overwrite file)
28+
* Click "Save" to overwrite opened file
29+
30+
### Changelog ###
31+
32+
0.0.1: Beta test release
33+
* supports RGBA16, RGBA32, IA16, IA8, IA4, I8, I4, CI8, CI4, 1bpp
34+
* right-click export, insert to import
35+
* ctrl/shift modifiers to advance/reverse offset

0 commit comments

Comments
 (0)