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 Spore Adventure decoder, written in Java by [emd](https://github.com/emd4600).
3
+
4
+
This Java app allows you to extract data from adventures created in Spore Galactic Adventures.
5
+
6
+
It requires the data output from a [Spore PNG decoder](https://github.com/Spore-Community/PNG-Decoder-NetCore). The output file should be used as the input file for this app. You should specify this file in [simulator/cScenarioResource.java](simulator/cScenarioResource.java).
7
+
8
+
If you find any adventures that cannot be decoded with this app, please [submit an issue](https://github.com/Spore-Community/Adventure-Decoder/issues/new), and include the PNG itself, as we'd like to take a look.
9
+
10
+
This app is mostly provided for reference purposes. Feel free to take a look at the code and modify it. Please credit emd4600 (https://github.com/emd4600) as the author.
11
+
12
+
*Not associated with or endorsed by Electronic Arts or Maxis.*
0 commit comments