fill out index.html
This commit is contained in:
parent
145c83d5f2
commit
f3464cced4
1 changed files with 81 additions and 2 deletions
|
@ -1,8 +1,87 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<title>Minecraft Crawler</title>
|
||||
<title>/vrg/ Crawler</title>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<main>
|
||||
<link rel="stylesheet" href="pico.red.min.css">
|
||||
<main class="container">
|
||||
<h1>/vrg/ Crawler</h1>
|
||||
|
||||
<p>Experience the least bad co-op dungeon crawling game in VR.</p>
|
||||
|
||||
<h2>What is this?</h2>
|
||||
<p>
|
||||
/vrg/ crawler is a Minecraft server and associated modpack that converts the game into a co-op dungeon crawling
|
||||
VR game, to the best of our ability. Think Ancient Dungeon, or Dungeons of Eternity, but good. You may enjoy
|
||||
this
|
||||
even if you don't like Minecraft.
|
||||
</p>
|
||||
<section id="features">
|
||||
<h2> Features </h2>
|
||||
<div class="grid">
|
||||
<article>Waggle Combat</article>
|
||||
<article>Skills</article>
|
||||
<article>Classes</article>
|
||||
<article>Magic</article>
|
||||
<article>Dungeons</article>
|
||||
<article>Loot</article>
|
||||
</div>
|
||||
</section>
|
||||
<section id="nb">
|
||||
<h2>Is this still Minecraft?</h2>
|
||||
<p>
|
||||
We've optimized this for combat, exploring, and looting, because these are actually fun to do in VR.
|
||||
The usual mining and crafting and building are still possible, but we've found that they just don't lend
|
||||
themselves to actually moving your arms around; inevitably, everyone just logs on in flat mode instead.
|
||||
</p>
|
||||
<p>If you want a more vanilla
|
||||
experience, try the other <a href="https://rentry.org/xrd2e">/vrg/ NA minecraft server</a>, or one of the <a
|
||||
href="https://boards.4chan.org/vm/catalog#s=minecraft">servers shilled on /vm/</a> .
|
||||
</p>
|
||||
</section>
|
||||
|
||||
<section id="download">
|
||||
<h2>Download</h2>
|
||||
<p>You have several options:</p>
|
||||
<div class="grid">
|
||||
<article>
|
||||
<details>
|
||||
<summary>Just give me the exe nerd</summary>
|
||||
<p>Ok.</p>
|
||||
</details>
|
||||
</article>
|
||||
<article>
|
||||
<details>
|
||||
<summary>I have MultiMC/PolyMC/Prism Launcher already</summary>
|
||||
<p>Ok.</p>
|
||||
</details>
|
||||
</article>
|
||||
<article>
|
||||
<details>
|
||||
<summary>I have my own autistic minecraft launcher setup, just give me the jars</summary>
|
||||
<p>Ok.</p>
|
||||
</details>
|
||||
</article>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section id="download">
|
||||
<h2>How to Play</h2>
|
||||
<p>
|
||||
Start the game, then connect to the server that's prefilled in the multiplayer menu.
|
||||
If it's your first time playing, you'll get some books in your inventory that explain things.
|
||||
</p>
|
||||
<p>
|
||||
If you're entirely new to vivecraft, you may have to set up the SteamVR bindings. TODO: link instructions
|
||||
</p>
|
||||
</section>
|
||||
|
||||
<section id="faq">
|
||||
<h3>What's actually in the mod pack?</h3>
|
||||
<p>See <a href=mods.html>the full modlist</a> for a nicely categorized list, with expandable full descriptions
|
||||
and links to the modrinth pages.</p>
|
||||
<h3>Something broke / the server is down!</h3>
|
||||
<p>Complain in <a href=vrg.party>the thread</a>, I'll see it.</p>
|
||||
</section>
|
||||
</main>
|
Loading…
Reference in a new issue