forked from maniaplanet/documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
31 lines (27 loc) · 2 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
---
layout: default
title: Home
---
<p>The Maniaplanet documentation is created to help to use the ressources of the tools of the Maniaplanet game operating system. With it you'll be able to do several things among:
<ul>
<li>Setup <a href="./dedicated-server/">a dedicated server</a></li>
<li>How to setup <a href="./dedicated-server/matchmaking.html">a MatchMaking infrastructure</a></li>
<li>Using the different tools of Maniaplanet like <a href="./creation/">the ActionMaker, the importer and more.</a></li>
<li>Learn to <a href="./creation/">code a Manialink and to learn the ManiaScript language</a></li>
<li>How to <a href="./creation/title/">create a Title Pack</a>, an advanced pack of contents which can include graphic mode, custom gamemode, custom weapons and more, created by the players! See this as an advanced modtool.</li>
</ul>
</p>
<div>
<div style="float: left; padding: 2.5px;"><img src="./img/server-browser.jpg" style="max-width: 300px"></div>
<div style="float: left; padding: 2.5px;"><img src="./creation/maniascript/tuto/img/hello-world-script.png" style="max-width: 300px"></div>
<div style="float: left; padding: 2.5px;"><img src="./img/Title-Packs.jpg" style="max-width: 300px"></div>
</div>
<div style="clear: left;">
<div style="float: left; padding: 2.5px;"><img src="./creation/map-editor/img/Map_Editor_UI_Edited.jpg" style="max-width: 300px"></div>
<div style="float: left; padding: 2.5px;"><img src="./img/tm-rpg.jpg" style="max-width: 300px"></div>
<div style="float: left; padding: 2.5px;"><img src="./creation/title/actionmaker/img/actionmaker_kamehameha.gif" style="max-width: 300px"></div>
</div>
<p style="clear: left;">The documentation is generated from the <a href="https://github.com/maniaplanet/documentation">maniaplanet documentation github repository</a>.<br />
Feel free to fork and make pull request to contribute!</p>
<p>Non technical documentation can be found on <a href="http://wiki.maniaplanet.com/en/">ManiaPlanet wiki</a>.</p>
</footer>