Skip to content

Convert Friday Night Funkin' charts to StepMania and back

License

Notifications You must be signed in to change notification settings

wily-coyote/fnf_to_sm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fnf_to_sm

Fork of shockdude's fnf-to-sm.

What's new?

  • The repository has been reformatted to work like a Python module, for mod_to_sm.
  • sm_to_fnf
    • Added support for dance-double.
      • Comes with automatic must_hit_section algorithm
    • Add the option to choose difficulties through the command line
  • fnf_to_sm
    • Support for Tricky mines
    • Added dance-single support, multiplexing both players into an one-player chart
    • dance-single and multiplex tactic are both optional flags
      • -m activates multiplex, -d activates dance-double

Usage

python main.py chart(.json|.sm) (difficulty) [-dm]

where difficulty can be a Stepmania difficulty, if .sm is provided.

Packages

No packages published

Languages

  • Python 100.0%