You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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