Skip to content
Snippets Groups Projects
Select Git revision
  • main default protected
  • v1.1
  • v1.0
3 results

PetalHero

  • Clone with SSH
  • Clone with HTTPS
  • Sebastian Krzyszkowiak's avatar
    64c454a8
    History

    Petal Hero

    Rhythm game for the flow3r badge.

    Created by Sebastian Krzyszkowiak.

    Songs

    Petal Hero is compatible with songs for Frets on Fire, FoFiX, Performous, Phase Shift and Clone Hero (MIDI) that contain a guitar track, but with one caveat: you need to mix audio tracks together and save them as MP3.

    This should do:

    sox *.ogg -m -G -c 1 -C 128 -r 48k --norm=-3 song.mp3

    Some rips may need to be resampled first:

    for i in *.ogg; do sox $i -G -r 48k $i.flac; done
    sox *.flac -m -G -c 1 -C 128 -r 4/8k --norm=-3 song.mp3

    You need song.ini, song.mp3 and notes.mid in the song directory.

    Songs in .chart format (and some others) can be converted using EOF.

    Some places to find charted songs at:

    License

    Petal Hero is licensed under the GNU General Public License version 3 or later.

    Sound assets and parts of the code come from Frets on Fire by Sami Kyöstilä, Tommi Inkilä, Joonas Kerttula and Max M., originally licensed under the GNU General Public License version 2 or later.