Skip to content

Rhythm game file parsers. Currently parsing osu! files are available.

License

Notifications You must be signed in to change notification settings

hndada/rg-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rg-parser

Rhythm game file parsers

Usage

go get github.com/hndada/rg-parser

To do

  • Add available extensions

    • BMS files (.bms, ...)
    • o2jam files (.ojn, .ojm)
    • stepmania files
  • Move nofloat, delimiter tag from comment to struct tag

Protocol

  1. Write Format struct and its field structs, tags except json manually
  2. go run gencode.go, then paste to format.go
  3. go run genjsontag.go, then paste to Format struct

Reference

.osu (file format)

.osr (file format)

The OJN Documentation

About

Rhythm game file parsers. Currently parsing osu! files are available.

Topics

Resources

License

Stars

Watchers

Forks

Languages