nike4613 / BeatSaber-IPA-Reloaded

A Unity mod injector built for Beat Saber.
https://nike4613.github.io/BeatSaber-IPA-Reloaded/
Other
180 stars 28 forks source link

[Request] Additional Command Flags #16

Open luludotdev opened 5 years ago

luludotdev commented 5 years ago

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
nike4613 commented 5 years ago

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