Skip to content

dnasdw/txobtool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

May 25, 2019
0b4c3be · May 25, 2019

History

24 Commits
Feb 22, 2017
May 25, 2019
May 25, 2019
Apr 4, 2017
Jul 27, 2018
Feb 22, 2017
May 25, 2019
May 25, 2019

Repository files navigation

txobtool

A tool for exporting/importing cgfx file.

History

  • v1.1.0 @ 2018.01.03 - A new beginning
  • v1.1.1 @ 2018.07.27 - Update cmake
  • v1.1.2 @ 2019.05.25 - Update dep

v1.0

  • v1.0.0 @ 2015.03.11 - First release
  • v1.0.1 @ 2017.02.22 - Fix offset
  • v1.0.2 @ 2017.03.25 - Refactoring
  • v1.0.3 @ 2017.04.02 - Refactoring
  • v1.0.4 @ 2017.04.04 - Commandline support unicode

Platforms

  • Windows
  • Linux
  • macOS

Building

Dependencies

  • cmake
  • zlib
  • libpng

Compiling

  • make 64-bit version
mkdir build
cd build
cmake -DUSE_DEP=OFF ..
make
  • make 32-bit version
mkdir build
cd build
cmake -DBUILD64=OFF -DUSE_DEP=OFF ..
make

Installing

make install

Usage

Windows

txobtool [option...] [option]...

Other

txobtool.sh [option...] [option]...

Options

See txobtool --help messages.