Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
FastStartup
Skip the menus and get right into the action!
| Last updated | a year ago |
| Total downloads | 3039 |
| Total rating | 3 |
| Categories | Tools |
| Dependency string | Kesomannen-FastStartup-0.2.0 |
| Dependants | 2 other packages depend on this package |
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.2100Hamunii-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. |