Design and logic for user-facing site https://exmods.org
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

51 Zeilen
3.1KB

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta name="theme-color" content="#20c420" />
  5. <meta name="author" content="Exmods community" />
  6. <meta name="keywords" content="exmods,gamecraft,modding,mod" />
  7. <meta name="og:type" content="website" />
  8. <meta name="og:title" content="Exmods" />
  9. <meta name="og:description" content="Gamecraft modding website" />
  10. <meta name="description" content="Gamecraft modding website" />
  11. <meta name="og:image" content="../static/favicon.png" />
  12. <meta name="og:url" content="https://www.exmods.org" />
  13. <meta charset="UTF-8" />
  14. <link rel="icon" href="../static/favicon.png" type="image/x-icon"/>
  15. <link rel="shortcut icon" href="../static/favicon.png" type="image/x-icon"/>
  16. <link rel="stylesheet" href="../static/style.css" type="text/css" />
  17. <title>Exmods Manager</title>
  18. </head>
  19. <body>
  20. <h1>Gamecraft Mods Quick Start</h1>
  21. <h5>by NGniusness</h5>
  22. <!--<div>
  23. <iframe width="850" height="480" sandbox="allow-same-origin allow-scripts" src="//TODO" frameborder="0" allowfullscreen class="iframe-player"></iframe>
  24. </div>-->
  25. <div class="text-content">
  26. <h3>Get the Mod Manager</h3>
  27. <h5>Dununununuh Modman!</h5>
  28. <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.
  29. 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>.
  30. When GCMM.zip is finished downloading, extract the zip file into a new folder.
  31. Inside that folder, run GCMM.exe to start the application.
  32. If SmartScreen blocks GCMM from running, click "More Information" and then "Run Anyway" to override.
  33. 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).
  34. 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>
  35. <h3>Installing Mods</h3>
  36. <h5>Manual installation is so yesterday</h5>
  37. <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.
  38. With GCMM configured and running, select the mod(s) you want to install and click install.
  39. Then launch Gamecraft with GCMM.
  40. You will need to launch Gamecraft through GCMM at least once initially, and after every Gamecraft update, for Gamecraft to load mods.
  41. After that, you can launch Gamecraft as normal through Steam and it will load mods.
  42. And that's it. You should now have a modded Gamecraft client with your choice of mods installed.</p>
  43. </div>
  44. <footer>
  45. 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>
  46. </footer>
  47. </body>
  48. </html>