Skip to content

v4.0.0

Choose a tag to compare

@NemosNautilus NemosNautilus released this 30 Jan 23:51
· 27 commits to master since this release

C3 forums and website are gone, but the spirit of music rocks on...with the change in maintainer back to TrojanNemo after 10 years (thanks so much FujiSkunk!), it's time for a name and UI change. So here comes Magma: Rok On Edition!

CHANGES

  • New icon!
  • New default skin (the other two built-ins are still available)
  • All C3 branding and links have been removed
  • All references and mentions of C3 CON Tools now point to Nautilus
  • Audio encryption has been removed since it is no longer viable and breaks compatibility with YARG - only console that needs encryption is PS3 and Onyx encrypts when converting to PS3
  • Now Uses nautilusFREE library for decryption so all types of mogg files can be decrypted (except TBRB) when importing a CON file
  • Disabled Rhythm On Keys + Pro Keys Conflict check as requested by Linos since this really shouldn't be an issue for anyone
  • Disabled "feature" that was removing Expert+ drum notes at compile time - now with YARG and RB3DX supporting Expert+ there's no need to remove them
  • Removed false option of Kit + Snare on the drum mix since that was not supported as a mix in game

NEW FEATURES

  • 'New ID' button now generates unique numeric ID from the name of the song file - based on Emma's code and as seen in Nautilus
  • 'Batch replace song IDs' now generates unique numeric IDs from the existing non-numeric song ID - based on Emma's code and as seen in Nautilus
  • Can now set song's tonality (i.e. enable minor keys) - before it was hardcoded to song_tonality = 0, now you can choose between song_tonality = 0 or song_tonality = 1
  • Added DIY Stems button + tag that will be saved to the DTA file - this will be recognized by upcoming Nautilus release (for Visualizer) and hopefully other tools and websites
  • Added Partial Multitrack button + tag that will be saved to the DTA file - this will be recognized by upcoming Nautilus release (for Visualizer) and hopefully other tools and websites
  • Added Unpitched Vocals button + tag that will be saved to the DTA file - this will be recognized by upcoming Nautilus release (for Visualizer) and hopefully other tools and websites
  • [EXPERIMENTAL] Added additional animation speeds (24 and 48) as previously requested by atruejedi - if I got this backwards or doesn't work, please report it
  • [EXPERIMENTAL] Added ability to specify song preview end, rather than assume a fixed 30 seconds - this will work fine in Magma but I don't know if it will work in game - you tell me!
  • [EXPERIMENTAL] Added option to fine tune instrument difficulty - the number you see in the box is the number that Magma will assign to that instrument in the DTA file
  • Added option to add the author name directly to the DTA array for compatibility with RB3DX and similar projects
  • Added option to remove the subgenre entry from the DTA array
  • Now reads author tag from DTA array when importing a CON file (before it would ignore it)
  • Now reads Multitrack/Karaoke/DIY Stems/Partial Multitrack/Unpitched Vocals tags from DTA files when importing a CON file (before it was ignoring them)

TECHNICAL

  • Updated from .NET Framework v4.0 to .NET Framework v4.8.1
  • Updater now checks against the Nemo's Nautilus server for future updates