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
A tool for browsing and downloading Spore mods from GitHub.
3
3
4
4
Visit https://mods.sporecommunity.com to try it out! You can search for mods, and download them easily. Instructions for installation are provided. See the Developer Guide to learn how to get your own mods to appear in the mod browser.
Copy file name to clipboardExpand all lines: SporeCommunity.ModBrowser.Blazor/Pages/Developers.razor
+12-3Lines changed: 12 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@
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>
13
13
<ul>
14
-
<li>You do not need to add any files to this repository, except for an XML Mod Identity file (ModInfo.xml)</li>
14
+
<li>While you are encouraged to add your mod's source files, you do not need to add any files to this repository, except for an XML Mod Identity file (ModInfo.xml)</li>
15
15
</ul>
16
16
<li>Add the <strong>spore-mod</strong> topic to the repository's home page</li>
17
17
<ul>
@@ -41,7 +41,16 @@
41
41
<li>A title and description are optional</li>
42
42
<li>Upload your mod at the bottom, where it says Attach Binaries</li>
43
43
<li>Only upload a single .sporemod or .package file</li>
44
-
<li>Checking the pre-release box will prevent your download from appearing on this website</li>
44
+
<li>If you check the pre-release box, your download will <em>not</em> appear on the mod browser</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>
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
+
49
+
<h2>Sharing Links to Your Mods on Mod Browser</h2>
50
+
<p>Search terms can be placed in a link to Mod Browser, which can be useful for directly linking to specific mods.</p>
51
+
<h3>Linking to a single mod</h3>
52
+
<p>To link to a specific mod, add your mod's name to the end of <code>https://mods.sporecommunity.com/?search=</code></p>
53
+
<p>When someone clicks the link, Mod Browser will be opened with the mod name pre-filled in the search, so they don't need to look for the mod.</p>
54
+
<h3>Linking to all of your mods</h3>
55
+
<p>You can link to a page listing all of your own mods by adding your GitHub username to the end of <code>https://mods.sporecommunity.com/?search=user:</code></p>
56
+
<p>For example, you can see all of emd4600's mods at <ahref="https://mods.sporecommunity.com/?search=user:emd4600">https://mods.sporecommunity.com/?search=user:emd4600</a></p>
Copy file name to clipboardExpand all lines: SporeCommunity.ModBrowser.Blazor/Pages/Help.razor
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
<ul>
6
6
<li><ahref="getspore">Getting Started with Spore: Buying, registering, and installing the game</a></li>
7
-
<li>More help articles coming soon</li>
7
+
<li><atarget="_blank"rel="noopener noreferrer"href="https://docs.github.com/en/search-github/searching-on-github/searching-for-repositories">Advanced Search on Mod Browser (GitHub search filters can be used)</a></li>
8
8
</ul>
9
9
10
10
<p>You can contact us on <atarget="_blank"rel="noopener noreferrer"href="https://discord.gg/66jVk3X">Discord</a> for questions about your Spore game, mods, technical support, or this website.</p>
<p>Maintained by Kade. Contact via <atarget="_blank" rel="noopener noreferrer" href="https://discord.gg/66jVk3X">Discord</a> or <ahref="mailto:[email protected]">email</a>. Source code on <atarget="_blank" rel="noopener noreferrer" href="https://github.com/Spore-Community/ModBrowser">GitHub</a>.</a></p>
43
-
<p><strong>Not associated with or endorsed by Electronic Arts or Maxis.</strong></p>
42
+
<p>Mod Browser created and maintained by Kade. Contact via <atarget="_blank" rel="noopener noreferrer" href="https://discord.gg/66jVk3X">Discord</a> or <ahref="mailto:[email protected]">email</a>. Source code on <atarget="_blank" rel="noopener noreferrer" href="https://github.com/Spore-Community/ModBrowser">GitHub</a>.</a></p>
43
+
<p>Mods are maintained by their respective authors, and have not been checked for quality or safety.</p>
44
+
<p><strong>Not associated with or endorsed by Electronic Arts or Maxis.</strong> Mod Browser and all mods are unofficial and not supported by EA or Maxis.</p>
0 commit comments