Skip to content

v0.85 - qb2text2qb and Bug Fixes

Compare
Choose a tag to compare
@AddyMills AddyMills released this 02 Jan 22:01
· 63 commits to main since this release

New features:

  • Added complete QB2Text2QB functionality. In my testing, all GH3 and GHWT qbs have been converted to text and back to qb without any differences from the original.
  • Implemented gha to gh3 PC song converter (adds rhythm animations based on the lead guitarist, ports lights and cameras)
  • Implemented gh3 to gha PC song converter (removes rhythm anims, special mocap references, also ports lights and cameras)
  • PAK extractor now works with 360 compressed PAK files (only files that have the CHNK header, GH3 360 files not yet supported)

Fixed:

  • midqb2mid works again (it pointed to a wrong function last time... whoops!). Still only converts cameras and lights, and no tempo map yet either

Notes:
Currently, the executable only works 100% on GH3 due to differences with structs in WT. I can make WT style qbs, but I haven't yet implemented it in the CLI. If you want to make a GHWT qb right now, run the Text2QB.py script in the pak_extract folder by itself and add "-game GHWT" to the arguments.