|
- <!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" />
- <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 Guides</title>
- </head>
- <body>
- <h1>Modding Guides</h1>
- <h3>Welcome to a collection of guides about modifying Gamecraft.</h3>
- <ul>
- <li>
- <a href="first.html"><span class="title">Getting Started</span><a>
- <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/>
- - Overview of Gamecraft's design<br/>
- - Best practices</p>
- </li>
- <li>
- <a href="install.html"><span class="title">Installing Mods</span><a>
- <p>This guide walks you through installing mods for Gamecraft. If the mod you are trying to install has it's own instructions, follow those instead. Subjects covered include:<br/>
- - Patching Gamecraft<br/>
- - Adding mods</p>
- </li>
- </ul>
- </body>
- </html>
|