Difference between revisions of "HotM:Moving To Chapter Two"
Jump to navigation
Jump to search
X4000Chris (talk | contribs) (→0.564) |
X4000Chris (talk | contribs) (→0.564) |
||
Line 10: | Line 10: | ||
== 0.564 == | == 0.564 == | ||
(Not Yet Released) | (Not Yet Released) | ||
+ | |||
+ | === Localization Framework === | ||
+ | |||
+ | * There is now a setting option that allows for changing languages, for now between the original English and the test languages. | ||
+ | ** This all gets saved into the settings properly, and loads the external language files only as-needed. | ||
+ | ** Things are loaded properly in terms of the timing on loading the program, as well as when changing the dropdown value. | ||
+ | |||
+ | * The main "language table" entries are now properly read from other language files, and display "properly enough" for this point of testing Chinese and Spanish. | ||
+ | ** Fixed an issue where certain things that were very commonly-used, like button text, were being left as stale when changing languages. | ||
== Prior Release Notes == | == Prior Release Notes == |
Revision as of 11:40, 3 July 2024
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.564
(Not Yet Released)
Localization Framework
- There is now a setting option that allows for changing languages, for now between the original English and the test languages.
- This all gets saved into the settings properly, and loads the external language files only as-needed.
- Things are loaded properly in terms of the timing on loading the program, as well as when changing the dropdown value.
- The main "language table" entries are now properly read from other language files, and display "properly enough" for this point of testing Chinese and Spanish.
- Fixed an issue where certain things that were very commonly-used, like button text, were being left as stale when changing languages.