Skip to content

Releases: OpenToontownTools/ClashMusicGUI

1.1.1

09 Jan 22:56
Compare
Choose a tag to compare

Fixes

  • Fixed crash when selecting multiple files (Fixes #1 e003028)

1.1.0

18 Dec 04:43
Compare
Choose a tag to compare

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

1.0.2

12 Dec 00:55
Compare
Choose a tag to compare

Improvements

  • The application will no longer crash if the music.json file is invalid, it instead will tell you what is wrong with the file, and will then close. 99d0cf5

1.0.1

08 Dec 15:36
b8628fb
Compare
Choose a tag to compare

1.0.1 Hotfix 1 includes minor improvements to the installer

Improvements

  • The Compile Multifile button will now automatically search and compile all folders in the root directory as opposed to a preset list

Fixes

  • Fixed a crash that occurred when loading a music.json file that had lists in a holiday override

Initial Release (Hotfix 1)

07 Dec 00:11
Compare
Choose a tag to compare

Hotfix 1 fixes a major bug preventing the pack from loading 2abbb7c

  • First release of Corporate Clash Resource Pack Editor

Features

  • Easy editing of music.json including default replacements and holiday overrides
  • One click resource pack compilation