Skip to content

FreeMote Toolkit v1.0

Compare
Choose a tag to compare
@UlyssesWu UlyssesWu released this 22 Nov 16:32
· 482 commits to master since this release

This is a stable release. Try latest build for new features.

by Ulysses with Project AZUSA
FreeMote ToolKit includes:

  • EmoteConv (Encryption/Decryption)
  • PsbDecompile (Decompiler)
  • PsBuild (Compiler)
  • FreeMoteViewer (Viewer)

Requirement

FreeMote Tools require .NET 4.7 to run.
FreeMote uses .NET 4.6 .

Comparing with psbtools

  • FreeMote has better support for EMT PSB.
  • FreeMote supports PSBv2-v4, while psbtools only supports v2 (and sometimes you get errors).
  • FreeMote can get/use textures when decompiling/compiling, while in psbtools you need to combine decompiler/pcc with rl_image/rl_convert.
  • FreeMote can convert PSB platforms.
  • FreeMote is a lib with many APIs to use and easy to extend, while psbtools is aimed to be tools.
  • FreeMote is easier to read, compile, modify and use.
  • and more.