ISZ-Parser 3DS: Difference between revisions

From GameBrew
(Created page with "{{Infobox 3DS Homebrews |title=ISZ-Parser |image=iszparser3ds.png |description=ISZ-3DS Parser - Parses ISZ-Save Data into the .json File Format. |author=Cracko298 |lastupdated=2023/09/13 |type=Hack Utilities |version=3.0 |license=MIT |download=https://dlhb.gamebrew.org/3dshomebrews/iszparser3ds.7z |website=https://github.com/Cracko298/ISZ-Parser |source=https://github.com/Cracko298/ISZ-Parser |donation= }} {{#seo: |title= (Hack Utilities) - GameBrew |title_mode=append |i...")
 
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Infobox 3DS Homebrews
{{Infobox 3DS Homebrews
|title=ISZ-Parser
|title=ISZ-Parser
|image=iszparser3ds.png
|image=iszparser3ds2.png
|description=ISZ-3DS Parser - Parses ISZ-Save Data into the .json File Format.
|description=Parses ISZ-Save Data into the .json File Format.
|author=Cracko298
|author=Cracko298
|lastupdated=2023/09/13
|lastupdated=2023/10/05
|type=Hack Utilities
|type=Hack Utilities
|version=3.0
|version=7.1
|license=MIT
|license=MIT
|download=https://dlhb.gamebrew.org/3dshomebrews/iszparser3ds.7z
|download=https://dlhb.gamebrew.org/3dshomebrews/iszparser3ds.7z
Line 19: Line 19:
|image_alt=ISZ-Parser
|image_alt=ISZ-Parser
}}
}}
ISZ-Parser parses (extracts) Ice Station Z 3DS Save(s) Information into JSON. Ensuring readability & compatibility with hundreds of different Programming Languages, and Game Engines.
A PC tools to parse (extract) Ice Station Z 3DS Save(s) information into readable JSON.  


==Features==
==Features==
* Parses Ice station Z Save-Data into The *.json Human Readable & Widely Used Data Format.
* Parses Ice station Z Save-Data into the *.json human readable & widely used data format.
* Allows for Hundreads of Programming Languages and Game Engines to Ensure Compatibility with ISZ-3DS.
* 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 v6 Plan).
* Easy edits to and from ISZ-3DS Save-Data (planned feature soon version v6 plan).
* Basic Functionality Available as of 09/10/2023.
* Basic functionality available as of 09/10/2023.
 
==User guide==
Drag and drop Decrypted ISZ-3DS Save-Files.


==Usage==
Double click the .py or compiled .exe File.
* Drag and drop Decrypted ISZ-3DS Save-Files.
* Double click the .py or compiled .exe File.
* Generates Information based on your Provided Save-Files.


==Media==
Generates Information based on your Provided Save-Files.
'''ISZ-Parser - ISZ-3DS Saves To JSON - ([https://www.youtube.com/watch?v=msQ_s1OdDCo Cracko298])'''<br>
<youtube>msQ_s1OdDCo</youtube>


==Screenshot==
==Screenshot==
{| style="width: 90%; margin-left:0em;"
|
https://dlhb.gamebrew.org/3dshomebrews/iszparser3ds-01.gif
https://dlhb.gamebrew.org/3dshomebrews/iszparser3ds-01.gif
|}
==Media==
'''ISZ-Parser - ISZ-3DS Saves To JSON ([https://www.youtube.com/watch?v=msQ_s1OdDCo Cracko298])'''<br>
<youtube>msQ_s1OdDCo</youtube>


==Changelog==
==Changelog==
'''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'''
'''v3.0'''
* Added Clothes Identification & Parse Information.
* Added Clothes Identification & Parse Information.
Line 52: Line 80:


== External links ==
== External links ==
* Github - https://github.com/Cracko298/ISZ-Parser
* GitHub - https://github.com/Cracko298/ISZ-Parser

Latest revision as of 01:20, 8 October 2023

ISZ-Parser
Iszparser3ds2.png
General
AuthorCracko298
TypeHack Utilities
Version7.1
LicenseMIT License
Last Updated2023/10/05
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 v6 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 Save-Files.

Screenshot

iszparser3ds-01.gif

Media

ISZ-Parser - ISZ-3DS Saves To JSON (Cracko298)

Changelog

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.

External links

Advertising: