You are viewing a potentially older version of this package. View all versions.
Jack_Modding-Quickstart-1.0.1 icon

Quickstart

Adds a Quickstart option to the main menu that drops you straight into a pilgrimage in the room kind and ship loadout you last used, skipping the hub entirely.

Date uploaded a week ago
Version 1.0.1
Download link Jack_Modding-Quickstart-1.0.1.zip
Downloads 11
Dependency string Jack_Modding-Quickstart-1.0.1

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2305 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2305
NihilityShift-VoidManager-1.2.11 icon
NihilityShift-VoidManager

Manages mods for multiplayer, gives users Mod controls via GUI (when provided by the mod, default keybind F5), provides API for developers, and minor Chat improvements.

Preferred version: 1.2.11

README

Quickstart

Version 1.0.1
For Game Version 1.3.0
Developed by Jack
Some AI tooling used
Requires: BepInEx-BepInExPack-5.4.2305, NihilityShift-VoidManager-1.2.11


💡 Function(s)

  • Adds a QUICKSTART button to the main menu, in the Tutorial button's slot. One click drops you straight into a Pilgrimage - no matchmaking panel, no station, no terminals.
  • Uses the ship loadout you last picked at the hub and the same kind of room you last hosted: solo, private or public, with its player limit and name.

🎮 Client Usage

  • Click QUICKSTART.
  • F5 → Mod Settings → Quickstart to pick a ship, loadout or quest by name, choose the room kind, keep the station visit, show the Tutorial button again, or move the button.
  • Only loadouts you have unlocked are used, so progression works as normal. UnlockedOnly off bypasses that gate - that one is on you.
  • The Tutorial button is hidden by default. A new profile needs it once for the Awakening; set HideTutorial off until then.

👥 Multiplayer Functionality

  • ✅ Client
    • Only you need this mod. A hosted Quickstart room is an ordinary hosted room that others join as normal.

🔧 Install Instructions - Install following the normal BepInEx procedure.

Ensure that you have BepInEx 5 (stable version 5 MONO) and VoidManager installed.

✔️ Mod installation - Unzip the contents into the BepInEx plugin directory

Drag and drop Quickstart.dll into Void Crew\BepInEx\plugins, or install through r2modman / Gale.

CHANGELOG

1.0.1

  • The Tutorial button is hidden on every profile, not only at max rank; Quickstart takes its slot. Button/HideTutorial turns it back on for a profile that still needs the Awakening.

1.0.0

  • The ship loadout now follows the one the profile remembers - the last pick at the hub terminal, or the last run - instead of always launching Frigate/Freedom. Selection/UseLastSelected (default on) switches it; the ship and loadout names remain the fallback and the choice when it is off.
  • The room kind is remembered too: solo, hosted private or hosted public, with the player limit and room name of the last run you hosted. Launch/RememberSessionType (default on) records it; Launch/SessionType, Launch/PlayerLimit and Launch/RoomName hold it and can be set by hand.

0.2.1

  • Initial release.