-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
53 lines (50 loc) · 2.5 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!doctype html>
<head>
<meta charset="utf-8">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>SADL - Downloads and info</title>
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<h1><b>Introducing SADL - the Spore Adventure Downloader by Error</b></h1>
<h2>Downloads</h2>
<p>Note: This should work for both 32bit platforms and 64bit platforms. <br>This program has no install process. Just download and run the executable for your platform</p>
<p>Current version: 1.0.0</p>
<table>
<tr>
<th>Architecture</th>
<th>Download</th>
</tr>
<tr>
<td>Windows</td>
<td><a href="sadl_windows.exe">SADL for Windows</a></td>
</tr>
<tr>
<td>MacOS</td>
<td>Not yet supported :(</td>
</tr>
<tr>
<td>Linux</td>
<td><a href="sadl_linux">SADL for Linux</a></td>
</tr>
</table>
<p>Linux users: In the event the linux version doesn't work, the windows version should also work under WINE</p>
<h2>How to use</h2>
<p>
To download an adventure, find a url that points to it on the sporepedia, and drop it into the program.<br>
This will create a folder with a bunch of png files that once dragged into the game, loads the creations so that you can play it.<br><br>
<b>Make sure to drag in the adventure png LAST</b> - otherwise you may end up running into issues with the game not recognizing that all of the creations are downloaded.<br>
<br><br>
It's important to note that the link when you're using the search feature on the sporepedia does not contain any information about the adventure and cannot be used to download it.<br>
In this case, use the adventure's ID, a unique 12 digit number usually starting with 50 which can be found by saving the png. The png's name will be the ID.<br>
<br>
</p>
<img src="DownloadByID.png" alt="Find the adventure in the sporepedia search, right click to save the image, copy the number from the name, and use that as the input ID."></img>
<h2>Source Code</h2>
<p>This project is free and open source, you can find the entirety of the source code on <a href="https://github.com/Red-Lattice/spore_adventure_downloader">Github</a></p>
<p>You may modify or redistribute however you like. Only versions found on this page are officially endorsed however, and safety/reliability cannot be guaranteed otherwise.</p>
<br><br>
<p>Special thank you to Zeddy for helping test on Linux, and giving valuable feedback.</p>
</body>
</html>