Skip to content
forked from semyon422/omppc

osu!mania performance points (and starrate) calculator

License

Notifications You must be signed in to change notification settings

osukurikku/omppc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

omppc

osu!mania performance points (and starrate) calculator

Usage: lua omppc.lua [OPTIONS]

  -b    set path to .osu file  
  -m    set mods in AABB..ZZ format (e.g. EZNFFL) or number  
  -s    set score  
  -v    set verbose mode  
  -j    set json mode  

Examples: 
  lua omppc.lua -b /path/to/file.osu -s 1000000
  omppc.lua -b /path/to/file.osu -s 1000000
  omppc.lua -b "/path with spaces/to/file.osu" -s 1000000
  omppc.lua -b /path/to/file.osu -s 500000 -m EZDT -v
  omppc.lua -b map.osu -s 500000 -m 64 -j

About

osu!mania performance points (and starrate) calculator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 98.7%
  • Batchfile 1.3%