AmyrAhmady / rwexporter

a cli RenderWare tool I made for future purposes to export and convert dff and txd files to targeted compatible file versions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RenderWare Exporter

A cli tool I made for future purposes to export and convert dff and txd files to targeted compatible file versions

Building:

git clone https://github.com/AmyrAhmady/rwexporter
cd rwexporter
git submodule update --init

mkdir build
cd build

# if windows
cmake .. -A Win32

# other OS's
cmake ..

Usage

Just run the output once and the manual can help you.

About

a cli RenderWare tool I made for future purposes to export and convert dff and txd files to targeted compatible file versions


Languages

Language:C++ 92.2%Language:CMake 7.8%