Banz99 / Nier-Texture-Manager

Nier Texture Extractor and Repacker for the PS3 and x360 release.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nier-Texture-Manager

This project is created to extract and repack textures from the game, rearranging pointers in the internal files whenever needed. It should be particularly useful for those trying to translate the Ui textures in the game. Please keep in mind that repacking textures with resolution different from the original, while supported, will likely cause the game to crash or not load properly.

Uses LZO decompression library from: http://www.oberhumer.com/opensource/lzo/ and the C# port located at: http://wallaceturner.com/lzo-for-c.

Untiling algorithm for Xbox360 textures borrowed from GTA IV Xbox 360 Texture Editor at http://forum.xentax.com/blog/?p=302.

CTX1 to RGBA conversion adapted in C# from Xenia Emulator at https://github.com/xenia-project/xenia/blob/master/src/xenia/gpu/texture_conversion.cc.

About

Nier Texture Extractor and Repacker for the PS3 and x360 release.


Languages

Language:C# 100.0%