semyon422 / omppc

osu!mania performance points (and starrate) calculator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

omppc

osu!mania performance points (and starrate) calculator
luajit required (for bit operations)

Usage: luajit 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: 
  luajit 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

License:GNU General Public License v3.0


Languages

Language:Lua 98.4%Language:Batchfile 1.6%