Command Line Arguments - kiooeht/ModTheSpire GitHub Wiki
ModTheSpire has some command line flags that exist to help mod creation. These can be used by launching ModTheSpire like this java -jar ModTheSpire.jar --out-jar or passed as program arguments if launched via an IDE.
-
--out-jarSee Out Jar. -
--debugEnables ModTheSpire's debug mode (also available as a checkbox in the launcher UI). -
--profile <name>Selects the specified mod list. -
--skip-launcherSkips the ModTheSpire launcher, immediately starting the game with the last selected mod list.- When used with
--profileimmediately starts the game with the mod list provided by that flag.
- When used with
-
--mods <modIDs>Skips the ModTheSpire launcher, immediately starting the game with the specified mods.-
<modIDs>is a comma-separated list of mod IDs and must include all dependencies (e.g.--mods basemod,stslib,bard).
-
-
--skip-introSkips the game's intro splash screen, dropping you immediately at the main menu after loading. -
--close-when-finishedCloses ModTheSpire once it has finished running. Use with--out-jarto close ModTheSpire once Out-Jar has finished. -
--imguiEnables LWJGL3 and Dear ImGui mode.