-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4785070
commit 3edfe93
Showing
6 changed files
with
31 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 17 additions & 3 deletions
20
IndustrialPark/ArchiveEditor/Dialogs/RenameLayer.Designer.cs
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"version": "v0.1.7.9", | ||
"versionName": "NOTE: If you're on v0.1.7.6 or earlier, do not use the auto updater. Download the zip from the GitHub release page.\n\n* Asset Data Editor: new editor window for Model assets which allows accessing, creating and editing the Pipe Info, Level of Detail, Collision Model and Shadow Model entries for the model directly on the editor window.\n * Also has checkbox which will cause some templates to use the selected model by default.\n* Asset Data Editor: all asset references now have a shortcut (the [...] box) for opening the Asset Data Editor directly without having to find it in the asset list.\n* Asset Data Editor: new buttons 'Copy Transformation' which copies the position, rotation and scale of the asset to clipboard and 'Paste Transformation' which pastes them.\n* Asset Data Editor: fixes not being able to add Animation States and Animation Effects to Animation Table assets.\n* Archive Editor: adds Organize Layers (semi-legacy). This function will rebuild the layer setup and create only one Texture, Model and BSP layer instead of three of each.\n* Sounds: the Asset Data Editor now allows playing sounds from all games on all platforms. Requires redownloading vgmstream (Tools -> Download vgmstream).\n* Improved editor for Movie/Incredibles GameCube Sound Info. Doesn't break cutscene audio anymore; properly preserves when copying/pasting/importing and allows editing of loop/stream flags.\n* New templates: floating blocks.\n* Fixes the Incredibles/ROTU SoundInfo on PS2.\n* Fixes issue in which placing or renaming Script assets with zero Timed Links would break IP.\n* Fixes issue in which importing a HIP from a different game (such as BFBB into Movie) would place assets into layers of incorrect types.\n* Fixes issue in which broken textures or textures with names longer than 32 characters could break IP and leave the file unable to be edited.\n* Fixes issue in which renaming an asset whose ID was previously 0 with 'Update References on Rename/Copy/Paste' on would cause every field in every asset to point to the renamed asset." | ||
"version": "v2023.07.30", | ||
"versionName": "NOTE: If you're on v0.1.7.6 or earlier, do not use the auto updater. Download the zip from the GitHub release page.\n\nNote: after updating, please redownload vgmstream to update it to the latest version (Tools -> Download vgmstream).\n\n* Custom Layer Names: Use Edit -> Layers -> Rename to enter a custom name for a layer. This name is saved to the custom HIPB section which is added to the end of the HIP file.\n* Saves the platform information to custom Scooby HIPs so you do not need to select the platform every time.\n* Convert Archive: displays a report on assets which were not converted when changing an archive's game or platform.\n* Fixes copy, paste, import, export and preview of sound assets for GameCube Movie, Incredibles and ROTU (thanks EnergyDrink for help with this).\n* Fixes wiki links for all asset types." | ||
} |