BeatSaber-IPA-Reloaded icon indicating copy to clipboard operation
BeatSaber-IPA-Reloaded copied to clipboard

[Request] Additional Command Flags

Open luludotdev opened this issue 6 years ago • 1 comments

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

luludotdev avatar Jul 21 '19 06:07 luludotdev

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.

Edit: Here is the relevant doc page

nike4613 avatar Aug 17 '19 00:08 nike4613