# configuration: # - things like calibration data live in ~/.stepmania-5.1/Save/Preferences.ini # - GlobalOffsetSeconds = difference between audio and video delay. # Hit F6 twice in-game to being auto calibration # Usually the result will be negative (i.e. the higher the latency of the pad, the more negative the offset) # - SoundDevice: use pacmd list-sources and select alsa_output.pci-xxxxx # - VisualOffset: if video is coming LATE, then use a negative number # # songs/packs: # - find pad packs: # - # - https://www.reddit.com/r/Stepmania/comments/aku3lb/best_pad_packs_on_stepmaniaonlinenet_or_elsewhere/ # - https://fitupyourstyle.com/ # allows search by difficulty # - dl packs from { ... }: { sane.programs.stepmania = { buildCost = 1; sandbox.whitelistAudio = true; sandbox.whitelistDri = true; sandbox.whitelistX = true; #< TODO: is this needed? try QT_QPA_PLATFORM=wayland or SDL_VIDEODRIVER=wayland sandbox.extraPaths = [ # for the pad input (/dev/input/js*) "/dev/input" "/sys/class/input" ]; # on launch, stepmania will copy templates for any missing files out of its data directory and into ~/.stepmania-5.1 sandbox.extraHomePaths = [ ".stepmania-5.1" ]; persist.byStore.plaintext = [ ".stepmania-5.1/Cache" #< otherwise gotta index all the songs every launch ".stepmania-5.1/Save" ]; # TODO: setup ~/.local/share/stepmania/Themes fs.".stepmania-5.1/Courses".symlink.target = "/mnt/servo/media/games/stepmania/Courses"; fs.".stepmania-5.1/Songs".symlink.target = "/mnt/servo/media/games/stepmania/Songs"; }; }