You are viewing a potentially older version of this package.
View all versions.

FastStartup
Skip the menus and get right into the action!
Date uploaded | a week ago |
Version | 0.2.0 |
Download link | Kesomannen-FastStartup-0.2.0.zip |
Downloads | 848 |
Dependency string | Kesomannen-FastStartup-0.2.0 |
This mod requires the following mods to function

BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2100
Hamunii-AutoHookGenPatcher
Automatically generates MonoMod.RuntimeDetour.HookGen's MMHOOK files during the BepInEx preloader phase.
Preferred version: 1.0.6README
FastStartup
Developer tool to skip the main menu, lobby screen and level load animation.
If REPOLib is installed, this mod waits for all asset bundles to load before skipping.
Config
Name | Type | Default | Description |
---|---|---|---|
Multiplayer | Bool | true |
Whether to start a multiplayer or singleplayer lobby |
SaveMode | Enum | ResetOnStartup |
ResetOnStartup: Create a new save and reset it on each startup. CreateOnStartup: Create a brand new save on each startup. Reuse: Use an existing save, without resetting. |
SaveFileName | String | REPO_FASTSTARTUP_SAVE |
The name of the save file to use. |
OverrideLevel | Bool | false |
Whether to always start in the same level. Requires the LevelName option to be set. |
LevelName | String | The name of the level to start at. The 'Level - ' prefix is optional. Only applicable when OverrideLevel is true. |