|
- <!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 if necessary.
- With GCMM configured and running, select the mod(s) you want to install and click install.
- Then launch Gamecraft with GCMM.
- You will need to launch Gamecraft through GCMM at least once initially, and after every Gamecraft update, for Gamecraft to load mods.
- After that, you can launch Gamecraft as normal through Steam and it will load mods.
- 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>
|