|
6 | 6 | <div id="lk-download"> |
7 | 7 | <p>The Spore ModAPI Launcher Kit installs, manages, and loads mods for Spore.</p> |
8 | 8 | <p>It is the recommended way to install all mods, and allows mods to use advanced features, such as introducing new game modes, cheats, configurable options, and more.</p> |
9 | | - <a target="_blank" rel="noopener noreferrer" href="{{ page.lk_download_url }}"><button>Download Spore ModAPI Launcher Kit {{ site.github.latest_release.name }}</button></a> |
| 9 | + <a rel="noopener" href="{{ page.lk_download_url }}"><button>Download Spore ModAPI Launcher Kit {{ site.github.latest_release.name }}</button></a> |
10 | 10 | <p>Linux or Mac user? <a href="support/linux-mac">See here</a></p> |
11 | 11 | <p>Requires Spore and Galactic Adventures from disc, EA App, Steam, or GOG. <a href="support/game-versions">Supported game versions</a></p> |
12 | 12 | <p>Don't own the game? We recommend <a target="_blank" rel="noopener noreferrer" href="{{ page.gog_url }}">GOG</a></p> |
13 | 13 | </div> |
14 | 14 |
|
15 | 15 | <div id="useful-links"> |
16 | | - <a target="_blank" rel="noopener noreferrer" href="{{ page.modbrowser_url }}"><button>Find Mods</button></a> |
| 16 | + <a target="_blank" rel="noopener" href="{{ page.modbrowser_url }}"><button>Find Mods</button></a> |
17 | 17 | <a href="developers"><button>Make Your Own Mods</button></a> |
18 | 18 | <a target="_blank" rel="noopener noreferrer" href="{{ page.smc_discord_url }}"><button>Spore Modding Community Discord</button></a> |
19 | 19 | </div> |
|
24 | 24 |
|
25 | 25 | <div id="easy-installer"> |
26 | 26 | <div class="lk-app-heading"> |
27 | | - <img src="/style/images/installer.png" width="32" height="32"> |
| 27 | + <img src="/style/images/installer.png" width="32" height="32" alt="Easy Installer icon"> |
28 | 28 | <h2>Easy Installer</h2> |
29 | 29 | </div> |
30 | 30 | <p>Open the Easy Installer to pick mods to install.</p> |
31 | 31 | <p>You can install mods using the .sporemod format or the .package format.</p> |
32 | | - <img src="/screenshots/installer.png" class="screenshot"> |
| 32 | + <img src="/screenshots/installer.png" class="screenshot" alt="Screenshot of Easy Installer"> |
33 | 33 | <p>Some mods will allow you to customize options during installation. You can change these later in the Easy Uninstaller.</p> |
34 | 34 | <p>The correct mod files are automatically placed in the correct location, regardless of where the game is installed from.</p> |
35 | 35 | <p><em>Mods are not checked for quality or safety. Only install mods from trusted sources.</em></p> |
36 | 36 | </div> |
37 | 37 |
|
38 | 38 | <div id="easy-uninstaller"> |
39 | 39 | <div class="lk-app-heading"> |
40 | | - <img src="/style/images/uninstaller.png" width="32" height="32"> |
| 40 | + <img src="/style/images/uninstaller.png" width="32" height="32" alt="Easy Uninstaller icon"> |
41 | 41 | <h2>Easy Uninstaller</h2> |
42 | 42 | </div> |
43 | 43 | <p>Open the Easy Uninstaller to see a list of your installed mods, change their settings, or uninstall them.</p> |
44 | | - <img src="/screenshots/uninstaller.png" class="screenshot"> |
| 44 | + <img src="/screenshots/uninstaller.png" class="screenshot" alt="Screenshot of Easy Uninstaller"> |
45 | 45 | <p>To uninstall mods, check the box next to the mod, and click the "Uninstall Selected" button.</p> |
46 | 46 | <p>Mods that show a gear icon have configurable options. Click the gear to change options or uninstall the mod.</p> |
47 | 47 | </div> |
48 | 48 |
|
49 | 49 | <div id="launcher"> |
50 | 50 | <div class="lk-app-heading"> |
51 | | - <img src="/style/images/launcher.png" width="32" height="32"> |
| 51 | + <img src="/style/images/launcher.png" width="32" height="32" alt="Launcher icon"> |
52 | 52 | <h2>Launcher</h2> |
53 | 53 | </div> |
54 | 54 | <p>Open the Launcher to start the game.</p> |
|
0 commit comments