-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.* |