Skip to content

v5.4.1

Choose a tag to compare

@NemosNautilus NemosNautilus released this 06 Mar 04:46
· 102 commits to master since this release

SNG FILE PROCESSING (this affects any Tool that interacts with Clone Hero SNG files or YARG YARGSONG files)

  • Integrated source code of SNG File Format library right into Nautilus so we can handle SNG files natively without needing to call the external application sngCLI - this also gives me more control of how to process SNG files, which in turns means that the conversion from YARGSONG to extracted folder now happens in one go without needing an intermediary SNG file on disk
  • Eliminating sngCLI should also fix one more "Nautilus on Linux using WINE" issue - let me know!

VOLUME NORMALIZER (thanks be to Sean!)

  • Fixed culture problems
  • Added more logging to Verbose Output
  • Fixed an issue with DTA writing

VISUALIZER

  • Implemented video playback for Clone Hero style song formats (folder/sng files/yargsong files) - supports background.avi, video.mp4, video.webm, bg.mp4 and bg.webm - if your song has a video background it'll play instead of showing the album art - click on it to enlarge it - click on it to return it to smaller size - you can disable playback on the CH Options menu at the top
  • Now reads video_start_time value in song.ini files that have it
  • Improved reading of custom colors for Clone Hero charter name
  • Now lets you click on the author name to search for their songs on RhythmVerse - only works for single authors, not multi author collaborations

SETLIST MANAGER

  • Fixed deleting songs from the Setlist, where it wouldn't actually do anything after the v5.4.0 update
  • Fixed editing songs from the Setlist, where it would crash after the v5.4.0 update
  • Fixed songcache not importing correctly after the v5.4.0 update

QUICK PACK EDITOR

  • Added (or added back??? who knows!) option to dePACK a pack songs.dta file into component DTA files (useful for PS3 peeps)
  • Added check so if the programming code to hide the pack from Rock Band 3 (introduced in Pack Creator recently) is found, it is not kept as part of the dePACKed DTA files

CON EXPLORER

  • Added work-around for users running Nautilus on Linux using WINE who found the copy buttons would not work for them - let me know if this is an improvement

PS3 CONVERTER

  • Fixed bug where when using the Batch PS3 Fixer if the song already had a numeric ID, it wouldn't save the edits to the mogg file

MAIN FORM

  • Minor change but should eliminate a crash for users running Nautilus on Linux using WINE
  • Fixed long-standing bug that would sometimes open Nautilus only showing a tiny portion of the screen - thanks to jnack for finally figuring out what caused it!