Design and logic for user-facing site https://exmods.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

56 lines
3.7KB

  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="Techblox modding website" />
  10. <meta name="description" content="Techblox 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 Installing Mods</title>
  18. </head>
  19. <body>
  20. <h1>Installing Mods</h1>
  21. <h5>by NGniusness</h5>
  22. <div>
  23. <iframe width="850" height="480" sandbox="allow-same-origin allow-scripts" src="https://peertube.co.uk/videos/embed/675450a9-431e-4db5-9a05-5aa429077c27?title=0&warningTitle=0" frameborder="0" allowfullscreen class="iframe-player"></iframe>
  24. </div>
  25. <div class="text-content">
  26. <h3>Patching The Game</h3>
  27. <h5>Techblox: <a href="https://www.youtube.com/watch?v=msX4oAXpvUE">I'm getting hacked</a></h5>
  28. <p>The first step towards installing mods in Techblox is patching the game with the <a href="https://git.exmods.org/modtainers/GCIPA/releases">latest release of GCIPA</a>.
  29. If you've already done this for another Techblox mod, you should skip this step.
  30. This is exactly the the same for Gamecraft (it's just an updated version of the same patching program, too).
  31. To install GCIPA, download the latest release and unzip it to where you installed Techblox.
  32. You can find where Techblox is installed through your Steam Library by right-clicking Techblox and selecting "Properties...".
  33. A properties window should open, with a tab called "Local Files".
  34. From that tab, click on "Browse Local Files..." and a file explorer menu should open.
  35. When you've extracted the files, you should see three new files, one called IPA (aka IPA.exe), and a new folder called IPA.
  36. Drag and drop Techblox (aka TechbloxPreview.exe) onto the IPA file (IPA.exe) to patch the game.
  37. To confirm that it's successful, an empty folder called "Plugins" should have been created as a result.
  38. If the Plugins folder is there, the game has been successfully patched and you can move on to the next step.
  39. (NOTE: you will need to re-patch the game everytime Techblox updates)</p>
  40. <h3>Adding Mods</h3>
  41. <h5>Because multiplying mods is too hard</h5>
  42. <p>For this step, you'll need the "Plugins" folder that IPA created for you.
  43. Navigate into that "Plugins" folder and unzip the mod there.
  44. You should now see a file called something similar to "[name of mod].dll".
  45. Depending on the mod, there may be some other file or folders as well, but you don't need to worry about those provided there's one similar to "[name of mod].dll".
  46. If you accidentally extract a mod into it's own folder within the Plugins folder, the mod will not work.
  47. Your mod is now installed. The next time you launch Techblox, the mod will be ready to go.
  48. If you open Player.log (found in the %APPDATA%/../LocalLow/FreeJam/Techblox/ folder), you should now see the mod's name.</p>
  49. </div>
  50. <footer>
  51. 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>
  52. </footer>
  53. </body>
  54. </html>