Launch Parameters: Difference between revisions

From ΔV: Wiki
(added small packet of info for --screensaver after it was patched. a full page is still wanted)
(relinked the read more section of --enable-mods to the introduction to modding page)
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:


=== [[--enable-mods]] ===
=== [[--enable-mods]] ===
This option enables the modloader, which allows the game to run mods whilst disabling achievements and the leaderboard while it is enabled. Check the [[Modding|modding page]] to read more
This option enables the modloader, which allows the game to run mods whilst disabling achievements and the leaderboard while it is enabled. Check the [[Introduction to Modding|introduction to modding page]] to read more


=== [[--debug-console]] ===
=== [[--debug-console]] ===
This option enables a select few tools intended to be used for testing the game's development. It adds several debug features, and moves the functionality of the <code>`</code> key to the F11 key.
This option enables a select few tools intended to be used for testing the game's development. It adds several debug features, and moves the default functionality of the <code>`</code> key to the F11 key.


=== [[--screensaver]] ===
=== [[--screensaver]] ===
This removes all menu screens, and shows purely the main menu background animations for a neat screensaver. Pressing any key causes the game to exit
This removes all menu screens, and shows purely the main menu background animations for a neat screensaver. Pressing any key causes the game to exit
=== [[Troubleshooting|--accumulate-input]] ===
This is a workaround for high-polling mice causing lag spikes in the game. Page links to the troubleshooting guide for more info.

Latest revision as of 04:28, 24 December 2024

There are currently two known launch parameters (aka launch options) that ΔV currently recognizes.

--enable-mods

This option enables the modloader, which allows the game to run mods whilst disabling achievements and the leaderboard while it is enabled. Check the introduction to modding page to read more

--debug-console

This option enables a select few tools intended to be used for testing the game's development. It adds several debug features, and moves the default functionality of the ` key to the F11 key.

--screensaver

This removes all menu screens, and shows purely the main menu background animations for a neat screensaver. Pressing any key causes the game to exit

--accumulate-input

This is a workaround for high-polling mice causing lag spikes in the game. Page links to the troubleshooting guide for more info.