https://github.com/semyon422/omppc
osu!mania performance points (and starrate) calculator
https://github.com/semyon422/omppc
osu vsrg
Last synced: 6 months ago
JSON representation
osu!mania performance points (and starrate) calculator
- Host: GitHub
- URL: https://github.com/semyon422/omppc
- Owner: semyon422
- License: gpl-3.0
- Created: 2017-06-23T11:00:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-07-30T21:17:22.000Z (about 4 years ago)
- Last Synced: 2025-04-09T17:03:10.741Z (6 months ago)
- Topics: osu, vsrg
- Language: Lua
- Size: 51.8 KB
- Stars: 10
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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 modeExamples:
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
```