Rocksmith2014.NET

F# (with some C#) libraries for creating Rocksmith 2014 custom DLC.

MIT License

Stars
68
Committers
4

Bot releases are hidden (Show)

Rocksmith2014.NET - DLC Builder v0.7.4

Published by iminashi about 3 years ago

  • Updated the vorbis library to fix a "Could not initialize container" error with some ogg files.
Rocksmith2014.NET - DLC Builder v0.7.3

Published by iminashi about 3 years ago

  • Fixed an issue in the auto update.
Rocksmith2014.NET - DLC Builder v0.7.2

Published by iminashi about 3 years ago

  • Fixed a bug where the window would be placed off-screen when starting the program.
Rocksmith2014.NET - DLC Builder v0.7.1

Published by iminashi about 3 years ago

  • Fixed incorrect behavior when opening multiple instances of the program.
  • Fixed import of PSARC files that contain invalid tones.
Rocksmith2014.NET - DLC Builder v0.7.0

Published by iminashi about 3 years ago

  • The window position, size and maximized state is now preserved when closing the program.
  • A folder with the package name is now created when a PSARC is imported.
  • Improved the validation for package filenames.
  • Minor improvements to the Japanese lyrics tool.
  • Added some instructions on how to use the Japanese lyrics tool to the ReadMe.
  • Minor UI improvements.
Rocksmith2014.NET - DLC Builder v0.6.6

Published by iminashi about 3 years ago

  • Fixed import/unpack of some PSARCs created with the Toolkit failing.
Rocksmith2014.NET - DLC Builder v0.6.5

Published by iminashi about 3 years ago

  • Added explanations of the custom events to the ReadMe.
  • Unpacking audio.psarc works again.
  • Fixed wem to ogg conversion for files that contain the word "error".
Rocksmith2014.NET - DLC Builder v0.6.4

Published by iminashi about 3 years ago

  • Fixed bug in detecting Wwise from WWISEROOT environment variable.
Rocksmith2014.NET - DLC Builder v0.6.3

Published by iminashi about 3 years ago

  • Disabled the custom title bar on Windows 7.
  • Minor adjustments to the UI.
  • Improved the drag & drop to allow multiple files to be dropped at once.
  • The crash log can be opened from the Help menu if the file exists.
Rocksmith2014.NET - DLC Builder v0.6.2

Published by iminashi about 3 years ago

  • Added some help texts.
  • Minor improvements to the phrase generation.
  • Fixed creation of preview audio from files that are shorter than 28 seconds.
  • Fixed an edge case where the arrangement validation could fail with an error.
Rocksmith2014.NET - DLC Builder v0.6.1

Published by iminashi about 3 years ago

  • A warning is now displayed when a tone has more than four effects.
  • Tone effects can be moved up or down in the editor.
  • Minor UI improvements.
  • Fixed a minor bug in the phrase generation.
Rocksmith2014.NET - DLC Builder v0.6.0

Published by iminashi about 3 years ago

  • A Linux version is now available.
  • Added a tool for creating a Japanese vocals arrangement from a romaji arrangement.
  • Added phrase/section generation for arrangements that do not have them.
  • Added drag & drop support for project, PSARC, tone, cover art, audio, arrangement and Toolkit template files.
  • Added a customized window title bar (Windows only).
  • User experience improvements for first-time users.
  • Minor UI fixes.
  • Fixed cover art not being displayed in the UI when importing a Toolkit template.
  • Fixed tone XML export not working correctly on Unix platforms.
Rocksmith2014.NET - DLC Builder v0.5.0

Published by iminashi about 3 years ago

  • The metadata for the tones in the user collection can now be edited (via context menu or E key).
  • The tone collection now shows what gear the selected tone uses.
  • Added a feature that compares the DD levels of a release build to the previous one and asks if the arrangement IDs should be regenerated when necessary.
  • Added "Open Project Folder" to the project menu.
  • Added "Validate Arrangement Again" button to the issue viewer.
  • Various UI and usability improvements.
  • Fixed an exception when editing a tone that contains out-of-bounds values.
  • Added logging for program crashes.
Rocksmith2014.NET - DLC Builder v0.4.1

Published by iminashi about 3 years ago

  • Fixed bug in loading of the ML model.
Rocksmith2014.NET - DLC Builder v0.4.0

Published by iminashi about 3 years ago

  • Added a tone collection feature where the user can save tones or add official tones (separate download) into a project.
  • Added a new automatic fix that removes the linknext attribute from chord notes that are not immediately followed by a note on the same string.
  • The tone volume setting now uses positive numbers with the range being: 0.1 (very quiet) ... 36.0 (very loud)
  • The textbox for the tone name is now shown only when the "Show Advanced Features" option is enabled.
  • Added new shortcut keys: Ctrl+B - Build Test, Ctrl+R - Build Release, Ctrl+V - Validate Arrangements.
  • Changed the shortcut key "Toolkit Import" from Ctrl+T to Ctrl+I.
  • Added "Pack Directory into PSARC" and "Convert Audio to Wem" into the tools menu.
  • The tuning of a string can be changed with the up and down arrow keys.
  • Added buttons for changing the tuning of all strings simultaneously.
  • Fixed an exception when entering a very low drop tuning.
  • Various UI improvements.
Rocksmith2014.NET - DLC Builder v0.3.1

Published by iminashi over 3 years ago

  • The program will no longer create packages that crash the game if there are lyrics that are too long for the binary format used by the game.
  • Fixed a bug in the showlight generator that caused it to create duplicates.
  • Fixed import of PSARC files where the main audio is also used for the preview.
  • Restored Magick.NET to use the latest version on Windows.
  • Added missing localization string.
Rocksmith2014.NET - DLC Builder v0.3.0

Published by iminashi over 3 years ago

  • The Windows version now uses an installer and automatic update from earlier versions will not work. Please download the installer from the GitHub page.
  • Added "Inject Tones into Profile" feature (in the Tools menu).
  • Added option to choose the method for determining the number of levels to generate for a phrase (simple or machine learning model).
  • The DD generation no longer fails with an exception when the arrangement contains certain linknext errors.
  • Downgraded Magick.NET version to fix a crash on macOS 10.13.
  • Minor UI fixes.
Rocksmith2014.NET - DLC Builder v0.2.3

Published by iminashi over 3 years ago

  • Fixed a possible null reference exception when adding crowd events.
  • Improved the auto-update.
Rocksmith2014.NET - DLC Builder v0.2.2

Published by iminashi over 3 years ago

  • Test release for setting up GitHub Action.
Rocksmith2014.NET - DLC Builder v0.2.1

Published by iminashi over 3 years ago

  • Fix temporary file deletion in the auto-updater.