Skip to content

Releases: iminashi/Rocksmith2014.NET

DLC Builder v3.0.0

04 May 16:57
Compare
Choose a tag to compare
  • Updated to .NET 8.
  • Added support for reading FLAC files.
  • Four strings are displayed for the bass tuning when "Show advanced features" is disabled.
  • When adding a bass arrangement, the tuning for the nonexistent strings is set to match the tuning offset of the fourth string.
  • Added validation for low bass tuning issues.
  • Scroll speed and custom audio file are now displayed by default.
  • Added support for Wwise 2023.
  • Fixed the loading of the Wwise template on Linux.
  • Updated the UI framework to the latest version.

DLC Builder v2.5.3

25 Feb 16:11
Compare
Choose a tag to compare
  • Replaced "Custom Tuning" with the note names of each string.
  • Added ".jpeg" extension to the accepted image files.
  • Fixed an issue where the calculated volume for a custom audio file would not get set in rare cases.
  • Minor UI fixes.

DLC Builder v2.5.2

17 Dec 18:03
Compare
Choose a tag to compare
  • The version in the package metadata will be set to "test" for test builds.
  • Updated the UI framework to the latest version.

DLC Builder v2.5.1

03 Dec 18:20
Compare
Choose a tag to compare
  • Fixed a possible issue with anchors in arrangements where the notes in EOF are not snapped to grid.

DLC Builder v2.5.0

03 Dec 13:55
Compare
Choose a tag to compare
  • Removed the "anchor not exactly on a note" and "chord at the end of handshape" validation issues. They will be fixed automatically when "apply improvements" is enabled.
  • Fixed an issue where the times for the last issue in the issue viewer would not be displayed.
  • The persistent IDs will be applied in sorted order when "Generate new IDs for all arrangements" is used.

DLC Builder v2.4.0

12 Nov 16:55
Compare
Choose a tag to compare
  • Updated the UI framework to new major version (Avalonia 11).
  • Fixed an issue where adding an arrangement would overwrite the album year in the project with the year from the XML metadata.
  • Fixed a bug in the phrase generator.

DLC Builder v2.3.0

17 Sep 14:07
Compare
Choose a tag to compare
  • Added an exit confirmation if the project has unsaved changes.
  • Improved the phrase generator when used on arrangements that have existing DD levels.
  • Fixed a bug where the phrase generator would place a phrase badly and cause linknext issues.
  • Fixed possible false positives for the "HOPO into same fret" validation after a slide.
  • Fixed possible false positives for the "finger changes during slide" validation for slides from a low position.
  • Fixed an issue in the base tone automatic naming.
  • Fixed an issue with the configuration not being saved when changed from the quick access build options.
  • Temporary files are now deleted if PSARC quick edit import fails.
  • The build buttons are now enabled even if the project has no arrangements or main audio file set and an error is shown if build is attempted.

DLC Builder v2.2.2

09 Aug 15:31
Compare
Choose a tag to compare
  • Fixed an issue where adding a tone to the project would close the tone collection.

DLC Builder v2.2.1

03 Aug 16:12
Compare
Choose a tag to compare
  • Downgraded the SQLite library version to fix an error message shown when first accessing the tone collection.

DLC Builder v2.2.0

27 Jul 13:20
Compare
Choose a tag to compare
  • Added an ellipsis menu next to the build buttons for quick access to some of the build options.
  • Added a new validation check for notes that have vibrato, tremolo or slide, but have no (less than 5ms) sustain.
  • Fixed possible false positives for the "finger changes during slide check" when the anchor zone is wider than 4.
  • For bass arrrangements where the low tuning fix is applied, recognized tuning names will be displayed instead of "custom tuning".
  • Updated some of the libaries the program depends on.