ISZ-Parser 3DS: Difference between revisions
From GameBrew
More actions
No edit summary |
No edit summary |
||
| Line 7: | Line 7: | ||
|type=Hack Utilities | |type=Hack Utilities | ||
|version=8.1 | |version=8.1 | ||
|license= | |license=Apache-2.0 | ||
|download=https://dlhb.gamebrew.org/3dshomebrews/iszparser3ds.7z | |download=https://dlhb.gamebrew.org/3dshomebrews/iszparser3ds.7z | ||
|website=https://github.com/Cracko298/ISZ-Parser | |website=https://github.com/Cracko298/ISZ-Parser | ||
Latest revision as of 07:51, 21 February 2025
| ISZ-Parser | |
|---|---|
| General | |
| Author | Cracko298 |
| Type | Hack Utilities |
| Version | 8.1 |
| License | Apache-2.0 |
| Last Updated | 2025/02/15 |
| Links | |
| Download | |
| Website | |
| Source | |
A PC tools to parse (extract) Ice Station Z 3DS Save(s) information into readable JSON.
Features
- Parses Ice station Z Save-Data into the *.json human readable & widely used data format.
- Allows for hundreds of programming languages and game engines to ensure compatibility with ISZ-3DS.
- Easy edits to and from ISZ-3DS Save-Data (planned feature soon version v10 plan).
- Basic functionality available as of 09/10/2023.
User guide
Drag and drop Decrypted ISZ-3DS Save-Files.
Double click the .py or compiled .exe File.
Generates Information based on your Provided SaveGame-Files.
Screenshot
|
|
Media
ISZ-Parser - ISZ-3DS Saves To JSON (Cracko298)
Changelog
v8.1
- Last release.
v8.0
- Finished up all Data Collection, including some more header information, and full inventory lookups, etc.
- You no longer need to execute the application with Powershell, double doubt click and go.
v7.1
- Fixed a bug that would cause the .JSON File to become corrupted if a certain value was found for Coordinates.
- Added some backend code (conversion to ISZ-SaveGames).
v7.0
- Feature + Bug Fixes Update
- Now ISZ-Parse, parses ALL Vehicles In-Game.
- Added Parse Feature: "In-Game Timestamp", now your Time in-game is included with the JSON Format.
- ToDo List:
- Convert JSON back into a ISZ-SaveGame.
v6.0
- Feature Update:
- Updated to Parse Dogsled Vehicles, and 3 out of the 5 Boats.
- Parsing now includes "Days Survived" and "Kilometers Travelled".
- Currently Missing:
- "Oil-Rig" Boat
- "Big-Red-Boat" Boat
v5.0
- Added most Vehicle Locations/Coordinates.
- Fixed a few bugs.
- Added Future Backend Functionality.
v4.0
- Added Helicopter Stats/Coordinates.
- Added The Base-Code for Fitness Goodies.
v3.0
- Added Clothes Identification & Parse Information.
- Bug Fixes.
- Added New Helicopter Coordinates (Not Currently Available).
v2.0
- Added Player Coordinates
- Fixed a few Parsing Bugs
v1.0
- First Release.
- Save-Files > Readable JSON Parsed Data.