项目作者: aboood40091

项目描述 :
A tool for editing Binary Resources Texture (BNTX) files
高级语言: Python
项目地址: git://github.com/aboood40091/BNTX-Editor.git
创建时间: 2018-07-07T17:44:00Z
项目社区:https://github.com/aboood40091/BNTX-Editor

开源协议:GNU General Public License v3.0

下载


BNTX-Editor

A tool for editing Binary Resources Texture (BNTX) files

The tool is pretty straight forward, just run it and you will hopefully know what to do.

Error codes:

  • 1: Invalid byte order mark (BOM)
  • 2: Invalid file header
  • 3: Unsupported target
  • 4: Invalid section header / section missing

Credits:

  • AboodXD: Making this thing
  • libtxc_dxtn: BC1/2/3 decompressors
  • gdkchan: Helping with the relocation table