More actions
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
|title=NISZSE | |title=NISZSE | ||
|image=niszse3ds.png | |image=niszse3ds.png | ||
|description= | |description=An ISZ (3DS) Save-Editor based on Python & Batch-Script. It aims to provide the most customization of ISZ-Save-Data. | ||
|author=Cracko298 | |author=Cracko298 | ||
|lastupdated=2023/02/17 | |lastupdated=2023/02/17 | ||
Line 19: | Line 19: | ||
|image_alt=NISZSE | |image_alt=NISZSE | ||
}} | }} | ||
The New Ice Station Z Save Editor (NISZSE) is an ISZ (3DS) Save-Editor based on Python & Batch-Script. It aims to provide the most customization of ISZ-Save-Data. | The New Ice Station Z Save Editor (NISZSE) is an ISZ (3DS) Save-Editor based on Python & Batch-Script. | ||
It aims to provide the most customization of ISZ-Save-Data. Available for Windows (x64), MacOS and Linux. | |||
==Features== | ==Features== | ||
Line 29: | Line 31: | ||
* NOW SUPPORTS .ISplg LOADING!!! | * NOW SUPPORTS .ISplg LOADING!!! | ||
== | ==User guide== | ||
===*.ISplg Examples=== | |||
==*.ISplg Examples== | |||
* [https://github.com/Cracko298/ISplg-Compiler/releases/download/v1.1/health.ISplg Edit Health] | * [https://github.com/Cracko298/ISplg-Compiler/releases/download/v1.1/health.ISplg Edit Health] | ||
* [https://github.com/Cracko298/ISplg-Compiler/releases/download/v1.1/error.ISplg Fix OpenByte Error] | * [https://github.com/Cracko298/ISplg-Compiler/releases/download/v1.1/error.ISplg Fix OpenByte Error] | ||
Line 42: | Line 38: | ||
You can make your own .ISplg [https://github.com/Cracko298/ISplg-Compiler here]. | You can make your own .ISplg [https://github.com/Cracko298/ISplg-Compiler here]. | ||
==FAQ== | ===Notes=== | ||
'''Why Isn't The Save-Editor Complete?''' | * Not an Advanced GUI. Uses Numpad Keys 0-8 To Navigate Menu's. | ||
* Edits ALL Save-Data Within The Current Directory. | |||
* Clothes Editing is Fully Supported Now. | |||
* Fitness Menu + Day Editing is Fully Supported Now. | |||
* Slot Editing Isn't Supported Yet. | |||
===FAQ=== | |||
'''Q. Why Isn't The Save-Editor Complete?''' | |||
In It's Current State, It is "finished". But it will have more updates, and Save-Editng Options as time goes on. | In It's Current State, It is "finished". But it will have more updates, and Save-Editng Options as time goes on. | ||
'''Why Are The Feature Updates Going To Take So Long?''' | '''Q. Why Are The Feature Updates Going To Take So Long?''' | ||
I'm A Single Developer, And these updates need to be throughly developed/tested so I can minimize the risk of Data Corruption. | I'm A Single Developer, And these updates need to be throughly developed/tested so I can minimize the risk of Data Corruption. | ||
'''When I Try To Edit Anything The Program Crashes. Why?''' | '''Q. When I Try To Edit Anything The Program Crashes. Why?''' | ||
Very commom problem with any Python-Based Save-Editor. But the most common solution is to get "permissions" to write to the file. | Very commom problem with any Python-Based Save-Editor. But the most common solution is to get "permissions" to write to the file. | ||
'''Any System Requirements?''' | '''Q. Any System Requirements?''' | ||
"Python 3.7+" is Required Along With a Standard x86 Intel or x86 AMD Processor. | "Python 3.7+" is Required Along With a Standard x86 Intel or x86 AMD Processor. | ||
'''Any ARM-Processor Support?''' | '''Q. Any ARM-Processor Support?''' | ||
No Testing was done on Any ARM-Based Processors. So there is no guarantee that it will work. | No Testing was done on Any ARM-Based Processors. So there is no guarantee that it will work. | ||
'''How Do I Load .ISplg Plugins?''' | '''Q. How Do I Load .ISplg Plugins?''' | ||
Simply drag them into the same Directory as the "NISZSE (Save-Editor).bat" to use them in the NISZSE. | Simply drag them into the same Directory as the "NISZSE (Save-Editor).bat" to use them in the NISZSE. | ||
==Media== | |||
'''NISZSE - Development Log #3''' ([https://www.youtube.com/watch?v=EnDehX04kcY NISZSE - Development Log #3]) <br> | |||
<youtube>EnDehX04kcY</youtube> | |||
'''NISZSE - Loading .ISplg Plugins''' ([https://www.youtube.com/watch?v=bVXjuC3PwxU Cracko298]) <br> | |||
<youtube>bVXjuC3PwxU</youtube> | |||
==Changelog== | ==Changelog== | ||
'''v1.7''' | '''v1.7''' | ||
* NOW SUPPORTS .ISplg LOADING | * NOW SUPPORTS .ISplg LOADING! | ||
'''v1.6''' | '''v1.6''' | ||
*Now Has Support for Editing The "Fitness Menu". | *Now Has Support for Editing The "Fitness Menu". | ||
== External links == | == External links == | ||
* | * GitHub - https://github.com/Cracko298/NISZSE |
Revision as of 01:30, 14 September 2023
NISZSE | |
---|---|
File:Niszse3ds.png | |
General | |
Author | Cracko298 |
Type | Save Editors |
Version | 1.7 |
License | MIT License |
Last Updated | 2023/02/17 |
Links | |
Download | |
Website | |
Source | |
The New Ice Station Z Save Editor (NISZSE) is an ISZ (3DS) Save-Editor based on Python & Batch-Script.
It aims to provide the most customization of ISZ-Save-Data. Available for Windows (x64), MacOS and Linux.
Features
- Edit Health, Thirst, Hunger, and Battery Status's.
- Edit The Coordinates of Your Player.
- Attempt To Fix Save-Data.
- Edit Fitness Menu.
- Edit Current Clothes. (Normal + Hacked Clothes).
- NOW SUPPORTS .ISplg LOADING!!!
User guide
*.ISplg Examples
You can make your own .ISplg here.
Notes
- Not an Advanced GUI. Uses Numpad Keys 0-8 To Navigate Menu's.
- Edits ALL Save-Data Within The Current Directory.
- Clothes Editing is Fully Supported Now.
- Fitness Menu + Day Editing is Fully Supported Now.
- Slot Editing Isn't Supported Yet.
FAQ
Q. Why Isn't The Save-Editor Complete?
In It's Current State, It is "finished". But it will have more updates, and Save-Editng Options as time goes on.
Q. Why Are The Feature Updates Going To Take So Long?
I'm A Single Developer, And these updates need to be throughly developed/tested so I can minimize the risk of Data Corruption.
Q. When I Try To Edit Anything The Program Crashes. Why? Very commom problem with any Python-Based Save-Editor. But the most common solution is to get "permissions" to write to the file.
Q. Any System Requirements?
"Python 3.7+" is Required Along With a Standard x86 Intel or x86 AMD Processor.
Q. Any ARM-Processor Support?
No Testing was done on Any ARM-Based Processors. So there is no guarantee that it will work.
Q. How Do I Load .ISplg Plugins?
Simply drag them into the same Directory as the "NISZSE (Save-Editor).bat" to use them in the NISZSE.
Media
NISZSE - Development Log #3 (NISZSE - Development Log #3)
NISZSE - Loading .ISplg Plugins (Cracko298)
Changelog
v1.7
- NOW SUPPORTS .ISplg LOADING!
v1.6
- Now Has Support for Editing The "Fitness Menu".
External links
- GitHub - https://github.com/Cracko298/NISZSE