You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

199 lines
8.2 KiB

  1. <!DOCTYPE html>
  2. <!--[if IE]><![endif]-->
  3. <html>
  4. <head>
  5. <meta charset="utf-8">
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  7. <title>The Command Line </title>
  8. <meta name="viewport" content="width=device-width">
  9. <meta name="title" content="The Command Line ">
  10. <meta name="generator" content="docfx 2.44.0.0">
  11. <link rel="shortcut icon" href="../favicon.ico">
  12. <link rel="stylesheet" href="../styles/docfx.vendor.css">
  13. <link rel="stylesheet" href="../styles/docfx.css">
  14. <link rel="stylesheet" href="../styles/main.css">
  15. <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
  16. <meta property="docfx:navrel" content="../toc.html">
  17. <meta property="docfx:tocrel" content="toc.html">
  18. <meta property="docfx:rel" content="../">
  19. <meta property="docfx:newtab" content="true">
  20. </head> <body data-spy="scroll" data-target="#affix" data-offset="120">
  21. <div id="wrapper">
  22. <header>
  23. <nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
  24. <div class="container">
  25. <div class="navbar-header">
  26. <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
  27. <span class="sr-only">Toggle navigation</span>
  28. <span class="icon-bar"></span>
  29. <span class="icon-bar"></span>
  30. <span class="icon-bar"></span>
  31. </button>
  32. <a class="navbar-brand" href="../index.html">
  33. <img id="logo" class="svg" src="../logo.svg" alt="">
  34. </a>
  35. </div>
  36. <div class="collapse navbar-collapse" id="navbar">
  37. <form class="navbar-form navbar-right" role="search" id="search">
  38. <div class="form-group">
  39. <input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
  40. </div>
  41. </form>
  42. </div>
  43. </div>
  44. </nav>
  45. <div class="subnav navbar navbar-default">
  46. <div class="container hide-when-search" id="breadcrumb">
  47. <ul class="breadcrumb">
  48. <li></li>
  49. </ul>
  50. </div>
  51. </div>
  52. </header>
  53. <div class="container body-content">
  54. <div id="search-results">
  55. <div class="search-list"></div>
  56. <div class="sr-items">
  57. <p><i class="glyphicon glyphicon-refresh index-loading"></i></p>
  58. </div>
  59. <ul id="pagination"></ul>
  60. </div>
  61. </div>
  62. <div role="main" class="container body-content hide-when-search">
  63. <div class="sidenav hide-when-search">
  64. <a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
  65. <div class="sidetoggle collapse" id="sidetoggle">
  66. <div id="sidetoc"></div>
  67. </div>
  68. </div>
  69. <div class="article row grid-right">
  70. <div class="col-md-10">
  71. <article class="content wrap" id="_content" data-uid="">
  72. <h1 id="the-command-line">The Command Line</h1>
  73. <p>BSIPA has 2 command lines: the installer, and the game.</p>
  74. <p>Their documentation is below.</p>
  75. <div class="tabGroup" id="tabgroup_8icGlBCLD4">
  76. <ul role="tablist">
  77. <li role="presentation">
  78. <a href="#tabpanel_8icGlBCLD4_installer" role="tab" aria-controls="tabpanel_8icGlBCLD4_installer" data-tab="installer" tabindex="0" aria-selected="true">The Installer (<code>IPA.exe</code>)</a>
  79. </li>
  80. <li role="presentation">
  81. <a href="#tabpanel_8icGlBCLD4_game" role="tab" aria-controls="tabpanel_8icGlBCLD4_game" data-tab="game" tabindex="-1">The Game</a>
  82. </li>
  83. </ul>
  84. <section id="tabpanel_8icGlBCLD4_installer" role="tabpanel" data-tab="installer">
  85. <p>The installer has quite a few options, which are documented inline with the <code>-h</code> or <code>--help</code> flag.</p>
  86. <p>This is what it currently looks like:</p>
  87. <p>&gt;</p>
  88. <blockquote><!-- Can not find reference _ipa_command_line.txt -->
  89. </blockquote>
  90. </section>
  91. <section id="tabpanel_8icGlBCLD4_game" role="tabpanel" data-tab="game" aria-hidden="true" hidden="hidden">
  92. <p>The game <em>also</em> gets quite a few command line options, though there isn&#39;t anything as convenient as a help page for them.</p>
  93. <p>Here&#39;s a quick list of what they are and what they do.</p>
  94. <ul>
  95. <li><code>--debug</code>
  96. &gt;
  97. &gt; Enables the loading of debug information in Mono. The debugging information must be in the portable PDB format,
  98. &gt; in the same location as the DLL that it&#39;s for.
  99. &gt;
  100. &gt; This option also forces BSIPA to show all debug messages in the console, as well as where they were called.
  101. &gt;
  102. &gt; This overrides the config settings <code>Debug.ShowDebug</code> and <code>Debug.ShowCallSource</code>.
  103. &gt;</li>
  104. <li><code>--mono-debug</code>
  105. &gt;
  106. &gt; Enables the built-in Mono soft debugger engine.
  107. &gt;
  108. &gt; By default, it acts as a client, and requires that there be a soft
  109. &gt; debugger server running on port 10000 on <code>localhost</code>.
  110. &gt;
  111. &gt; Implies <code>--debug</code>.
  112. &gt;</li>
  113. <li><code>--server</code>
  114. &gt;
  115. &gt; Does nothing on its own.
  116. &gt;
  117. &gt; When paired with <code>--mono-debug</code>, this option makes the Mono soft debugger act in server mode. It begins listening on
  118. &gt; port 10000 on any address, and will pause startup (with no window) until a debugger is connected. I reccommend using
  119. &gt; SDB, but that is a command line debugger and a lot of people don&#39;t care for those.
  120. &gt;</li>
  121. <li><code>--no-yeet</code>
  122. &gt;
  123. &gt; Disables mod yeeting.
  124. &gt;
  125. &gt; By default, whenever BSIPA detects that the game is now running a newer version than previous runs, it will move all
  126. &gt; mods to another folder and not load them. (They still get checked for updates though.) When this is enabled, that
  127. &gt; behaviour is disabled.
  128. &gt;
  129. &gt; Overrides the config setting <code>YeetMods</code>.
  130. &gt;</li>
  131. <li><code>--condense-logs</code>
  132. &gt;
  133. &gt; Reduces the number of log files BSIPA will output for a given session.
  134. &gt;
  135. &gt; By default, BSIPA will create a subfolder in the <code>Logs</code> folder for each mod sublog, as well as each mod. This disables
  136. &gt; that behaviour, and restricts it to only create a global log and mod logs.
  137. &gt;
  138. &gt; Overrides the config setting <code>Debug.CondenseModLogs</code>.
  139. &gt;</li>
  140. <li><code>--no-updates</code>
  141. &gt;
  142. &gt; Disables automatic updating.
  143. &gt;
  144. &gt; By default, BSIPA will check <a href="http://beatmods.com">BeatMods</a> for all of the loaded mods to see if there is a new version
  145. &gt; avaliable. If there is, it will be downloaded and installed on the next run. This flag disables that behaviour.
  146. &gt;
  147. &gt; Overrides the config settings <code>Updates.AutoCheckUpdates</code> and <code>Updates.AutoUpdate</code>.
  148. &gt;</li>
  149. </ul>
  150. </section>
  151. </div>
  152. </article>
  153. </div>
  154. <div class="hidden-sm col-md-2" role="complementary">
  155. <div class="sideaffix">
  156. <div class="contribution">
  157. <ul class="nav">
  158. <li>
  159. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/6f232b795b1f67ccc24efe0c25498ff55f28121e/docs/articles/command-line.md/#L1" class="contribution-link">Improve this Doc</a>
  160. </li>
  161. </ul>
  162. </div>
  163. <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
  164. <!-- <p><a class="back-to-top" href="#top">Back to top</a><p> -->
  165. </nav>
  166. </div>
  167. </div>
  168. </div>
  169. </div>
  170. <footer>
  171. <div class="grad-bottom"></div>
  172. <div class="footer">
  173. <div class="container">
  174. <span class="pull-right">
  175. <a href="#top">Back to top</a>
  176. </span>
  177. <span>Generated by <strong>DocFX</strong></span>
  178. </div>
  179. </div>
  180. </footer>
  181. </div>
  182. <script type="text/javascript" src="../styles/docfx.vendor.js"></script>
  183. <script type="text/javascript" src="../styles/docfx.js"></script>
  184. <script type="text/javascript" src="../styles/main.js"></script>
  185. </body>
  186. </html>