BeatSaber-IPA-Reloaded
BeatSaber-IPA-Reloaded copied to clipboard
[Request] Additional Command Flags
Add additional launch arguments for Beat Saber that BSIPA can read to do various things.
Here are some I would find useful:
| Flag | Type | Description | Example |
|---|---|---|---|
--disable-autoupdate |
boolean |
Does not check for mod updates, only loads them | n/a |
--log-rotate |
string |
Enables log rotation, deletes logs older than argument value | --log-rotate 7d |
--combine-logs |
boolean |
Disables per-mod logging | n/a |
--no-yeet |
boolean |
Disables mod yeeter | n/a |
Some of these are added as of 6f232b795b1f67ccc24efe0c25498ff55f28121e. Specifically, --no-update, --condense-logs, and --no-yeet. Currently waiting on documentation to build. Will link once thats done.