magicctf-github-io/about.html
2018-08-13 16:24:41 +02:00

76 lines
6.6 KiB
HTML

<!doctype html>
<!-- Template for lua_api.html -->
<html lang="en">
<body data-spy="scroll" data-target="#contenttable" data-offset="15" style="background: url('background.png') no-repeat center center fixed;background-size: 100% 100%;background-repeat: no-repeat;image-rendering:optimizeSpeed">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Minetest Magic-CTF Game">
<meta name="author" content="Lars Müller">
<link rel="icon" href="icon.png">
<div class="bg"></div>
<title>Magic-CTF - About Magic-CTF</title>
<link rel="shortcut icon" href="favicon.ico">
<!-- Scripts and stylesheets -->
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link href="jumbotron.css" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
<!-- Table of content -->
<div class="position-fixed" id="toc2" style="left: 20px;">
<nav class="col-lg">
<ul class="nav flex-column nav-pills affix">
<a class="nav-link" href="index.html">Home</a><a class="nav-link" href="content.html">Content</a><a class="nav-link active" id="v-pills-home-tab" data-toggle="pill" href="about.html" role="tab" aria-controls="v-pills-home" aria-selected="true">About Magic-CTF</a><a class="nav-link" href="gallery.html">Gallery</a><a class="nav-link" href="licensing.html">Licensing</a><a class="nav-link" href="videos.html">Videos</a><a class="nav-link" href="playguide.html">Playguide</a><a class="nav-link" href="credits.html">Credits</a><a class="nav-link" href="releases.html">Releases</a><a class="nav-link" href="about_us.html">About Us</a>
<!--Python script places stuff here-->
</ul>
</nav>
</div>
<!-- Table of content -->
<div class="position-fixed" id="toc" style="right: 20px;">
<nav class="col-lg" id="contenttable">
<ul class="nav flex-column nav-pills affix" id="v-pills-tab" data-spy="affix" data-offset-top="205">
<li><a class="nav-link" href="#gheader1"><h1><p>About Magic-CTF</p></h1></a></li><li><a class="nav-link" href="#gheader2"><h2><p>Aim</p></h2></a></li><li><a class="nav-link" href="#gheader3"><h2><p>GitHub</p></h2></a></li><li><a class="nav-link" href="#gheader4"><h2><p>Logo</p></h2></a></li><li><a class="nav-link" href="#gheader5"><h2><p>Setup</p></h2></a></li><li><a class="nav-link" href="#gheader6"><h2><p>Required Minetest Version</p></h2></a></li><li><a class="nav-link" href="#gheader7"><h2><p>Todos</p></h2></a></li><li><a class="nav-link" href="#gheader8"><h2><p>Feedback</p></h2></a></li>
<!--Python script places stuff here-->
</ul>
</nav>
</div>
<!--<div class="jumbotron" style="background-color:rgba(0,0,0,0)">-->
<div class="row" style="width:60%;margin-left:20%;margin-right:20%;">
<div class="col-lg" style="display:inline-block;height:100%;">
<div>
<h1 id="gheader1"><p>About Magic-CTF</p></h1><br><br><h2 id="gheader2"><p>Aim</p></h2><br><br><p>Magic-CTF is a new CTF Game for Minetest. It is an important goal to have a strong magical component.</p><p>Therefore, the game tries to look &amp; feel somehow magical-medieval - accordingly, the HUD has been altered.</p><p>Other than rubenwardy&apos;s CTF, it doesnt focus on removing stuff to keep the game focused, but instead aims at adding even more.</p><p>That should lead to a more interesting gameplay. Players should be encouraged to develop their own strategies.</p><br><h2 id="gheader3"><p>GitHub</p></h2><br><br><p><a href="https://github.com/magicctf">GitHub Organization</a></p><br><h2 id="gheader4"><p>Logo</p></h2><br><br><p><img class="img-fluid" src="magicctflogoultrares.png" alt="Magic-CTF Logo"><div class="caption"><p>Magic-CTF Logo</p></div></p><br><h2 id="gheader5"><p>Setup</p></h2><br><br><p>For information on how to run a server or install a subgame, please visit Minetest Forum : <a href="https://forum.minetest.net/viewtopic.php?f=10&t=17373">Setting up, running, and maintaining a server</a></p><p>Go to the <a href="releases.html">release section</a>to download the Magic-CTF Minetest Subgame.</p><p>You can additionaly also get the High Contrast Texture Pack.</p><br><h2 id="gheader6"><p>Required Minetest Version</p></h2><br><br><p>Magic-CTF was developed &amp; tested on Minetest <code>0.4.17.1</code>, but should be compatible with <code>0.4.16.x</code> as well, because <code>4.17</code> is said to be a bugfix-only release. It is most likely also usable on MT <code>&gt; 0.4.13</code>.</p><p>It has several incompatibilities with <code>5.0.0</code>, due to player position change.</p><br><h2 id="gheader7"><p>Todos</p></h2><br><br><p>Mentioned in &quot;Content&quot; section.</p><br><br><h2 id="gheader8"><p>Feedback</p></h2><br><br><p>Feedback on Minetest Forum, please : <a href="https://forum.minetest.net/viewtopic.php?f=49&t=20523">Magic-CTF Project Thread</a></p>
</div>
<!--Python script places stuff here-->
<hr>
<p>Magic-CTF is a new, magically themed CTF Engine & Game for Minetest Servers.</p>
<p>Minetest is a free software game engine currently under development to create various games based on voxel gameplay, inspired by InfiniMiner, Minecraft, and the like. Minetest was originally created by Perttu Ahola (alias “celeron55”). </p>
<a>Page generated by </a><a href="https://github.com/appgurueu/md-pypage">md-pypage</a><a>.</a>
</div>
</div>
<!--</div>-->
<script>
var last=""
var objDiv=document.getElementById("toc")
function scroll() {
var elem=document.getElementsByClassName("nav-link active")[0]
if (elem != null && last != elem.textContent) {
last=elem.textContent;
objDiv.scrollTop = elem.offsetTop;
}
}
window.setInterval(scroll,5)
</script>
</body>
</html>