You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h2>The requested page could not be found.<aclass="headerlink" href="#the-requested-page-could-not-be-found" title="Permalink to this heading">#</a></h2>
316
+
<h2>The requested page could not be found.<aclass="headerlink" href="#the-requested-page-could-not-be-found" title="Link to this heading">#</a></h2>
317
317
</section>
318
318
</section>
319
319
@@ -433,9 +433,9 @@ <h2>The requested page could not be found.<a class="headerlink" href="#the-reque
<h1>ViZDoom documentation<aclass="headerlink" href="#vizdoom-documentation" title="Permalink to this heading">#</a></h1>
314
+
<h1>ViZDoom documentation<aclass="headerlink" href="#vizdoom-documentation" title="Link to this heading">#</a></h1>
315
315
<p>This directory contains the documentation for ViZDOOm.</p>
316
316
<p>For more information about how to contribute to the documentation go to our <aclass="reference external" href="https://github.com/Farama-Foundation/Celshast/blob/main/CONTRIBUTING.md">CONTRIBUTING.md</a></p>
317
317
<p>If you edit the C++ documentation (inside <codeclass="docutils literal notranslate"><spanclass="pre">api_cpp</span></code>), you need to run to update other files:</p>
<h1>Configuration files<aclass="headerlink" href="#configuration-files" title="Permalink to this heading">#</a></h1>
314
+
<h1>Configuration files<aclass="headerlink" href="#configuration-files" title="Link to this heading">#</a></h1>
315
315
<p>Instead of configuring the ViZDoom in code, you can load it from the configuration file(s). Each file is read sequentially, so multiple entries with the same key will overwrite previous entries.</p>
316
316
<sectionid="format">
317
-
<h2>Format<aclass="headerlink" href="#format" title="Permalink to this heading">#</a></h2>
317
+
<h2>Format<aclass="headerlink" href="#format" title="Link to this heading">#</a></h2>
318
318
<p>Each entry in a configraution file is a pair of <strong>key</strong> and <strong>value</strong> separated by an equal sign (<strong>“=”</strong>). The file format should also abide the following rules:</p>
319
319
<ulclass="simple">
320
320
<li><p>one entry per line (except for list parameters),</p></li>
@@ -325,15 +325,15 @@ <h2>Format<a class="headerlink" href="#format" title="Permalink to this heading"
325
325
</ul>
326
326
<p>A violation of any of these rules will result in ignoring <strong>only</strong> the line with the error and sending a warning message to stderr (“WARNING! Loading config from: …”).</p>
327
327
<sectionid="list-of-values">
328
-
<h3>List of values<aclass="headerlink" href="#list-of-values" title="Permalink to this heading">#</a></h3>
328
+
<h3>List of values<aclass="headerlink" href="#list-of-values" title="Link to this heading">#</a></h3>
329
329
<p><strong>available_buttons</strong> and <strong>available_game_variables</strong> are special parameters, which use multiple values and instead of a single value they expect a list of values separated by whitespaces and enclosed within braces (“{” and “}”). The list can stretch throughout multiple lines as long as all values are separated from each other by whitespaces.</p>
330
330
</section>
331
331
<sectionid="appending-values">
332
-
<h3>Appending values<aclass="headerlink" href="#appending-values" title="Permalink to this heading">#</a></h3>
332
+
<h3>Appending values<aclass="headerlink" href="#appending-values" title="Link to this heading">#</a></h3>
333
333
<p>Each list assignment (<strong>KEY = { VALUES }</strong>)clears values specified for this key before (in other configuration files or in the code). That is why the *<em>append operator(<em>KEY += { VALUES })</em></em> is available. This way you can more easily combine multiple configuration files and tinker in code.</p>
334
334
</section>
335
335
<sectionid="supported-configuration-keys">
336
-
<h3>Supported configuration keys:<aclass="headerlink" href="#supported-configuration-keys" title="Permalink to this heading">#</a></h3>
336
+
<h3>Supported configuration keys:<aclass="headerlink" href="#supported-configuration-keys" title="Link to this heading">#</a></h3>
<p>See also: <aclass="reference internal" href="#DoomGame.md"><spanclass="xref myst"><codeclass="docutils literal notranslate"><spanclass="pre">DoomGame</span></code></span></a> for config keys and functions related to them.</p>
383
383
</section>
384
384
<sectionid="sample-configuration-file-content">
385
-
<h3>Sample configuration file content:<aclass="headerlink" href="#sample-configuration-file-content" title="Permalink to this heading">#</a></h3>
385
+
<h3>Sample configuration file content:<aclass="headerlink" href="#sample-configuration-file-content" title="Link to this heading">#</a></h3>
0 commit comments