Skip to content

Commit cc4799c

Browse files
committed
update help pages
1 parent 0707e88 commit cc4799c

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

SporeCommunity.ModBrowser.Blazor/Pages/Developers.razor

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
<h1>Mod Developer Guide</h1>
44

55
<h2>Developing Spore Mods</h2>
6-
<p>Content coming soon.</p>
6+
<p>Please see the documentation <a target="_blank" rel="noopener noreferrer" href="https://github.com/emd4600/SporeModder-FX/wiki/Introduction-to-Spore-modding">here</a>.</p>
77

88
<h2>Publishing Mods</h2>
9-
<p><em>This page will soon be updated with more information.</em></p>
9+
<p><em>This page has simplified info only and is planned for future replacement. Please ask in Discord if you need help with these instructions.</em></p>
1010
<p>To get your mods to appear on Spore Mod Browser, you must:</p>
1111
<ul>
1212
<li>Create a <a target="_blank" rel="noopener noreferrer" href="https://github.com/new">GitHub repository</a> for your mod</li>
@@ -44,5 +44,4 @@
4444
<li>Checking the pre-release box will prevent your download from appearing on this website</li>
4545
</ul>
4646
</ul>
47-
<p>Once you have completed these steps, your mod will automatically be listed on this website. The information for your mod is pulled from the XML Mod Identity file.</p>
48-
<p>A more detailed interactive tutorial will soon be available to walk you through these steps.</p>
47+
<p>Once you have completed these steps, your mod will automatically be listed on this website. The information for your mod is pulled from the XML Mod Identity file.</p>

SporeCommunity.ModBrowser.Blazor/Pages/GetSpore.razor

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
<h1>Getting Started with Spore</h1>
44

5+
<p><em>This page is not maintained, as it is planned for future replacement. While most outdated information has been removed, this page should not be treated as an accurate source. Please ask in Discord if you need help with any information on this page.</em></p>
6+
57
<h2 id="buy">Buying and Downloading Spore</h2>
68

79
<p>Spore is currently available for purchase from the following online storefronts.</p>
@@ -82,10 +84,10 @@
8284
<li>C:\Program Files (x86)\Steam\Steamapps\Common\Spore Galactic Adventures\SporebinEP1</li>
8385
</ul>
8486
<p>If the game was installed from disc, the EA app, or GOG, the path may vary.</p>
85-
<p>In both folders, there should be a SporeApp application file (this is the actual Spore application). Right-click this file, and click Properties. Go to the Details tab. In the list, you will see "File version". If the numbers match here, you have the latest version of Spore.</p>
87+
<p>In both folders, there should be a SporeApp application file (this is the actual Spore application). Right-click this file, and click Properties. Go to the Details tab. In the list, you will see "File version". If the numbers match here, you have a supported version of Spore for modding.</p>
8688
<ul>
87-
<li>Spore File version 1.3.0.22</li>
88-
<li>Galactic Adventures File version 3.1.0.22</li>
89+
<li>Spore File version 1.3.0.29 or 1.3.0.22</li>
90+
<li>Galactic Adventures File version 3.1.0.29 or 3.1.0.22</li>
8991
</ul>
9092

9193
<p>If you have an outdated version of the game, you must uninstall the game and all expansions, and then reinstall from EA/Origin.</p>
@@ -94,4 +96,4 @@
9496

9597
<h2>Further Questions</h2>
9698
<p>For help with purchasing, downloading, or registering the game (including all Origin issues), contact <a target="_blank" rel="noopener noreferrer" href="https://help.ea.com/">EA Support</a>.</p>
97-
<p>For all other help, contact us on <a target="_blank" rel="noopener noreferrer" href="https://discord.gg/66jVk3X">Discord</a>.</p>
99+
<p>For all other help, contact us on <a target="_blank" rel="noopener noreferrer" href="https://discord.gg/66jVk3X">Discord</a>.</p>

SporeCommunity.ModBrowser.Blazor/Pages/Installation.razor

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
<h1>Mod Installation Guide</h1>
44

5+
<p><em>This page is not maintained, as it is planned for future replacement. While most outdated information has been removed, this page should not be treated as an accurate source. Please ask in Discord if you need help with any information on this page.</em></p>
6+
57
<h2>Requirements</h2>
68
<p>You must own the full version of <strong>Spore</strong> and <strong>Spore Galactic Adventures</strong> to use mods. <a href="getspore#buy">Purchase Spore</a></p>
79
<p>They must be installed from GOG, Steam, EA app, Origin, or the discs.</p>
@@ -25,7 +27,7 @@
2527

2628
<h2>Get Spore ModAPI Launcher Kit</h2>
2729
<p>To install Spore mods, you will need the Spore ModAPI Launcher Kit. The kit contains three applications: Launcher, Easy Installer, and Easy Uninstaller.</p>
28-
<a target="_blank" rel="noopener noreferrer" href="http://www.davoonline.com/sporemodder/rob55rod/ModAPI/Public/index.html"><button>Get Spore ModAPI Launcher Kit</button></a>
30+
<a target="_blank" rel="noopener noreferrer" href="https://www.davoonline.com/sporemodder/rob55rod/ModAPI/Public/index.html"><button>Get Spore ModAPI Launcher Kit</button></a>
2931
<p>Once the Launcher Kit is installed, you must use the <strong>Spore ModAPI Launcher</strong> shortcut to open the game.</p>
3032

3133
<h3>Installing mods using Easy Installer</h3>

0 commit comments

Comments
 (0)