Skips the intro screens and the PRESS (SPACE) TO START requirement during game start. A mod for the PC game StarRupture.
It has two parts:
- Intro skip (paks) — removes the startup logo screens (Creepy Jar, Unreal Engine, StarRupture) so you reach the start screen sooner.
- Auto-start (plugin) — on reaching the main menu, advances past
PRESS (SPACE) TO STARTstraight to the full menu, logged in, with no keypress.
Built for the July 2026 Early Access build 0.2.8.121391-S; a later game update may require an update.
Requires the AlienX StarRupture ModLoader (a dwmapi.dll proxy loader): https://github.com/AlienXAXS/StarRupture-ModLoader
1. Intro-skip paks → the game's Content\Paks\ folder:
- In Steam, right-click StarRupture → Manage → Browse local files, then open
StarRupture\Content\Paks\. - Copy the three
pakchunk260722-Windows_Pfiles (.pak,.utoc,.ucas) frominstall\Content-Paks\into that folder.
2. Auto-start plugin → the mod loader's plugins folder:
- With the ModLoader installed, copy
install\ModLoader-Plugins\AM-NoIntroAutoStart.dllintoStarRupture\Binaries\Win64\ModLoader\Plugins\. - Launch the game once. The loader generates
...\ModLoader\Plugins\config\AM-NoIntroAutoStart.ini. Open it and ensure:[General] Enabled=1 - Launch again — the game now boots straight to the menu.
Delete the three pakchunk260722-Windows_P files from Content\Paks\, and delete AM-NoIntroAutoStart.dll from the loader's Plugins\ folder. To keep the DLL but turn it off, set Enabled=0 in its .ini.
The plugin source is in src\. See BUILD.md.
AgenticalMods' modifications are licensed under the MIT License (see LICENSE). Unofficial, non-commercial fan mod — not affiliated with or endorsed by Creepy Jar. "StarRupture" and its assets are copyright Creepy Jar; all rights in the underlying game content remain those of Creepy Jar. Any Creepy Jar assets included appear only in modified form and are not licensed by AgenticalMods.
AlienX (AlienXAXS) — for the StarRupture Plugin SDK. Its game-SDK class definitions and mapping file (.usmap) made it possible to identify and edit the game asset this mod changes.