Difference between revisions of "HotM:Preparing For Launch"
Jump to navigation
Jump to search
X4000Chris (talk | contribs) |
X4000Chris (talk | contribs) |
||
Line 8: | Line 8: | ||
*** Linux: ~/.config/unity3d/Arcen Games, LLC/Heart of the Machine/Player.log | *** Linux: ~/.config/unity3d/Arcen Games, LLC/Heart of the Machine/Player.log | ||
− | == 0. | + | == 0.600.1 == |
(Not Yet Released) | (Not Yet Released) | ||
+ | |||
+ | == 0.600 New Demo - The 151 (Days Since Last Demo) == | ||
+ | (Released December 2nd, 2024) | ||
* Fixed a regression from over the weekend where if you tried to do the geothermal event with the PMC Impostor, and failed, then it would softlock you. You're supposed to be able to come back with a technician, but it was not letting you. | * Fixed a regression from over the weekend where if you tried to do the geothermal event with the PMC Impostor, and failed, then it would softlock you. You're supposed to be able to come back with a technician, but it was not letting you. |
Revision as of 20:11, 2 December 2024
Contents
Reporting Bugs
- Any bugs or requests should go to our mantis bugtracker
- If you need to submit log files, those can generally be found under your PlayerData/Logs folder in the folder your game is installed in. The most relevant one is called HeartoftheMachineLog.txt. You can send us the whole thing, or just strip out relevant parts.
- In rare cases, mainly if your entire game crashes (that almost never happens), we will need your unity player log. That gets overwritten the next time you run the game after a crash, unlike the other log. These can be found here:
- Windows: C:\Users\username\AppData\LocalLow\Arcen Games, LLC\Heart of the Machine\Player.log
- macOS: ~/Library/Logs/Arcen Games, LLC/Heart of the Machine/Player.log
- Linux: ~/.config/unity3d/Arcen Games, LLC/Heart of the Machine/Player.log
0.600.1
(Not Yet Released)
0.600 New Demo - The 151 (Days Since Last Demo)
(Released December 2nd, 2024)
- Fixed a regression from over the weekend where if you tried to do the geothermal event with the PMC Impostor, and failed, then it would softlock you. You're supposed to be able to come back with a technician, but it was not letting you.
- This also fixes busted saves retroactively, so that those can progress.
- Thanks to Evil Bistro for reporting.
- Fixed a demo-only bug where an exception would happen whenever shelter coordinators did their work, due to it trying to reference the housing agencies which are only in the main game.
- Thanks to MOREDAKKA for reporting.
0.596.7 Tweaks
(Released December 2nd, 2024)
- Updated the in-game links to point to this new set of release notes.
- The prior set was something like 47 thousand words long, so it was time to split them.
- Fixed some possible exceptions that could happen under rare circumstances for StreetSenseDataAtBuilding.ApplyAction()
- Thanks to Fluffiest for reporting.
- Rearranged a bunch of files and code so that things can properly be split out into demo and non-demo content, since it has been 151 days since the last demo update.
- This has no effect on the game, but a lot of stuff is moved around in terms of xml files in particular, and more code gates are in place to prevent things from erroring.
- Fixed an issue with the chapter one project about neuroweave still asking you to build 6 Neuroweavers, when really it is only advised that you build 4 (so that you have enough left for other purposes later).