Browse Source

Create quick start guide for GCMM-based modding

master
NGnius 4 years ago
parent
commit
29084a721a
3 changed files with 63 additions and 7 deletions
  1. +9
    -1
      site/guides/index.html
  2. +48
    -0
      site/guides/quickstart.html
  3. +6
    -6
      site/index.html

+ 9
- 1
site/guides/index.html View File

@@ -21,9 +21,17 @@
<h1>Modding Guides</h1>
<h3>Welcome to a collection of guides about modifying Gamecraft.</h3>
<ul>
<a href="quickstart.html">
<li>
<span class="title">Quick Start</span>
<p>This guide walks you through installing a mod manager for Gamecraft. Subjects covered include:<br/>
- Downloading and running GCMM<br/>
- Installing mods</p>
</li>
</a>
<a href="first.html">
<li>
<span class="title">Getting Started</span>
<span class="title">Getting Started with Development</span>
<p>This guide lays the groundwork for modding Gamecraft. Subjects covered include:<br/>
- Setting up your development environment<br/>
- Making your first mod in Visual Studio<br/>


+ 48
- 0
site/guides/quickstart.html View File

@@ -0,0 +1,48 @@
<!DOCTYPE html>

<html lang="en">
<head>
<meta name="theme-color" content="#20c420" />
<meta name="author" content="Exmods community" />
<meta name="keywords" content="exmods,gamecraft,modding,mod" />
<meta name="og:type" content="website" />
<meta name="og:title" content="Exmods" />
<meta name="og:description" content="Gamecraft modding website" />
<meta name="description" content="Gamecraft modding website" />
<meta name="og:image" content="../static/favicon.png" />
<meta name="og:url" content="https://www.exmods.org" />
<meta charset="UTF-8" />
<link rel="icon" href="../static/favicon.png" type="image/x-icon"/>
<link rel="shortcut icon" href="../static/favicon.png" type="image/x-icon"/>
<link rel="stylesheet" href="../static/style.css" type="text/css" />
<title>Exmods Manager</title>
</head>
<body>
<h1>Gamecraft Mods Quick Start</h1>
<h5>by NGniusness</h5>
<!--<div>
<iframe width="850" height="480" sandbox="allow-same-origin allow-scripts" src="//TODO" frameborder="0" allowfullscreen class="iframe-player"></iframe>
</div>-->
<div class="text-content">
<h3>Get the Mod Manager</h3>
<h5>Dununununuh Modman!</h5>
<p>GCMM is the GameCraft Mod Manager created by <a href="https://twitter.com/NorbiPeti">NorbiPeti</a> which handles all the complicated parts of mods for Gamecraft.
Get GCMM by downloading the latest GCMM.zip file from <a href="https://git.exmods.org/NorbiPeti/GCMM/releases">https://git.exmods.org/NorbiPeti/GCMM/releases</a>.
When GCMM.zip is finished downloading, extract the zip file into a new folder.
Inside that folder, run GCMM.exe to start the application.
If SmartScreen blocks GCMM from running, click "More Information" and then "Run Anyway" to override.
In extreme cases, your antivirus software may block it as well (unfortunately, I'm unable to offer advice on overriding every antivirus software out there).
We promise that Gamecraft Mod Manager isn't a virus, but if you don't trust us run a virus scan on it or <a href="https://git.exmods.org/NorbiPeti/GCMM">read GCMM's source code</a>.</p>
<h3>Installing Mods</h3>
<h5>Manual installation is so yesterday</h5>
<p>With GCMM starting for the first time, it may prompt you for the location of Gamecraft on your computer. Point it to the location in necessary.
With GCMM configured and running, select the mod(s) you want to install and click install.
Then launch Gamecraft with Steam or GCMM.
And that's it. You should now have a modded Gamecraft client with your choice of mods installed.</p>
</div>
<footer>
exmods.org|<a href="https://git.exmods.org/ExMods/html-site">Site Repository</a>|<a href="https://exmods.org">Home</a>|<a href="https://discord.gg/2CtWzZT">Discord</a>|<a href="https://twitter.com/GamecraftMods">Twitter</a>
</footer>
</body>
</html>

+ 6
- 6
site/index.html View File

@@ -19,15 +19,15 @@
</head>
<body style="background-color: #404040; color: #20c420;">
<h1>Welcome to the unofficial Gamecraft mod site</h1>
<h5>This site is run and maintained by Exmods, the Gamecraft modding group. We're big, nerdy fans of Gamecraft but we're not a part of FreeJam and we're definitely not Gamecraft developers.</h5>
<h5>This site is run and maintained by Exmods, the Gamecraft modding group. We're big, nerdy fans of Gamecraft but we're not a part of FreeJam and we're definitely not Gamecraft developers.<br/>We're definitely Gamecraft <i>mod</i> developers though!</h5>
<div style="margin-left:1.5%;">
<div style="width:49.5%; text-align:center;" class="inline link">
<a href="/guides/install.html">
<a href="/guides/quickstart.html">
<div class="text-content">
<img src="static/favicon.png" alt="Exmods Logo" width="12%"/>
<h3 class="link">Quick Start Guide</h3>
<p class="link">
Want to install a mod? Get a modded instance of Gamecraft up and running in just a few minutes. Follow the video or text guide.
Want to install a mod or two? Get a modded instance of Gamecraft up and running in just a few minutes by downloading the Gamecraft Mod Manager.
</p>
</div>
</a>
@@ -39,7 +39,7 @@
<img src="static/commands-logo.png" alt="Terminal Prompt Logo" width="12%"/>
<h3 class="link">Dev Guide</h3>
<p class="link">
Want to make your own mod? With the video or text guide, you can learn how to write your own mod in C# using the GamecraftModdingAPI.
Want to make your own mod? With the video or text guide, you can learn how to write your own mod in C# using the GamecraftModdingAPI and GCIPA.
</p>
</div>
</a>
@@ -75,7 +75,7 @@
<img src="static/gitea-logo.png" alt="Gitea Logo" width="12%"/>
<h3 class="link">Code Repository</h3>
<p class="link">
Access the Exmods-hosted code repository for Gamecraft mods. This stores the source code for many Gamecraft mods as well as downloads and development tools.
Access the Exmods-hosted code repository for Gamecraft mods. This contains the source code for many Gamecraft mods as well as downloads and development tools.
</p>
</div>
</a>
@@ -86,7 +86,7 @@
<img src="static/discord-logo.png" alt="Discord Logo" width="12%"/>
<h3 class="link">Discord Server</h3>
<p class="link">
Join the official Exmods Discord server to chat with fellow modding aficionados. Many mod developers are also there to provide technical support for mods.
Join the official Exmods Discord server to chat with fellow modding aficionados. Many mod developers are also there to provide technical support for newbies.
</p>
</div>
</a>


Loading…
Cancel
Save