1,496
edits
Dear users, Starting 02 December 2024, all users will be required to have a confirmed email address to edit pages on this site. This change is being implemented to enhance security and ensure better communication within the community.
To prepare for this change:
1. Go to your Preferences.
2. Add and confirm your email address if you haven't already.
Thank you for your understanding and cooperation!
If you have any questions or issues, please create a Wiki TicketTag: Rollback |
(The anti-piracy system section has been reviewed and removed by wiki moderators for security concerns.) |
||
Line 18: | Line 18: | ||
The game will save every meaningful action a player takes into its save file. The game stores this save data in a simple [[wikipedia:Array_(data_structure)|array]], a contigious memory region where one value directly follows the one before. This array is written out, one value per line, into <code>%LOCALAPPDATA%\Heartbound\heartbound_saveX.thor</code>, where X is an internal number representing the version of the save file (it changes when updates that break save compatibility are released). The file may be tweaked using the [https://github.com/tbpaolini/Heartbound-Save-Editor Heartbound save editor], or edited manually by hand, assuming you are aware of which line number corresponds to which value. | The game will save every meaningful action a player takes into its save file. The game stores this save data in a simple [[wikipedia:Array_(data_structure)|array]], a contigious memory region where one value directly follows the one before. This array is written out, one value per line, into <code>%LOCALAPPDATA%\Heartbound\heartbound_saveX.thor</code>, where X is an internal number representing the version of the save file (it changes when updates that break save compatibility are released). The file may be tweaked using the [https://github.com/tbpaolini/Heartbound-Save-Editor Heartbound save editor], or edited manually by hand, assuming you are aware of which line number corresponds to which value. | ||
== Links == | == Links == |