708
edits
No edit summary |
(removed outdated links) |
||
Line 198: | Line 198: | ||
[[User:Neo|Neo]] | [[User:Neo|Neo]] | ||
New OniSplit version that make extracting easier: | New OniSplit version that make extracting easier: OniSplit v0.8.8 | ||
onisplit -extract:png destination_directory_for_image_files source_dat_file | onisplit -extract:png destination_directory_for_image_files source_dat_file | ||
Line 259: | Line 259: | ||
[[User:EdT|EdT]] | [[User:EdT|EdT]] | ||
He he... it looks nice :). I forgot that Mac .dat files are different. Here's a fixed version: | He he... it looks nice :). I forgot that Mac .dat files are different. Here's a fixed version: OniSplit v0.8.9 | ||
[[User:Neo|Neo]] | [[User:Neo|Neo]] | ||
Line 304: | Line 304: | ||
[[User:EdT|EdT]] | [[User:EdT|EdT]] | ||
New OniSplit version: | New OniSplit version: OniSplit v0.8.10 | ||
I did not look into that "illegal instruction" thing yet but I added a texture import option: | I did not look into that "illegal instruction" thing yet but I added a texture import option: | ||
Line 366: | Line 366: | ||
[[User:EdT|EdT]] | [[User:EdT|EdT]] | ||
TGA fixed: | TGA fixed: OniSplit v0.8.11 | ||
Stupid me, I did y-- instead of y++ :). | Stupid me, I did y-- instead of y++ :). | ||
Line 400: | Line 400: | ||
EdT | EdT | ||
I think I fixed the flipping: | I think I fixed the flipping: OniSplit v0.8.12 | ||
[[User:Neo|Neo]] | [[User:Neo|Neo]] | ||
Line 463: | Line 463: | ||
New OniSplit version: | New OniSplit version: OniSplit v0.8.13 | ||
Envmap problem: for now I added an "-envmap" option through which the name of the env map texture can be specified: | Envmap problem: for now I added an "-envmap" option through which the name of the env map texture can be specified: | ||
Line 576: | Line 576: | ||
He he... nice icy Konoko you got in there :). It turns out that Oni does not support Bgra32 format after all so you need to specify -format:bgra4444 (or -format:bgra5551) on the command line when using textures with an alpha channel. | He he... nice icy Konoko you got in there :). It turns out that Oni does not support Bgra32 format after all so you need to specify -format:bgra4444 (or -format:bgra5551) on the command line when using textures with an alpha channel. | ||
To make things simpler here's a new version: | To make things simpler here's a new version: OniSplit v0.8.14. It automatically switches to bgra4444 if the input texture is bgra32. One can still specify bgra5551 if needed. In addition to this I fixed a bug that caused bad mipmap generation for textures with alpha channel. | ||
[[User:Neo|Neo]] | [[User:Neo|Neo]] |
edits