Skip to content

V1.3.2

Latest
Compare
Choose a tag to compare
@Nathan31973 Nathan31973 released this 23 May 14:37
· 7 commits to main since this release
67289c3

NOTICES: The Current version of GHTV Reloaded: Mod Tools will not work and support V2 of GHTV Reloaded on December 1st 2023

To update or install the latest version of GHTV Reloaded - https://github.com/Nathan31973/GHTV-Reloaded-Game-Patches/releases

Change Log

Setup

  • Fix a bug where if RPCN.yml doesn't exist it doesn't cause an internal error
  • Added more paths to check for RPCN.yml

Gem Maker - Creator (Windows Only)

  • Creating Gem Pack will create IOS/TVOS and RPCS3 files (In Prep for V1.4)

Main Menu

  • UI now has a glow when the mouse is hovering over them (Also can use the Arrow keys to move and navigate the UI)
  • New social bar (Great way to follow the project)

Settings

  • For GHLite users will now see a "Fix Save file" button in the settings. This will attempt to fix the black screen bug with GHLite

HyperSpeed

  • Added measures in place to prevent errors when modifying the XML
  • Will now skip bad XML files (you can find what songs failed through the player log)

Misc

  • Save file has been migrated for preparations for V1.4

MacOS

To Fix "The application “GHTV Reloaded Mod Tools.app” can’t be opened."
Mark the binary as executable: in the terminal cd to the binary directory under

"GHTV Reloaded Mod Tools.app/Contents/MacOS" and "chmod +x GHTV\ Reloaded\ Mod\ Tools"

If that not working then you need to try this
"xattr -cr <Drag the app into termial> sudo spctl --master-disable"

Example

"cd Downloads chmod +x 'GHTV Reloaded Mod Tools.app/Contents/MacOS/GHTV Reloaded Mod Tools' xattr -cr /Users/Nathan3197Mac/Downloads/GHTV\ Reloaded\ Mod\ Tools sudo spctl --master-dissable"