-
-
Notifications
You must be signed in to change notification settings - Fork 260
Home
Kurt edited this page Apr 7, 2020
·
8 revisions
Welcome to the NHSE wiki!
Refer to the sidebar for a list of topics.
- You must have a save file in order to use this program.
- This program does not extract or import save-data from your console. It is entirely a PC based save editor.
- This repository will not curate files dumped from the save editor. It is only for the code that the save editor executes.
- This program is free. If you paid for it, you're dumb.
- Before opening an issue, double check that it is not a research request. Figuring out where things are stored and how to edit them is completely different from implementing features in code.
- NHSE is designed to be cross-platform compatible with mono/wine, so that it can be run with Mac/Linux. Using nuget packages that require (or requiring references to) Windows specific APIs will break this compatibility, so please think of alternatives if designing a new feature.
- This program uses C#. No, we will not port it to another platform/language.