Heartbound: Difference between revisions
No edit summary |
m Protected "Heartbound" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) |
||
(10 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
[[File:Heartbound Header.jpg|thumb|Heartbound logo]] | [[File:Heartbound Header.jpg|thumb|Heartbound logo]] | ||
Heartbound is [[Pirate Software]]'s current video game. Its development started in 2018, and still continues as of 2023. It is available through Steam in Early Access, at a price of $9.99 (in the United States). The price will ''not'' change after the final release is ready. | Heartbound is [[Pirate Software]]'s current video game. Its development started in 2018, and still continues as of 2023. It is available through Steam in Early Access, at a price of $9.99 (in the United States), with a free demo that covers the full first chapter of the game. The price will ''not'' change after the final release is ready. | ||
The game is an RPG, its main distinguishing feature being the incredible amount of possible environment interactions and the various alterations in the storyline that result in those interactions. The game is planned to have [[7]] endings. | The game is an RPG, its main distinguishing feature being the incredible amount of possible environment interactions and the various alterations in the storyline that result in those interactions. The game is planned to have [[7]] endings. | ||
Line 13: | Line 13: | ||
== Sequels and DLC == | == Sequels and DLC == | ||
[[Thor]] has stated multiple times that there will not be a sequel to Heartbound, nor will the game receive DLC or any other form of monetized content beyond the game's initial purchase. Any new Heartbound content will be made part of either the game itself, or the [[Heartbound ARG|ARG]]. In other words, the initial purchase will guarantee full and complete access to all future content for the | [[Thor]] has stated multiple times that there will not be a sequel to Heartbound, nor will the game receive DLC or any other form of monetized content beyond the game's initial purchase. Any new Heartbound content will be made part of either the game itself, or the [[Heartbound ARG|ARG]]. In other words, the initial purchase will guarantee full and complete access to all future content for the Heartbound universe. | ||
== Save system == | == Save system == | ||
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 == |