Updated HTML docs

This commit is contained in:
Griatch 2020-10-19 22:46:24 +02:00
parent 8936980973
commit 2d53d75aea
355 changed files with 24586 additions and 5844 deletions

View file

@ -5,7 +5,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>2. The Tutorial World &#8212; Evennia 1.0-dev documentation</title>
<title>The Tutorial World &#8212; Evennia 1.0-dev documentation</title>
<link rel="stylesheet" href="../../../_static/nature.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<script id="documentation_options" data-url_root="../../../" src="../../../_static/documentation_options.js"></script>
@ -15,7 +15,9 @@
<script src="../../../_static/language_data.js"></script>
<link rel="shortcut icon" href="../../../_static/favicon.ico"/>
<link rel="index" title="Index" href="../../../genindex.html" />
<link rel="search" title="Search" href="../../../search.html" />
<link rel="search" title="Search" href="../../../search.html" />
<link rel="next" title="Starting to code Evennia" href="Python-basic-introduction.html" />
<link rel="prev" title="Using the game and building stuff" href="Building-Quickstart.html" />
</head><body>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
@ -26,8 +28,15 @@
<li class="right" >
<a href="../../../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="right" >
<a href="Python-basic-introduction.html" title="Starting to code Evennia"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="Building-Quickstart.html" title="Using the game and building stuff"
accesskey="P">previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../../../index.html">Evennia 1.0-dev</a> &#187;</li>
<li class="nav-item nav-item-this"><a href=""><span class="section-number">2. </span>The Tutorial World</a></li>
<li class="nav-item nav-item-1"><a href="Starting-Part1.html" accesskey="U">Starting Tutorial (Part 1)</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">The Tutorial World</a></li>
</ul>
</div>
@ -37,8 +46,7 @@
<div class="body" role="main">
<div class="section" id="the-tutorial-world">
<h1><span class="section-number">2. </span>The Tutorial World<a class="headerlink" href="#the-tutorial-world" title="Permalink to this headline"></a></h1>
<p><a class="reference internal" href="Building-Quickstart.html"><span class="doc">prev lesson</span></a> | <a class="reference internal" href="Python-basic-introduction.html"><span class="doc">next lesson</span></a></p>
<h1>The Tutorial World<a class="headerlink" href="#the-tutorial-world" title="Permalink to this headline"></a></h1>
<p>The <em>Tutorial World</em> is a small and functioning MUD-style game world shipped with Evennia.<br />Its a small showcase of what is possible. It can also be useful for those who have an easier
time learning by deconstructing existing code.</p>
<p>Stand in the Limbo room and install it with</p>
@ -57,7 +65,7 @@ to discover the whereabouts of a mythical weapon. Make sure you dont play as
<p>Enter the new exit by writing <code class="docutils literal notranslate"><span class="pre">tutorial</span></code>. Enjoy! If you succeed you will eventually
end up back in Limbo.</p>
<div class="section" id="gameplay">
<h2><span class="section-number">2.1. </span>Gameplay<a class="headerlink" href="#gameplay" title="Permalink to this headline"></a></h2>
<h2>Gameplay<a class="headerlink" href="#gameplay" title="Permalink to this headline"></a></h2>
<p><img alt="the castle off the moor" src="https://images-wixmp-ed30a86b8c4ca887773594c2.wixmp.com/f/22916c25-6299-453d-a221-446ec839f567/da2pmzu-46d63c6d-9cdc-41dd-87d6-1106db5a5e1a.jpg/v1/fill/w_600,h_849,q_75,strp/the_castle_off_the_moor_by_griatch_art_da2pmzu-fullview.jpg?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1cm46YXBwOiIsImlzcyI6InVybjphcHA6Iiwib2JqIjpbW3siaGVpZ2h0IjoiPD04NDkiLCJwYXRoIjoiXC9mXC8yMjkxNmMyNS02Mjk5LTQ1M2QtYTIyMS00NDZlYzgzOWY1NjdcL2RhMnBtenUtNDZkNjNjNmQtOWNkYy00MWRkLTg3ZDYtMTEwNmRiNWE1ZTFhLmpwZyIsIndpZHRoIjoiPD02MDAifV1dLCJhdWQiOlsidXJuOnNlcnZpY2U6aW1hZ2Uub3BlcmF0aW9ucyJdfQ.omuS3D1RmFiZCy9OSXiIita-HxVGrBok3_7asq0rflw" /></p>
<p><em>To get into the mood of this miniature quest, imagine you are an adventurer out to find fame and
fortune. You have heard rumours of an old castle ruin by the coast. In its depth a warrior princess
@ -67,7 +75,7 @@ this is a chance to adventure that you cannot turn down!</em></p>
face you stand where the moor meets the sea along a high, rocky coast …</em></p>
<hr class="docutils" />
<div class="section" id="hints">
<h3><span class="section-number">2.1.1. </span>Hints:<a class="headerlink" href="#hints" title="Permalink to this headline"></a></h3>
<h3>Hints:<a class="headerlink" href="#hints" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li><p>Look at everything. While a demo, this is not necessarily trivial, depending on your experience with
text-based adventure games. Just remember that everything can be solved or bypassed.</p></li>
@ -89,7 +97,7 @@ means being left in the dark …</p></li>
</div>
</div>
<div class="section" id="once-you-are-done-or-had-enough">
<h2><span class="section-number">2.2. </span>Once you are done (or had enough)<a class="headerlink" href="#once-you-are-done-or-had-enough" title="Permalink to this headline"></a></h2>
<h2>Once you are done (or had enough)<a class="headerlink" href="#once-you-are-done-or-had-enough" title="Permalink to this headline"></a></h2>
<p>Afterwards youll either have conquered the old ruin and returned in glory and triumph … or
you returned limping and whimpering from the challenge through <code class="docutils literal notranslate"><span class="pre">telport</span> <span class="pre">limbo</span></code>.
Either way you should now be back in Limbo, able to reflect on the experience.</p>
@ -124,7 +132,7 @@ you will usually need to worry about when making your own game.</p>
<p>Quite a lot of stuff crammed in such a small area!</p>
</div>
<div class="section" id="uninstall-the-tutorial-world">
<h2><span class="section-number">2.3. </span>Uninstall the tutorial world<a class="headerlink" href="#uninstall-the-tutorial-world" title="Permalink to this headline"></a></h2>
<h2>Uninstall the tutorial world<a class="headerlink" href="#uninstall-the-tutorial-world" title="Permalink to this headline"></a></h2>
<p>Once are done playing with the tutorial world, lets uninstall it.
Uninstalling the tutorial world basically means deleting all the rooms and objects it consists of.
Make sure you are back in Limbo, then</p>
@ -144,7 +152,6 @@ command finishes.</p>
<p>Even if the game-style of the Tutorial-world was not similar to the one you are interested in, it
should hopefully have given you a little taste of some of the possibilities of Evennia. Now well
move on with how to access this power through code.</p>
<p><a class="reference internal" href="Building-Quickstart.html"><span class="doc">prev lesson</span></a> | <a class="reference internal" href="Python-basic-introduction.html"><span class="doc">next lesson</span></a></p>
</div>
</div>
@ -170,17 +177,23 @@ move on with how to access this power through code.</p>
<script>$('#searchbox').show(0);</script>
<p><h3><a href="../../../index.html">Table of Contents</a></h3>
<ul>
<li><a class="reference internal" href="#">2. The Tutorial World</a><ul>
<li><a class="reference internal" href="#gameplay">2.1. Gameplay</a><ul>
<li><a class="reference internal" href="#hints">2.1.1. Hints:</a></li>
<li><a class="reference internal" href="#">The Tutorial World</a><ul>
<li><a class="reference internal" href="#gameplay">Gameplay</a><ul>
<li><a class="reference internal" href="#hints">Hints:</a></li>
</ul>
</li>
<li><a class="reference internal" href="#once-you-are-done-or-had-enough">2.2. Once you are done (or had enough)</a></li>
<li><a class="reference internal" href="#uninstall-the-tutorial-world">2.3. Uninstall the tutorial world</a></li>
<li><a class="reference internal" href="#once-you-are-done-or-had-enough">Once you are done (or had enough)</a></li>
<li><a class="reference internal" href="#uninstall-the-tutorial-world">Uninstall the tutorial world</a></li>
</ul>
</li>
</ul>
<h4>Previous topic</h4>
<p class="topless"><a href="Building-Quickstart.html"
title="previous chapter">Using the game and building stuff</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="Python-basic-introduction.html"
title="next chapter">Starting to code Evennia</a></p>
<div role="note" aria-label="source link">
<!--h3>This Page</h3-->
<ul class="this-page-menu">
@ -207,8 +220,15 @@ move on with how to access this power through code.</p>
<li class="right" >
<a href="../../../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="right" >
<a href="Python-basic-introduction.html" title="Starting to code Evennia"
>next</a> |</li>
<li class="right" >
<a href="Building-Quickstart.html" title="Using the game and building stuff"
>previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../../../index.html">Evennia 1.0-dev</a> &#187;</li>
<li class="nav-item nav-item-this"><a href=""><span class="section-number">2. </span>The Tutorial World</a></li>
<li class="nav-item nav-item-1"><a href="Starting-Part1.html" >Starting Tutorial (Part 1)</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">The Tutorial World</a></li>
</ul>
</div>
<div class="footer" role="contentinfo">