Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Kade-N authored Mar 22, 2020
1 parent 85f564b commit cbe2579
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Spore Adventure Decoder
A Spore Adventure decoder, written in Java by [emd](https://github.com/emd4600).

This Java app allows you to extract data from adventures created in Spore Galactic Adventures.

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).

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.

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.

*Not associated with or endorsed by Electronic Arts or Maxis.*

0 comments on commit cbe2579

Please sign in to comment.