HotM:Moving To Chapter Two

From Arcen Wiki
Jump to navigation Jump to search

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.566

(Not Yet Released)

0.565 Preparing And Stunning

(Released July 4th, 2024)

  • The game now detects if it is the demo build or the main game (playtest version counts as main game for these purposes).
    • The "end of demo" notice now only appears if the player is actually on the demo.
    • The main menu "wishlist" button is replaced by a "wiki" button on the non-demo builds.
  • Tower Mainframes and Biological Mainframes are now immune to subnet stun, as are Contraband Scanners. There was nothing fun or interesting about those being stunned, and a whole lot of things that were frustrating.
  • The following structures are no longer subject to being stunned when their subnet is attacked: slurry spiders, microbuilder mini fabs, biomulchers, bovine replicators, protein vats, hydroponic towers, compact water filters, repair spiders.
    • The following related structures are still subject to their stuns: slurry mines, full microbuilder fabs, protein canneries, water filtration towers, overdrivers and efficiency improvers, mining skimmers.
    • Having stuns mess up the core of your economy with a cascading effect is just annoying and does not add much strategy. Having stuns mess up your largest producers, so that their more vulnerable, and if you're reliant on that beyond your core production is a lot more interesting.
  • Added a large amount of new framework logic to allow for relaxed spawning of mechs so that they can spawn stepping on really small buildings and fences relative to their size.
    • Basically, I need for certain things to reliably seed near a target no matter how crowded things are. This wasn't super relevant before, although it did lead to some very odd vehicle spawning from player aerospace hangars that is in one bugtracker report.
    • To be able to test this, the cheat "spawn npc unit for local authority" has been updated so that if a player has a structure selected, and they try to spawn an npc unit, it will try to be as close as possible. This allows for testing a variety of situations in a more direct way. Note that this only applies to that one specific cheat at the moment.
  • There is much-improved logic for seeding things closer to targets when it crosses cell boundaries, which allows me to be sure that when something big is supposed to spawn near to a target, it is almost certain to do so.

Bugfixes

  • The tooltip for the language label in settings now includes the same information that hovering over the dropdown for the language does.
    • Thanks to mblazewicz for reporting.
  • The UI tour now saves the controls popup for the last step, rather than that being the second step. This makes the tour a lot less overwhelming in general, and in general just makes more sense.
    • Thanks to mblazewicz for suggesting.
  • Added in some extra logic to prevent the ui tour from popping up on existing savegames that are already past turn 1.
  • Fixed some funky issues with the way that subnets would form at times, where the lines would appear to cross roads even though technically the connections were valid, or a new building would link up to a node that was inexplicably far away, etc.
    • This turned out to be entirely cosmetic, but it was confusing as heck when you had large U-shaped subnets with blocking roads in the middle.
  • Fixed an exception that could happen if a machine structure was rebuilt underneath an npc unit that was standing on it at the exact same instant that the npc unit died.
    • Thanks to mblazewicz for reporting.
  • Photo mode now allows you to freely move the mouse without turning the window view, unless you hold down either the left or right mouse button.
    • This allows for setting up a shot and then making further adjustments, or activating other software to take the screenshot rather than losing the position of the shot due to the mouse moving it away.
    • Additionally, when holding down the M key to adjust the position of the manual focus during photo mode, that now properly shows the mouse cursor. In recent builds that had not been working right.
  • Fixed an ongoing annoyance with the TPS reports and ledger for certain kinds of resources where if they were hitting their resource cap, but that cap is very high, then they were still complaining.
    • This was most notable with elemental slurry, but it could happen with other things as well.
    • It now just treats these as neutral, since they are producing enough to stay at the very-high cap and just sitting there.
    • Thanks to teo4512 for reporting.
  • Fixed an issue where vehicles coming out of the aerospace hangar in certain circumstances could reliably spawn very far away from the hangar. Now they will hug up close to the hangar in some fashion, as they should.
    • Thanks to riking28 for reporting.

0.564 Finishing The Localization Framework

(Released July 3rd, 2024)

  • Editing pass has been done on the new text from yesterday's build.
    • Thanks to Kara McElligott Park for doing this!
  • The critical hits text now includes the line "The color of a target is the thin line under their health bar, not the large icon over their head."
    • Thanks to Isith for suggesting. This was confusing a number of people.

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.
  • Added a new system where table rows with localized contents on themselves or sub-components now register themselves as targets for localization import, and there's a whole new framework around this.
    • The localization imports are now able to fully identify all of the tables in question, and they also are able to match to rows and put their general display names and descriptions in an automated fashion.
    • The setup for noticing rows that are missing a field hooked into this system is also there, which helps me self-check any issues and correct them before translators ever get involved with a given field.
    • This has been a lot more surgery than I thought it would be based on where I had things mid-day, but my original estimate for how long it would take me to do this was a week (that was pessimistic, but still), so I'm still happy this is going so quickly.
  • All of the localization linkages are now in place and working, using sub-rows and swapping things out on the fly as-needed.
    • The last bit I need to handle are the things for duplicate text that is auto-linked in secondary languages, but all of the bits that involve reading in the input spreadsheets are complete.
  • The way that linked localizations is handled has been shifted to be faster to read at runtime, and the proper linkages are now in place.
  • If the extra localization logging setting is on, it now complains about missing rows that were not present but which were expected.
  • Discovered that rows that were copied-from other rows using the xml copy_from tag were not properly pulling localization entries. There is now logic where they grab what they need to.
  • At this point, all of the localization links of all sorts are self-checking and verify that they are all read in properly.
    • There are some font-sizing issues that cause display issues in Chinese, but that's a problem for later; the actual text is being read in properly, and I already have some underlying font stylesheet capabilities that I built into my custom version of TextMeshPro to handle cases like that. That can safely be handled during LQA, later.
    • Note: any testing done with the Chinese language is going to have a lot of missing text right now because of this font sizing issue that will be left for later. Testing with Spanish does not have this issue. Of course, both languages are largely gibberish at the moment since they were machine-translated for these early tests, but that's not the point for the moment.
  • Fixed a bug with how building variants were storing updating their names, which made it so that switching languages mid-game was causing some wrong display of text.
  • Added a new feature which allows post-validation of arbitrary rows after language changes happen.
    • This is used for the various statistics entries, which "bake" some localized elements into place for whichever language they are using at the moment.
    • Now when you swap back and forth between languages, and look at the statistics screen, it updates as expected.

Prior Release Notes

After NextFest