Skip to content

1.1.0

Choose a tag to compare

@drewc5131 drewc5131 released this 18 Dec 04:43
· 13 commits to master since this release

Improvements

Revamped file selection

  • Pressing the Browse button will now bring up a dialog which allows you to either manually input a value, browse for a file, or disable the track playing in game.
    • Manual Input allows the user to manually input a file path. This is particularly useful for selecting a song from the base game that isn't included in your resource pack (e.g. changing toontown_central_sz to play the DDL theme song - 'phase_9/bgm/DL_nbrhood.ogg')
      • Make sure to include the .ogg at the end, and that the path is relative to the root folder. Unlike the browse option, there is no check to ensure the directory is proper)
    • Select File from vanilla resources is coming soon, but will allow the user to select a song file that is included in the base game resources as opposed to inside the pack directory. This can currently be done with Manual Input
    • Select file in pack directory allows the user to select a file that is included with their resource pack
    • Disable this track disables the track from playing in game

image

  • Pressing cancel on the file dialog no longers disables the track for playing in game - this is now done with the Disable this track button in the Select File dialog