tillvit / smeditor

Online web tool to view and edit StepMania chart (.sm/.ssc files) @ https://tillvit.github.io/smeditor
MIT License
53 stars 9 forks source link

[FEATURE] NotITG formatted "Type" selection for Export Notedata #119

Closed KyDash closed 2 months ago

KyDash commented 2 months ago

NotITG's note type format follows a different structure from how SMEditor exports notedata, using the in simfile representation for notetypes. Being able to toggle between between the two would be useful when dealing with NotITG notedata and SMEditor exported notedata in game without the need of manual editing.

On note: "Tap" becomes 1 "Hold" becomes 2 "Roll" becomes 4 "Mine" becomes "M"

tillvit commented 2 months ago

How should lifts be exported since they don't exist in NotITG?

KyDash commented 2 months ago

best method would be to keep it consistent with how they show up in an ssc file: they could be written as "L", and "F" for fakes

tillvit commented 2 months ago

Added in next update.