Skip to content

Commit

Permalink
Clarify where to find the sample scenario in game (#2141)
Browse files Browse the repository at this point in the history
  • Loading branch information
parracodea authored Aug 18, 2024
1 parent e063612 commit e38e9a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -287,13 +287,13 @@ <h2>1. Setting up the scenario file</h2>
end
</p>
<p>Save this file as <b>scenario_99_tutorial.lua</b> in the folder <b>EmptyEpsilon/scripts</b>.</p>
<p>Open EmptyEpsilon and start a new server. Your scenario should be at the bottom of the list. Select the scenario and start it, and notice that there a ship for the players is already present.</p>
<p>Open EmptyEpsilon and start a new server. Your scenario should be at the bottom of the list under the "Mission" category. Select the scenario and start it, and notice that there a ship for the players is already present.</p>
<h2>Tips &amp; Tricks</h2>
<ul>
<li><p>The file must start with <b>scenario_</b> and must be located in the <b>scripts</b> folder for EmptyEpsilon to recognize it as a scenario.</p></li>
<li><p>The number in the scenario filename sets the order in which EmptyEpsilon shows the scenarios. The final part of the filename is for reference only.</p></li>
<li><p>The scenario name and description displayed in the game are set by the <b>-- Name:</b> and <b>-- Description:</b> lines at the beginning of the scenario file. For multi-line descriptions, each line should immediately follow the previous line and start with three dashes ---.</p></li>
<li><p>Other lines starting with a double dash -- are comment lines in the scenario script that you can use for your own reference. The game ignores them.</p></li>
<li><p>The scenario name and description displayed in the game are set by the <b>-- Name:</b> and <b>-- Description:</b> lines at the beginning of the scenario file. For multi-line descriptions, each line should immediately follow the previous line and start with three dashes <b>---</b>. The <b>-- Type:</b> sets the "category" where this scenario can be found.</p></li>
<li><p>Other lines starting with a double dash <b>--</b> are comment lines in the scenario script that you can use for your own reference. The game ignores them.</p></li>
<li><p>To quickly examine the scenario, you can use the Game Master screen listed with the Alternative Options on the ship selection menu. This lets you view and modify the entire game world with ease.</p></li>
</ul>
</div>
Expand Down

0 comments on commit e38e9a7

Please sign in to comment.