You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: SporeCommunity.ModBrowser.Blazor/Pages/Developers.razor
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -3,10 +3,10 @@
3
3
<h1>Mod Developer Guide</h1>
4
4
5
5
<h2>Developing Spore Mods</h2>
6
-
<p>Content coming soon.</p>
6
+
<p>Please see the documentation <atarget="_blank"rel="noopener noreferrer"href="https://github.com/emd4600/SporeModder-FX/wiki/Introduction-to-Spore-modding">here</a>.</p>
7
7
8
8
<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>
10
10
<p>To get your mods to appear on Spore Mod Browser, you must:</p>
11
11
<ul>
12
12
<li>Create a <atarget="_blank"rel="noopener noreferrer"href="https://github.com/new">GitHub repository</a> for your mod</li>
@@ -44,5 +44,4 @@
44
44
<li>Checking the pre-release box will prevent your download from appearing on this website</li>
45
45
</ul>
46
46
</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>
Copy file name to clipboardExpand all lines: SporeCommunity.ModBrowser.Blazor/Pages/GetSpore.razor
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
3
3
<h1>Getting Started with Spore</h1>
4
4
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
+
5
7
<h2id="buy">Buying and Downloading Spore</h2>
6
8
7
9
<p>Spore is currently available for purchase from the following online storefronts.</p>
<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>
86
88
<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>
89
91
</ul>
90
92
91
93
<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 @@
94
96
95
97
<h2>Further Questions</h2>
96
98
<p>For help with purchasing, downloading, or registering the game (including all Origin issues), contact <atarget="_blank"rel="noopener noreferrer"href="https://help.ea.com/">EA Support</a>.</p>
97
-
<p>For all other help, contact us on <atarget="_blank"rel="noopener noreferrer"href="https://discord.gg/66jVk3X">Discord</a>.</p>
99
+
<p>For all other help, contact us on <atarget="_blank"rel="noopener noreferrer"href="https://discord.gg/66jVk3X">Discord</a>.</p>
Copy file name to clipboardExpand all lines: SporeCommunity.ModBrowser.Blazor/Pages/Installation.razor
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
3
3
<h1>Mod Installation Guide</h1>
4
4
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
+
5
7
<h2>Requirements</h2>
6
8
<p>You must own the full version of <strong>Spore</strong> and <strong>Spore Galactic Adventures</strong> to use mods. <ahref="getspore#buy">Purchase Spore</a></p>
7
9
<p>They must be installed from GOG, Steam, EA app, Origin, or the discs.</p>
@@ -25,7 +27,7 @@
25
27
26
28
<h2>Get Spore ModAPI Launcher Kit</h2>
27
29
<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>
0 commit comments