PeterZhenhh / SPACConvert

A collection of modding tools for RE Engine/MT Framework titles.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repo has been archived, it contains out of date toolset.

Further development/releases will be available in RevilToolset subproject for RevilLib.

RevilToolset

Revil Toolset is a collection of modding tools for RE Engine/MT Framework titles.

SPACConvert

Extracts and converts contents of SPAC archives.
This app uses multithreading, so you can process multiple files at the same time. Best way is to drag'n'drop files onto app. For this reason a .config file is placed alongside executable file, since app itself only takes file paths as arguments. A .config file is in XML format.
Please do not create any spaces/tabs/uppercase letters/commas as decimal points within setting field.
Program must run at least once to generate .config file.

Settings (.config file)

  • Generate_Log:
    Will generate text log of console output next to application location.
  • Convert_to_WAV:
    Convert non WAV formats into a 16bit PCM WAV.
  • Force_WAV_Conversion:
    Force conversion of all sounds to a 16bit PCM WAV.

Supported formats

  • FWSE, Modified IMA ADPCM, PC
  • MSF, Various formats (16bit PCM, AT3, ...), PS3
  • RIFF WAVE, Various formats (MS IMA ADPCM mostly), PC

License

This toolset is available under GPL v3 license. (See LICENSE.md)
This toolset uses following libraries:

  • RevilLib, Copyright (c) 2017-2019 Lukas Cone
  • vgmstream, Various Authors (See COPYING)

About

A collection of modding tools for RE Engine/MT Framework titles.

License:GNU General Public License v3.0


Languages

Language:C++ 83.9%Language:CMake 16.1%