Git Product home page Git Product logo

Comments (5)

nbusseneau avatar nbusseneau commented on May 30, 2024

This issue indicates something went wrong with the Lua patching. Can you please copy/paste your patching logs here?

from hephaistos.

kaancy avatar kaancy commented on May 30, 2024

Thanks for responding so quickly. This is the output on my terminal when I apply the patch.

INFO:hephaistos:Using resolution: (3440, 1440)
INFO:hephaistos:Using '--scaling=hor+': computed patch viewport (2580, 1080)
INFO:hephaistos:Using '--hud=expand': HUD will be expanded horizontally / vertically
INFO:hephaistos:Patched 'Game.macOS.app/Contents/MacOS/Game.macOS'
INFO:hephaistos:Reading SJSON data (this operation can take time, please be patient)
INFO:hephaistos:Patched 'Game.macOS.app/Contents/Resources/Content/Game/Animations/Fx.sjson'
INFO:hephaistos:Patched 'Game.macOS.app/Contents/Resources/Content/Game/Animations/GUIAnimations.sjson'
INFO:hephaistos:Patched 'Game.macOS.app/Contents/Resources/Content/Game/GUI/AboutScreen.sjson'
INFO:hephaistos:Patched 'Game.macOS.app/Contents/Resources/Content/Game/GUI/AnnouncementScreen.sjson'
INFO:hephaistos:Patched 'Game.macOS.app/Contents/Resources/Content/Game/GUI/CloudSaveUploadDialog.sjson'
INFO:hephaistos:Patched 'Game.macOS.app/Contents/Resources/Content/Game/GUI/CloudSettingsScreen.sjson'
INFO:hephaistos:Patched 'Game.macOS.app/Contents/Resources/Content/Game/GUI/CloudSyncDialog.sjson'
INFO:hephaistos:Patched 'Game.macOS.app/Contents/Resources/Content/Game/GUI/DebugDrawGroupScreen.sjson'
INFO:hephaistos:Patched 'Game.macOS.app/Contents/Resources/Content/Game/GUI/DebugKeyScreen.sjson'
INFO:hephaistos:Patched 'Game.macOS.app/Contents/Resources/Content/Game/GUI/DownloadScreen.sjson'
INFO:hephaistos:Patched 'Game.macOS.app/Contents/Resources/Content/Game/GUI/ExitConfirmDialog.sjson'
INFO:hephaistos:Patched 'Game.macOS.app/Contents/Resources/Content/Game/GUI/InGameUI.sjson'
INFO:hephaistos:Patched 'Game.macOS.app/Contents/Resources/Content/Game/GUI/KeyMappingScreen.sjson'
INFO:hephaistos:Patched 'Game.macOS.app/Contents/Resources/Content/Game/GUI/LanguageScreen.sjson'
INFO:hephaistos:Patched 'Game.macOS.app/Contents/Resources/Content/Game/GUI/LaunchScreen.sjson'
INFO:hephaistos:Patched 'Game.macOS.app/Contents/Resources/Content/Game/GUI/LoadMapScreen.sjson'
INFO:hephaistos:Patched 'Game.macOS.app/Contents/Resources/Content/Game/GUI/LoadReplayScreen.sjson'
INFO:hephaistos:Patched 'Game.macOS.app/Contents/Resources/Content/Game/GUI/LoadSaveScreen.sjson'
INFO:hephaistos:Patched 'Game.macOS.app/Contents/Resources/Content/Game/GUI/LoadScreen.sjson'
INFO:hephaistos:Patched 'Game.macOS.app/Contents/Resources/Content/Game/GUI/MainMenuScreen.sjson'
INFO:hephaistos:Patched 'Game.macOS.app/Contents/Resources/Content/Game/GUI/MenuScreen.sjson'
INFO:hephaistos:Patched 'Game.macOS.app/Contents/Resources/Content/Game/GUI/MessageDialog.sjson'
INFO:hephaistos:Patched 'Game.macOS.app/Contents/Resources/Content/Game/GUI/MessageDialogLarge.sjson'
INFO:hephaistos:Patched 'Game.macOS.app/Contents/Resources/Content/Game/GUI/MiscSettingsScreen.sjson'
INFO:hephaistos:Patched 'Game.macOS.app/Contents/Resources/Content/Game/GUI/PatchNotesScreen.sjson'
INFO:hephaistos:Patched 'Game.macOS.app/Contents/Resources/Content/Game/GUI/PauseScreen.sjson'
INFO:hephaistos:Patched 'Game.macOS.app/Contents/Resources/Content/Game/GUI/ProfileScreen.sjson'
INFO:hephaistos:Patched 'Game.macOS.app/Contents/Resources/Content/Game/GUI/RemoteProfileScreen.sjson'
INFO:hephaistos:Patched 'Game.macOS.app/Contents/Resources/Content/Game/GUI/ResolutionScreen.sjson'
INFO:hephaistos:Patched 'Game.macOS.app/Contents/Resources/Content/Game/GUI/SettingsMenuScreen.sjson'
INFO:hephaistos:Patched 'Game.macOS.app/Contents/Resources/Content/Game/GUI/StartNewGameScreen.sjson'
INFO:hephaistos:Patched 'Game.macOS.app/Contents/Resources/Content/Game/GUI/SVNLockDialog.sjson'
INFO:hephaistos:Patched 'Game.macOS.app/Contents/Resources/Content/Game/GUI/ThreeWayDialog.sjson'
INFO:hephaistos:Patched 'Game.macOS.app/Contents/Resources/Content/Game/Obstacles/GUI.sjson'
INFO:hephaistos:Applied custom resolution to:

  • /Users/kaanserin/Library/Application Support/Supergiant Games/Hades/Profile1.sjson
    INFO:hephaistos:Installed Lua mod to 'Game.macOS.app/Contents/Resources/Content/Mods/Hephaistos'
    INFO:hephaistos:Patched 'Game.macOS.app/Contents/Resources/Content/Scripts/RoomManager.lua' with hook 'Import "../Mods/Hephaistos/Hephaistos.lua"

from hephaistos.

nbusseneau avatar nbusseneau commented on May 30, 2024

Apologies for answering only now, was not available this weekend. I see nothing wrong in your log, very strange. I would recommend to try the following procedure:

  • Restore Hades to pre-Hephaistos state.
  • Run a Steam integrity check (right-click on game in library -> Properties -> Local files -> Verify integrity).
  • Once done, try to patch with Hephaistos again.

If at this point it still does not work, try to run Hephaistos in verbose mode, adding the -vv flags to the Terminal command line (./hephaistos -vv) and then copy/paste the whole output log here (it will much more longer and more detailed than the above).

from hephaistos.

kaancy avatar kaancy commented on May 30, 2024

It works now! I ran Hephaistos in verbose mode after verifying file integrity.
I'll paste the logs here anyways since I've seen some error messages. (Hopefully, they may be of some use to you)

DEBUG:hephaistos:Checking latest version at https://github.com/nbusseneau/hephaistos/releases/latest/
DEBUG:hephaistos:<urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)>
Traceback (most recent call last):
File "urllib/request.py", line 1348, in do_open
File "http/client.py", line 1282, in request
File "http/client.py", line 1328, in _send_request
File "http/client.py", line 1277, in endheaders
File "http/client.py", line 1037, in _send_output
File "http/client.py", line 975, in send
File "http/client.py", line 1454, in connect
File "ssl.py", line 513, in wrap_socket
File "ssl.py", line 1071, in _create
File "ssl.py", line 1342, in do_handshake
ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "hephaistos/helpers.py", line 275, in check_version
File "urllib/request.py", line 216, in urlopen
File "urllib/request.py", line 519, in open
File "urllib/request.py", line 536, in _open
File "urllib/request.py", line 496, in _call_chain
File "urllib/request.py", line 1391, in https_open
File "urllib/request.py", line 1351, in do_open
urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)>
Hi! This interactive wizard will help you to set up Hephaistos.
Note: while Hephaistos can be used in interactive mode for basic usage, you will need to switch to non-interactive mode for any advanced usage. See the README for more details.

Current version: v1.7.9
Latest version: could not check latest version -- perhaps no Internet connection is available?

Pick an option:

  1. Patch Hades using Hephaistos
  2. Restore Hades to its pre-Hephaistos state
  3. Check current Hades / Hephaistos status
  4. Exit
    Choice: 1

Pick an option:

  1. Select from common 16:10 resolutions
  2. Select from common 21:9 resolutions
  3. Select from common 32:9 resolutions
  4. Select from common 48:9 resolutions
  5. Input resolution manually
  6. Cancel
    Choice: 2

Select resolution:

  1. 2560 x 1080
  2. 3440 x 1440
  3. 3840 x 1600
  4. 5120 x 2160
  5. Cancel
    Choice: 2

Select scaling algorithm (see README for more details):

  1. [RECOMMENDED] Hor+: keeps experience close to vanilla game.
  2. Pixel-based: effectively "zooms out" the camera.
  3. Cancel
    Choice (press ENTER to use [RECOMMENDED]):

Select HUD resizing mode (see README for more details):

  1. [RECOMMENDED] Expand the HUD horizontally and vertically.
  2. Keep HUD in the center of the screen with the same size as the original 16:9 HUD.
  3. Cancel
    Choice (press ENTER to use [RECOMMENDED]):

INFO:hephaistos:Using resolution: (3440, 1440)
INFO:hephaistos:Using '--scaling=hor+': computed patch viewport (2580, 1080)
INFO:hephaistos:Using '--hud=expand': HUD will be expanded horizontally / vertically
DEBUG:hephaistos:Patching 'Metal' backend at 'Game.macOS.app/Contents/MacOS/Game.macOS'
DEBUG:hephaistos:No hash stored for 'Game.macOS.app/Contents/MacOS/Game.macOS': storing backup file
DEBUG:hephaistos:Backed up 'Game.macOS.app/Contents/MacOS/Game.macOS' to 'hephaistos-data/backups/Game.macOS.app/Contents/MacOS/Game.macOS'
DEBUG:hephaistos:Replaced 2 occurrences of 'viewport' pattern b'(\x48\xb8.{4})?\x80\x07\x00\x00(.{14}\xc7\x05.{4})?8\x04\x00\x00' with b'\g<1>\x14\n\x00\x00\g<2>8\x04\x00\x00' in 'Game.macOS.app/Contents/MacOS/Game.macOS'
DEBUG:hephaistos:Replaced 234 occurrences of 'fullscreen_vector' pattern b'\x00\x00\xf0D\x00\x00\x87D' with b'\x00@!E\x00\x00\x87D' in 'Game.macOS.app/Contents/MacOS/Game.macOS'
DEBUG:hephaistos:Replaced 0 occurrences of 'width_height_floats' pattern b'\x00\x00\x87D(\x00\x00\xb4D\x00\x00\xccD)\x00\x00\xf0D' with b'\x00\x00\x87D\g<1>\x00@!E' in 'Game.macOS.app/Contents/MacOS/Game.macOS'
DEBUG:hephaistos:Replaced 230 occurrences of 'screencenter_vector' pattern b'\x00\x00pD\x00\x00\x07D' with b'\x00@\xa1D\x00\x00\x07D' in 'Game.macOS.app/Contents/MacOS/Game.macOS'
INFO:hephaistos:Patched 'Game.macOS.app/Contents/MacOS/Game.macOS'
DEBUG:hephaistos:Stored hash for 'Game.macOS.app/Contents/MacOS/Game.macOS' at 'hephaistos-data/hashes/Game.macOS.app/Contents/MacOS/Game.sha256'
INFO:hephaistos:Reading SJSON data (this operation can take time, please be patient)
DEBUG:hephaistos:Patching SJSON file at 'Game.macOS.app/Contents/Resources/Content/Game/Animations/Fx.sjson'
DEBUG:hephaistos:No hash stored for 'Game.macOS.app/Contents/Resources/Content/Game/Animations/Fx.sjson': storing backup file
DEBUG:hephaistos:Backed up 'Game.macOS.app/Contents/Resources/Content/Game/Animations/Fx.sjson' to 'hephaistos-data/backups/Game.macOS.app/Contents/Resources/Content/Game/Animations/Fx.sjson'
DEBUG:hephaistos:Saved SJSON data from 'Game.macOS.app/Contents/Resources/Content/Game/Animations/Fx.sjson' to 'hephaistos-data/sjson-data/Game.macOS.app/Contents/Resources/Content/Game/Animations/Fx.sjson'
DEBUG:hephaistos:Patching 'Animations.[]'
DEBUG:hephaistos:Found 'Name = LavaVignetteA', inserted sibling 'ScaleX = 1.34375'
DEBUG:hephaistos:Found 'Name = LavaVignetteA', inserted sibling 'ScaleY = 1.0'
DEBUG:hephaistos:Found 'Name = PoisonVignetteLoop', inserted sibling 'ScaleX = 1.34375'
DEBUG:hephaistos:Found 'Name = PoisonVignetteLoop', inserted sibling 'ScaleY = 1.0'
DEBUG:hephaistos:Found 'Name = HadesBloodstoneVignette', inserted sibling 'ScaleX = 1.34375'
DEBUG:hephaistos:Found 'Name = HadesBloodstoneVignette', inserted sibling 'ScaleY = 1.0'
DEBUG:hephaistos:Found 'Name = FullscreenAlertDisplace', inserted sibling 'ScaleX = 1.34375'
DEBUG:hephaistos:Found 'Name = FullscreenAlertDisplace', inserted sibling 'ScaleY = 1.0'
DEBUG:hephaistos:Found 'Name = BoonInteractDisplace', inserted sibling 'ScaleX = 1.34375'
DEBUG:hephaistos:Found 'Name = BoonInteractDisplace', inserted sibling 'ScaleY = 1.0'
DEBUG:hephaistos:Found 'Name = FullscreenChaosDisplace', inserted sibling 'ScaleX = 1.34375'
DEBUG:hephaistos:Found 'Name = FullscreenChaosDisplace', inserted sibling 'ScaleY = 1.0'
DEBUG:hephaistos:Found 'Name = FullscreenChaosDisplaceRings', inserted sibling 'ScaleX = 1.34375'
DEBUG:hephaistos:Found 'Name = FullscreenChaosDisplaceRings', inserted sibling 'ScaleY = 1.34375'
DEBUG:hephaistos:Found 'Name = FullscreenAlertColor', inserted sibling 'ScaleX = 1.34375'
DEBUG:hephaistos:Found 'Name = FullscreenAlertColor', inserted sibling 'ScaleY = 1.0'
DEBUG:hephaistos:Found 'Name = FullscreenAlertColorDark', inserted sibling 'ScaleX = 1.34375'
DEBUG:hephaistos:Found 'Name = FullscreenAlertColorDark', inserted sibling 'ScaleY = 1.0'
DEBUG:hephaistos:Found 'Name = FullscreenAlertColorInvert', inserted sibling 'ScaleX = 1.34375'
DEBUG:hephaistos:Found 'Name = FullscreenAlertColorInvert', inserted sibling 'ScaleY = 1.0'
DEBUG:hephaistos:Found 'Name = LegendaryAspectSnow', inserted sibling 'ScaleX = 1.34375'
DEBUG:hephaistos:Found 'Name = LegendaryAspectSnow', inserted sibling 'ScaleY = 1.0'
DEBUG:hephaistos:Found 'Name = WeaponKitProphecyStreaks', inserted sibling 'ScaleX = 1.34375'
DEBUG:hephaistos:Found 'Name = WeaponKitProphecyStreaks', inserted sibling 'ScaleY = 1.0'
DEBUG:hephaistos:Found 'Name = WeaponKitInteractVignette', inserted sibling 'ScaleX = 1.34375'
DEBUG:hephaistos:Found 'Name = WeaponKitInteractVignette', inserted sibling 'ScaleY = 1.0'
DEBUG:hephaistos:Found 'Name = WeaponKitInteractVignetteOverlay', inserted sibling 'ScaleX = 1.34375'
DEBUG:hephaistos:Found 'Name = WeaponKitInteractVignetteOverlay', inserted sibling 'ScaleY = 1.0'
DEBUG:hephaistos:Found 'Name = WrathPresentationStreak', updated sibling 'ScaleX' from '4.0' to '5.375'
DEBUG:hephaistos:Found 'Name = WrathPresentationStreak', inserted sibling 'ScaleY = 1.0'
DEBUG:hephaistos:Found 'Name = WrathPresentationBottomDivider', updated sibling 'ScaleX' from '4.0' to '5.375'
DEBUG:hephaistos:Found 'Name = WrathPresentationBottomDivider', inserted sibling 'ScaleY = 1.0'
DEBUG:hephaistos:Found 'Name = WrathVignette', inserted sibling 'ScaleX = 1.34375'
DEBUG:hephaistos:Found 'Name = WrathVignette', inserted sibling 'ScaleY = 1.0'
INFO:hephaistos:Patched 'Game.macOS.app/Contents/Resources/Content/Game/Animations/Fx.sjson'
DEBUG:hephaistos:Stored hash for 'Game.macOS.app/Contents/Resources/Content/Game/Animations/Fx.sjson' at 'hephaistos-data/hashes/Game.macOS.app/Contents/Resources/Content/Game/Animations/Fx.sha256'
DEBUG:hephaistos:Patching SJSON file at 'Game.macOS.app/Contents/Resources/Content/Game/Animations/GUIAnimations.sjson'
DEBUG:hephaistos:No hash stored for 'Game.macOS.app/Contents/Resources/Content/Game/Animations/GUIAnimations.sjson': storing backup file
DEBUG:hephaistos:Backed up 'Game.macOS.app/Contents/Resources/Content/Game/Animations/GUIAnimations.sjson' to 'hephaistos-data/backups/Game.macOS.app/Contents/Resources/Content/Game/Animations/GUIAnimations.sjson'
DEBUG:hephaistos:Saved SJSON data from 'Game.macOS.app/Contents/Resources/Content/Game/Animations/GUIAnimations.sjson' to 'hephaistos-data/sjson-data/Game.macOS.app/Contents/Resources/Content/Game/Animations/GUIAnimations.sjson'
DEBUG:hephaistos:Patching 'Animations.[]'
DEBUG:hephaistos:Found 'Name = BloodFrame', inserted sibling 'ScaleX = 1.34375'
DEBUG:hephaistos:Found 'Name = BloodFrame', inserted sibling 'ScaleY = 1.0'
DEBUG:hephaistos:Found 'Name = LowHealthShroud', inserted sibling 'ScaleX = 1.34375'
DEBUG:hephaistos:Found 'Name = LowHealthShroud', inserted sibling 'ScaleY = 1.0'
DEBUG:hephaistos:Found 'Name = RoomTransitionIn', inserted sibling 'Scale = 1.34375'
DEBUG:hephaistos:Found 'Name = RoomTransitionInBlack', inserted sibling 'ScaleX = 1.34375'
DEBUG:hephaistos:Found 'Name = RoomTransitionInBlack', inserted sibling 'ScaleY = 1.0'
DEBUG:hephaistos:Found 'Name = RoomTransitionInBoatRide', inserted sibling 'ScaleX = 1.34375'
DEBUG:hephaistos:Found 'Name = RoomTransitionInBoatRide', inserted sibling 'ScaleY = 1.0'
DEBUG:hephaistos:Found 'Name = RoomTransitionOutBoatRide', inserted sibling 'ScaleX = 1.34375'
DEBUG:hephaistos:Found 'Name = RoomTransitionOutBoatRide', inserted sibling 'ScaleY = 1.0'
DEBUG:hephaistos:Found 'Name = DialogueBackgroundIn', inserted sibling 'ScaleX = 1.34375'
DEBUG:hephaistos:Found 'Name = DialogueBackgroundIn', inserted sibling 'ScaleY = 1.0'
DEBUG:hephaistos:Found 'Name = VignetteOverlay', inserted sibling 'ScaleX = 1.34375'
DEBUG:hephaistos:Found 'Name = VignetteOverlay', inserted sibling 'ScaleY = 1.0'
DEBUG:hephaistos:Found 'Name = EndCreditsVignette', inserted sibling 'ScaleX = 1.34375'
DEBUG:hephaistos:Found 'Name = EndCreditsVignette', inserted sibling 'ScaleY = 1.0'
INFO:hephaistos:Patched 'Game.macOS.app/Contents/Resources/Content/Game/Animations/GUIAnimations.sjson'
DEBUG:hephaistos:Stored hash for 'Game.macOS.app/Contents/Resources/Content/Game/Animations/GUIAnimations.sjson' at 'hephaistos-data/hashes/Game.macOS.app/Contents/Resources/Content/Game/Animations/GUIAnimations.sha256'
DEBUG:hephaistos:Patching SJSON file at 'Game.macOS.app/Contents/Resources/Content/Game/GUI/AboutScreen.sjson'
DEBUG:hephaistos:No hash stored for 'Game.macOS.app/Contents/Resources/Content/Game/GUI/AboutScreen.sjson': storing backup file
DEBUG:hephaistos:Backed up 'Game.macOS.app/Contents/Resources/Content/Game/GUI/AboutScreen.sjson' to 'hephaistos-data/backups/Game.macOS.app/Contents/Resources/Content/Game/GUI/AboutScreen.sjson'
DEBUG:hephaistos:Saved SJSON data from 'Game.macOS.app/Contents/Resources/Content/Game/GUI/AboutScreen.sjson' to 'hephaistos-data/sjson-data/Game.macOS.app/Contents/Resources/Content/Game/GUI/AboutScreen.sjson'
DEBUG:hephaistos:Patching 'AboutScreen.Back'
DEBUG:hephaistos:Updated child 'Width' from '1920' to '2580'
DEBUG:hephaistos:Updated child 'Height' from '1080' to '1080'
DEBUG:hephaistos:Patching 'AboutScreen.AnimatedBackground'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '540' to '540'
DEBUG:hephaistos:Patching 'AboutScreen.TitleText'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '150' to '150'
DEBUG:hephaistos:Patching 'AboutScreen.UpArrow'
DEBUG:hephaistos:Updated child 'X' from '1300' to '1630'
DEBUG:hephaistos:Updated child 'Y' from '160' to '160'
DEBUG:hephaistos:Patching 'AboutScreen.DownArrow'
DEBUG:hephaistos:Updated child 'X' from '1300' to '1630'
DEBUG:hephaistos:Updated child 'Y' from '970' to '970'
DEBUG:hephaistos:Patching 'AboutScreen.CreditText'
DEBUG:hephaistos:Updated child 'X' from '610' to '940'
DEBUG:hephaistos:Updated child 'Y' from '170' to '170'
DEBUG:hephaistos:Patching 'AboutScreen.CancelButton'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '1030' to '1030'
INFO:hephaistos:Patched 'Game.macOS.app/Contents/Resources/Content/Game/GUI/AboutScreen.sjson'
DEBUG:hephaistos:Stored hash for 'Game.macOS.app/Contents/Resources/Content/Game/GUI/AboutScreen.sjson' at 'hephaistos-data/hashes/Game.macOS.app/Contents/Resources/Content/Game/GUI/AboutScreen.sha256'
DEBUG:hephaistos:Patching SJSON file at 'Game.macOS.app/Contents/Resources/Content/Game/GUI/AnnouncementScreen.sjson'
DEBUG:hephaistos:No hash stored for 'Game.macOS.app/Contents/Resources/Content/Game/GUI/AnnouncementScreen.sjson': storing backup file
DEBUG:hephaistos:Backed up 'Game.macOS.app/Contents/Resources/Content/Game/GUI/AnnouncementScreen.sjson' to 'hephaistos-data/backups/Game.macOS.app/Contents/Resources/Content/Game/GUI/AnnouncementScreen.sjson'
DEBUG:hephaistos:Saved SJSON data from 'Game.macOS.app/Contents/Resources/Content/Game/GUI/AnnouncementScreen.sjson' to 'hephaistos-data/sjson-data/Game.macOS.app/Contents/Resources/Content/Game/GUI/AnnouncementScreen.sjson'
DEBUG:hephaistos:Patching 'AnnouncementScreen.Back'
DEBUG:hephaistos:Updated child 'Width' from '1920' to '2580'
DEBUG:hephaistos:Updated child 'Height' from '1080' to '1080'
DEBUG:hephaistos:Patching 'AnnouncementScreen.AnimatedBackground'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '540' to '540'
DEBUG:hephaistos:Patching 'AnnouncementScreen.TitleText'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '185' to '185'
DEBUG:hephaistos:Patching 'AnnouncementScreen.SubHeader'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '950' to '950'
DEBUG:hephaistos:Patching 'AnnouncementScreen.UpArrow'
DEBUG:hephaistos:Updated child 'X' from '1300' to '1630'
DEBUG:hephaistos:Updated child 'Y' from '245' to '245'
DEBUG:hephaistos:Patching 'AnnouncementScreen.DownArrow'
DEBUG:hephaistos:Updated child 'X' from '1300' to '1630'
DEBUG:hephaistos:Updated child 'Y' from '940' to '940'
DEBUG:hephaistos:Patching 'AnnouncementScreen.AnnouncementText'
DEBUG:hephaistos:Updated child 'X' from '610' to '940'
DEBUG:hephaistos:Updated child 'Y' from '300' to '300'
DEBUG:hephaistos:Patching 'AnnouncementScreen.CancelButton'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '1030' to '1030'
INFO:hephaistos:Patched 'Game.macOS.app/Contents/Resources/Content/Game/GUI/AnnouncementScreen.sjson'
DEBUG:hephaistos:Stored hash for 'Game.macOS.app/Contents/Resources/Content/Game/GUI/AnnouncementScreen.sjson' at 'hephaistos-data/hashes/Game.macOS.app/Contents/Resources/Content/Game/GUI/AnnouncementScreen.sha256'
DEBUG:hephaistos:Patching SJSON file at 'Game.macOS.app/Contents/Resources/Content/Game/GUI/CloudSaveUploadDialog.sjson'
DEBUG:hephaistos:No hash stored for 'Game.macOS.app/Contents/Resources/Content/Game/GUI/CloudSaveUploadDialog.sjson': storing backup file
DEBUG:hephaistos:Backed up 'Game.macOS.app/Contents/Resources/Content/Game/GUI/CloudSaveUploadDialog.sjson' to 'hephaistos-data/backups/Game.macOS.app/Contents/Resources/Content/Game/GUI/CloudSaveUploadDialog.sjson'
DEBUG:hephaistos:Saved SJSON data from 'Game.macOS.app/Contents/Resources/Content/Game/GUI/CloudSaveUploadDialog.sjson' to 'hephaistos-data/sjson-data/Game.macOS.app/Contents/Resources/Content/Game/GUI/CloudSaveUploadDialog.sjson'
DEBUG:hephaistos:Patching 'CloudSaveUploadDialog.AnimatedBackground'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '540' to '540'
DEBUG:hephaistos:Patching 'CloudSaveUploadDialog.TitleText'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '310' to '310'
DEBUG:hephaistos:Patching 'CloudSaveUploadDialog.MessageText'
DEBUG:hephaistos:Updated child 'X' from '580' to '910'
DEBUG:hephaistos:Updated child 'Y' from '400' to '400'
DEBUG:hephaistos:Patching 'CloudSaveUploadDialog.TextBackground'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '430' to '430'
DEBUG:hephaistos:Patching 'CloudSaveUploadDialog.ConfirmButton'
DEBUG:hephaistos:Updated child 'X' from '730' to '1060'
DEBUG:hephaistos:Updated child 'Y' from '570' to '570'
DEBUG:hephaistos:Patching 'CloudSaveUploadDialog.CancelButton'
DEBUG:hephaistos:Updated child 'X' from '1200' to '1530'
DEBUG:hephaistos:Updated child 'Y' from '570' to '570'
INFO:hephaistos:Patched 'Game.macOS.app/Contents/Resources/Content/Game/GUI/CloudSaveUploadDialog.sjson'
DEBUG:hephaistos:Stored hash for 'Game.macOS.app/Contents/Resources/Content/Game/GUI/CloudSaveUploadDialog.sjson' at 'hephaistos-data/hashes/Game.macOS.app/Contents/Resources/Content/Game/GUI/CloudSaveUploadDialog.sha256'
DEBUG:hephaistos:Patching SJSON file at 'Game.macOS.app/Contents/Resources/Content/Game/GUI/CloudSettingsScreen.sjson'
DEBUG:hephaistos:No hash stored for 'Game.macOS.app/Contents/Resources/Content/Game/GUI/CloudSettingsScreen.sjson': storing backup file
DEBUG:hephaistos:Backed up 'Game.macOS.app/Contents/Resources/Content/Game/GUI/CloudSettingsScreen.sjson' to 'hephaistos-data/backups/Game.macOS.app/Contents/Resources/Content/Game/GUI/CloudSettingsScreen.sjson'
DEBUG:hephaistos:Saved SJSON data from 'Game.macOS.app/Contents/Resources/Content/Game/GUI/CloudSettingsScreen.sjson' to 'hephaistos-data/sjson-data/Game.macOS.app/Contents/Resources/Content/Game/GUI/CloudSettingsScreen.sjson'
DEBUG:hephaistos:Patching 'CloudSettingsScreen.Back'
DEBUG:hephaistos:Updated child 'Width' from '1920' to '2580'
DEBUG:hephaistos:Updated child 'Height' from '1080' to '1080'
DEBUG:hephaistos:Patching 'CloudSettingsScreen.AnimatedBackground'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '540' to '540'
DEBUG:hephaistos:Patching 'CloudSettingsScreen.TitleText'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '185' to '185'
DEBUG:hephaistos:Patching 'CloudSettingsScreen.ConnectSteamButton'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '350' to '350'
DEBUG:hephaistos:Patching 'CloudSettingsScreen.CancelButton'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '1030' to '1030'
DEBUG:hephaistos:Patching 'CloudSettingsScreen.DescriptionBox'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '910' to '910'
INFO:hephaistos:Patched 'Game.macOS.app/Contents/Resources/Content/Game/GUI/CloudSettingsScreen.sjson'
DEBUG:hephaistos:Stored hash for 'Game.macOS.app/Contents/Resources/Content/Game/GUI/CloudSettingsScreen.sjson' at 'hephaistos-data/hashes/Game.macOS.app/Contents/Resources/Content/Game/GUI/CloudSettingsScreen.sha256'
DEBUG:hephaistos:Patching SJSON file at 'Game.macOS.app/Contents/Resources/Content/Game/GUI/CloudSyncDialog.sjson'
DEBUG:hephaistos:No hash stored for 'Game.macOS.app/Contents/Resources/Content/Game/GUI/CloudSyncDialog.sjson': storing backup file
DEBUG:hephaistos:Backed up 'Game.macOS.app/Contents/Resources/Content/Game/GUI/CloudSyncDialog.sjson' to 'hephaistos-data/backups/Game.macOS.app/Contents/Resources/Content/Game/GUI/CloudSyncDialog.sjson'
DEBUG:hephaistos:Saved SJSON data from 'Game.macOS.app/Contents/Resources/Content/Game/GUI/CloudSyncDialog.sjson' to 'hephaistos-data/sjson-data/Game.macOS.app/Contents/Resources/Content/Game/GUI/CloudSyncDialog.sjson'
DEBUG:hephaistos:Patching 'CloudSyncDialog.Back'
DEBUG:hephaistos:Updated child 'Width' from '1920' to '2580'
DEBUG:hephaistos:Updated child 'Height' from '1080' to '1080'
DEBUG:hephaistos:Patching 'CloudSyncDialog.AnimatedBackground'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '540' to '540'
DEBUG:hephaistos:Patching 'CloudSyncDialog.TitleText'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '310' to '310'
DEBUG:hephaistos:Patching 'CloudSyncDialog.MessageText'
DEBUG:hephaistos:Updated child 'X' from '580' to '910'
DEBUG:hephaistos:Updated child 'Y' from '400' to '400'
DEBUG:hephaistos:Patching 'CloudSyncDialog.TextBackground'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '430' to '430'
DEBUG:hephaistos:Patching 'CloudSyncDialog.ConfirmButton'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '570' to '570'
INFO:hephaistos:Patched 'Game.macOS.app/Contents/Resources/Content/Game/GUI/CloudSyncDialog.sjson'
DEBUG:hephaistos:Stored hash for 'Game.macOS.app/Contents/Resources/Content/Game/GUI/CloudSyncDialog.sjson' at 'hephaistos-data/hashes/Game.macOS.app/Contents/Resources/Content/Game/GUI/CloudSyncDialog.sha256'
DEBUG:hephaistos:Patching SJSON file at 'Game.macOS.app/Contents/Resources/Content/Game/GUI/DebugDrawGroupScreen.sjson'
DEBUG:hephaistos:No hash stored for 'Game.macOS.app/Contents/Resources/Content/Game/GUI/DebugDrawGroupScreen.sjson': storing backup file
DEBUG:hephaistos:Backed up 'Game.macOS.app/Contents/Resources/Content/Game/GUI/DebugDrawGroupScreen.sjson' to 'hephaistos-data/backups/Game.macOS.app/Contents/Resources/Content/Game/GUI/DebugDrawGroupScreen.sjson'
DEBUG:hephaistos:Saved SJSON data from 'Game.macOS.app/Contents/Resources/Content/Game/GUI/DebugDrawGroupScreen.sjson' to 'hephaistos-data/sjson-data/Game.macOS.app/Contents/Resources/Content/Game/GUI/DebugDrawGroupScreen.sjson'
DEBUG:hephaistos:Patching 'DebugDrawGroupScreen.CancelButton'
DEBUG:hephaistos:Updated child 'X' from '1700' to '2030'
DEBUG:hephaistos:Updated child 'Y' from '1040' to '1040'
INFO:hephaistos:Patched 'Game.macOS.app/Contents/Resources/Content/Game/GUI/DebugDrawGroupScreen.sjson'
DEBUG:hephaistos:Stored hash for 'Game.macOS.app/Contents/Resources/Content/Game/GUI/DebugDrawGroupScreen.sjson' at 'hephaistos-data/hashes/Game.macOS.app/Contents/Resources/Content/Game/GUI/DebugDrawGroupScreen.sha256'
DEBUG:hephaistos:Patching SJSON file at 'Game.macOS.app/Contents/Resources/Content/Game/GUI/DebugKeyScreen.sjson'
DEBUG:hephaistos:No hash stored for 'Game.macOS.app/Contents/Resources/Content/Game/GUI/DebugKeyScreen.sjson': storing backup file
DEBUG:hephaistos:Backed up 'Game.macOS.app/Contents/Resources/Content/Game/GUI/DebugKeyScreen.sjson' to 'hephaistos-data/backups/Game.macOS.app/Contents/Resources/Content/Game/GUI/DebugKeyScreen.sjson'
DEBUG:hephaistos:Saved SJSON data from 'Game.macOS.app/Contents/Resources/Content/Game/GUI/DebugKeyScreen.sjson' to 'hephaistos-data/sjson-data/Game.macOS.app/Contents/Resources/Content/Game/GUI/DebugKeyScreen.sjson'
DEBUG:hephaistos:Patching 'DebugKeyScreen.Back'
DEBUG:hephaistos:Updated child 'Width' from '1920' to '2580'
DEBUG:hephaistos:Updated child 'Height' from '1080' to '1080'
DEBUG:hephaistos:Patching 'DebugKeyScreen.DebugKeyButton'
DEBUG:hephaistos:Updated child 'X' from '50' to '50'
DEBUG:hephaistos:Updated child 'Y' from '150' to '150'
DEBUG:hephaistos:Patching 'DebugKeyScreen.LeftArrow'
DEBUG:hephaistos:Updated child 'X' from '600' to '930'
DEBUG:hephaistos:Updated child 'Y' from '50' to '50'
DEBUG:hephaistos:Patching 'DebugKeyScreen.FileFilter'
DEBUG:hephaistos:Updated child 'X' from '50' to '50'
DEBUG:hephaistos:Updated child 'Y' from '50' to '50'
DEBUG:hephaistos:Patching 'DebugKeyScreen.CancelButton'
DEBUG:hephaistos:Updated child 'X' from '1800' to '2130'
DEBUG:hephaistos:Updated child 'Y' from '60' to '60'
INFO:hephaistos:Patched 'Game.macOS.app/Contents/Resources/Content/Game/GUI/DebugKeyScreen.sjson'
DEBUG:hephaistos:Stored hash for 'Game.macOS.app/Contents/Resources/Content/Game/GUI/DebugKeyScreen.sjson' at 'hephaistos-data/hashes/Game.macOS.app/Contents/Resources/Content/Game/GUI/DebugKeyScreen.sha256'
DEBUG:hephaistos:Patching SJSON file at 'Game.macOS.app/Contents/Resources/Content/Game/GUI/DownloadScreen.sjson'
DEBUG:hephaistos:No hash stored for 'Game.macOS.app/Contents/Resources/Content/Game/GUI/DownloadScreen.sjson': storing backup file
DEBUG:hephaistos:Backed up 'Game.macOS.app/Contents/Resources/Content/Game/GUI/DownloadScreen.sjson' to 'hephaistos-data/backups/Game.macOS.app/Contents/Resources/Content/Game/GUI/DownloadScreen.sjson'
DEBUG:hephaistos:Saved SJSON data from 'Game.macOS.app/Contents/Resources/Content/Game/GUI/DownloadScreen.sjson' to 'hephaistos-data/sjson-data/Game.macOS.app/Contents/Resources/Content/Game/GUI/DownloadScreen.sjson'
DEBUG:hephaistos:Patching 'DownloadScreen.Character'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '540' to '540'
DEBUG:hephaistos:Patching 'DownloadScreen.ProgressBar'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '900' to '900'
DEBUG:hephaistos:Patching 'DownloadScreen.ProgressText'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '500' to '500'
INFO:hephaistos:Patched 'Game.macOS.app/Contents/Resources/Content/Game/GUI/DownloadScreen.sjson'
DEBUG:hephaistos:Stored hash for 'Game.macOS.app/Contents/Resources/Content/Game/GUI/DownloadScreen.sjson' at 'hephaistos-data/hashes/Game.macOS.app/Contents/Resources/Content/Game/GUI/DownloadScreen.sha256'
DEBUG:hephaistos:Patching SJSON file at 'Game.macOS.app/Contents/Resources/Content/Game/GUI/ExitConfirmDialog.sjson'
DEBUG:hephaistos:No hash stored for 'Game.macOS.app/Contents/Resources/Content/Game/GUI/ExitConfirmDialog.sjson': storing backup file
DEBUG:hephaistos:Backed up 'Game.macOS.app/Contents/Resources/Content/Game/GUI/ExitConfirmDialog.sjson' to 'hephaistos-data/backups/Game.macOS.app/Contents/Resources/Content/Game/GUI/ExitConfirmDialog.sjson'
DEBUG:hephaistos:Saved SJSON data from 'Game.macOS.app/Contents/Resources/Content/Game/GUI/ExitConfirmDialog.sjson' to 'hephaistos-data/sjson-data/Game.macOS.app/Contents/Resources/Content/Game/GUI/ExitConfirmDialog.sjson'
DEBUG:hephaistos:Patching 'ExitConfirmDialog.Back'
DEBUG:hephaistos:Updated child 'Width' from '1920' to '2580'
DEBUG:hephaistos:Updated child 'Height' from '1080' to '1080'
DEBUG:hephaistos:Patching 'ExitConfirmDialog.AnimatedBackground'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '540' to '540'
DEBUG:hephaistos:Patching 'ExitConfirmDialog.TitleText'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '310' to '310'
DEBUG:hephaistos:Patching 'ExitConfirmDialog.PromptText'
DEBUG:hephaistos:Updated child 'X' from '580' to '910'
DEBUG:hephaistos:Updated child 'Y' from '430' to '430'
DEBUG:hephaistos:Patching 'ExitConfirmDialog.TextBackground'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '430' to '430'
DEBUG:hephaistos:Patching 'ExitConfirmDialog.ConfirmButton'
DEBUG:hephaistos:Updated child 'X' from '730' to '1060'
DEBUG:hephaistos:Updated child 'Y' from '570' to '570'
DEBUG:hephaistos:Patching 'ExitConfirmDialog.CancelButton'
DEBUG:hephaistos:Updated child 'X' from '1200' to '1530'
DEBUG:hephaistos:Updated child 'Y' from '570' to '570'
INFO:hephaistos:Patched 'Game.macOS.app/Contents/Resources/Content/Game/GUI/ExitConfirmDialog.sjson'
DEBUG:hephaistos:Stored hash for 'Game.macOS.app/Contents/Resources/Content/Game/GUI/ExitConfirmDialog.sjson' at 'hephaistos-data/hashes/Game.macOS.app/Contents/Resources/Content/Game/GUI/ExitConfirmDialog.sha256'
DEBUG:hephaistos:Patching SJSON file at 'Game.macOS.app/Contents/Resources/Content/Game/GUI/InGameUI.sjson'
DEBUG:hephaistos:No hash stored for 'Game.macOS.app/Contents/Resources/Content/Game/GUI/InGameUI.sjson': storing backup file
DEBUG:hephaistos:Backed up 'Game.macOS.app/Contents/Resources/Content/Game/GUI/InGameUI.sjson' to 'hephaistos-data/backups/Game.macOS.app/Contents/Resources/Content/Game/GUI/InGameUI.sjson'
DEBUG:hephaistos:Saved SJSON data from 'Game.macOS.app/Contents/Resources/Content/Game/GUI/InGameUI.sjson' to 'hephaistos-data/sjson-data/Game.macOS.app/Contents/Resources/Content/Game/GUI/InGameUI.sjson'
DEBUG:hephaistos:Patching 'InGameUI.UseText'
DEBUG:hephaistos:Updated child 'Width' from '1920' to '2580'
DEBUG:hephaistos:Updated child 'Height' from '1080' to '1080'
DEBUG:hephaistos:Patching 'InGameUI.SubtitlesABacking'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '890' to '890'
DEBUG:hephaistos:Patching 'InGameUI.SubtitlesBBacking'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '940' to '940'
DEBUG:hephaistos:Patching 'InGameUI.BuildNumberText'
DEBUG:hephaistos:Updated child 'X' from '1900' to '2560'
DEBUG:hephaistos:Updated child 'Y' from '30' to '30'
DEBUG:hephaistos:Patching 'InGameUI.ElapsedRunTimeText'
DEBUG:hephaistos:Updated child 'X' from '1820' to '2480'
DEBUG:hephaistos:Updated child 'Y' from '60' to '60'
DEBUG:hephaistos:Patching 'InGameUI.ElapsedBiomeTimeText'
DEBUG:hephaistos:Updated child 'X' from '60' to '60'
DEBUG:hephaistos:Updated child 'Y' from '940' to '940'
DEBUG:hephaistos:Patching 'InGameUI.ActiveShrinePointText'
DEBUG:hephaistos:Updated child 'X' from '26' to '26'
DEBUG:hephaistos:Updated child 'Y' from '54' to '54'
DEBUG:hephaistos:Patching 'InGameUI.SaveAnim'
DEBUG:hephaistos:Updated child 'X' from '1850' to '2510'
DEBUG:hephaistos:Updated child 'Y' from '160' to '160'
INFO:hephaistos:Patched 'Game.macOS.app/Contents/Resources/Content/Game/GUI/InGameUI.sjson'
DEBUG:hephaistos:Stored hash for 'Game.macOS.app/Contents/Resources/Content/Game/GUI/InGameUI.sjson' at 'hephaistos-data/hashes/Game.macOS.app/Contents/Resources/Content/Game/GUI/InGameUI.sha256'
DEBUG:hephaistos:Patching SJSON file at 'Game.macOS.app/Contents/Resources/Content/Game/GUI/KeyMappingScreen.sjson'
DEBUG:hephaistos:No hash stored for 'Game.macOS.app/Contents/Resources/Content/Game/GUI/KeyMappingScreen.sjson': storing backup file
DEBUG:hephaistos:Backed up 'Game.macOS.app/Contents/Resources/Content/Game/GUI/KeyMappingScreen.sjson' to 'hephaistos-data/backups/Game.macOS.app/Contents/Resources/Content/Game/GUI/KeyMappingScreen.sjson'
DEBUG:hephaistos:Saved SJSON data from 'Game.macOS.app/Contents/Resources/Content/Game/GUI/KeyMappingScreen.sjson' to 'hephaistos-data/sjson-data/Game.macOS.app/Contents/Resources/Content/Game/GUI/KeyMappingScreen.sjson'
DEBUG:hephaistos:Patching 'KeyMappingScreen.Back'
DEBUG:hephaistos:Updated child 'Width' from '1920' to '2580'
DEBUG:hephaistos:Updated child 'Height' from '1080' to '1080'
DEBUG:hephaistos:Patching 'KeyMappingScreen.AnimatedBackground'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '540' to '540'
DEBUG:hephaistos:Patching 'KeyMappingScreen.AnimatedBackgroundTop'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '540' to '540'
DEBUG:hephaistos:Patching 'KeyMappingScreen.TitleText'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '180' to '180'
DEBUG:hephaistos:Patching 'KeyMappingScreen.ControlLabel'
DEBUG:hephaistos:Updated child 'X' from '1594' to '1924'
DEBUG:hephaistos:Updated child 'Y' from '328' to '328'
DEBUG:hephaistos:Patching 'KeyMappingScreen.InfoPanel'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '540' to '540'
DEBUG:hephaistos:Patching 'KeyMappingScreen.InfoText'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '540' to '540'
DEBUG:hephaistos:Patching 'KeyMappingScreen.DefaultsButton'
DEBUG:hephaistos:Updated child 'X' from '730' to '1060'
DEBUG:hephaistos:Updated child 'Y' from '932' to '932'
DEBUG:hephaistos:Patching 'KeyMappingScreen.RemapInstructions'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '920' to '920'
DEBUG:hephaistos:Patching 'KeyMappingScreen.CancelButton'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '1030' to '1030'
INFO:hephaistos:Patched 'Game.macOS.app/Contents/Resources/Content/Game/GUI/KeyMappingScreen.sjson'
DEBUG:hephaistos:Stored hash for 'Game.macOS.app/Contents/Resources/Content/Game/GUI/KeyMappingScreen.sjson' at 'hephaistos-data/hashes/Game.macOS.app/Contents/Resources/Content/Game/GUI/KeyMappingScreen.sha256'
DEBUG:hephaistos:Patching SJSON file at 'Game.macOS.app/Contents/Resources/Content/Game/GUI/LanguageScreen.sjson'
DEBUG:hephaistos:No hash stored for 'Game.macOS.app/Contents/Resources/Content/Game/GUI/LanguageScreen.sjson': storing backup file
DEBUG:hephaistos:Backed up 'Game.macOS.app/Contents/Resources/Content/Game/GUI/LanguageScreen.sjson' to 'hephaistos-data/backups/Game.macOS.app/Contents/Resources/Content/Game/GUI/LanguageScreen.sjson'
DEBUG:hephaistos:Saved SJSON data from 'Game.macOS.app/Contents/Resources/Content/Game/GUI/LanguageScreen.sjson' to 'hephaistos-data/sjson-data/Game.macOS.app/Contents/Resources/Content/Game/GUI/LanguageScreen.sjson'
DEBUG:hephaistos:Patching 'LanguageScreen.Back'
DEBUG:hephaistos:Updated child 'Width' from '1920' to '2580'
DEBUG:hephaistos:Updated child 'Height' from '1080' to '1080'
DEBUG:hephaistos:Patching 'LanguageScreen.AnimatedBackground'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '540' to '540'
DEBUG:hephaistos:Patching 'LanguageScreen.TitleText'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '168' to '168'
DEBUG:hephaistos:Patching 'LanguageScreen.LanguageButton'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '275' to '275'
DEBUG:hephaistos:Patching 'LanguageScreen.CancelButton'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '1030' to '1030'
INFO:hephaistos:Patched 'Game.macOS.app/Contents/Resources/Content/Game/GUI/LanguageScreen.sjson'
DEBUG:hephaistos:Stored hash for 'Game.macOS.app/Contents/Resources/Content/Game/GUI/LanguageScreen.sjson' at 'hephaistos-data/hashes/Game.macOS.app/Contents/Resources/Content/Game/GUI/LanguageScreen.sha256'
DEBUG:hephaistos:Patching SJSON file at 'Game.macOS.app/Contents/Resources/Content/Game/GUI/LaunchScreen.sjson'
DEBUG:hephaistos:No hash stored for 'Game.macOS.app/Contents/Resources/Content/Game/GUI/LaunchScreen.sjson': storing backup file
DEBUG:hephaistos:Backed up 'Game.macOS.app/Contents/Resources/Content/Game/GUI/LaunchScreen.sjson' to 'hephaistos-data/backups/Game.macOS.app/Contents/Resources/Content/Game/GUI/LaunchScreen.sjson'
DEBUG:hephaistos:Saved SJSON data from 'Game.macOS.app/Contents/Resources/Content/Game/GUI/LaunchScreen.sjson' to 'hephaistos-data/sjson-data/Game.macOS.app/Contents/Resources/Content/Game/GUI/LaunchScreen.sjson'
DEBUG:hephaistos:Patching 'LaunchScreen.AnimatedBackground'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '540' to '540'
DEBUG:hephaistos:Patching 'LaunchScreen.ProgressBar'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '540' to '540'
DEBUG:hephaistos:Patching 'LaunchScreen.WorkText'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '950' to '950'
DEBUG:hephaistos:Patching 'LaunchScreen.DebugHintText'
DEBUG:hephaistos:Updated child 'X' from '130' to '460'
DEBUG:hephaistos:Updated child 'Y' from '900' to '900'
INFO:hephaistos:Patched 'Game.macOS.app/Contents/Resources/Content/Game/GUI/LaunchScreen.sjson'
DEBUG:hephaistos:Stored hash for 'Game.macOS.app/Contents/Resources/Content/Game/GUI/LaunchScreen.sjson' at 'hephaistos-data/hashes/Game.macOS.app/Contents/Resources/Content/Game/GUI/LaunchScreen.sha256'
DEBUG:hephaistos:Patching SJSON file at 'Game.macOS.app/Contents/Resources/Content/Game/GUI/LoadMapScreen.sjson'
DEBUG:hephaistos:No hash stored for 'Game.macOS.app/Contents/Resources/Content/Game/GUI/LoadMapScreen.sjson': storing backup file
DEBUG:hephaistos:Backed up 'Game.macOS.app/Contents/Resources/Content/Game/GUI/LoadMapScreen.sjson' to 'hephaistos-data/backups/Game.macOS.app/Contents/Resources/Content/Game/GUI/LoadMapScreen.sjson'
DEBUG:hephaistos:Saved SJSON data from 'Game.macOS.app/Contents/Resources/Content/Game/GUI/LoadMapScreen.sjson' to 'hephaistos-data/sjson-data/Game.macOS.app/Contents/Resources/Content/Game/GUI/LoadMapScreen.sjson'
DEBUG:hephaistos:Patching 'LoadMapScreen.Back'
DEBUG:hephaistos:Updated child 'Width' from '1920' to '2580'
DEBUG:hephaistos:Updated child 'Height' from '1080' to '1080'
DEBUG:hephaistos:Patching 'LoadMapScreen.MapButton'
DEBUG:hephaistos:Updated child 'X' from '50' to '50'
DEBUG:hephaistos:Updated child 'Y' from '150' to '150'
DEBUG:hephaistos:Patching 'LoadMapScreen.LeftArrow'
DEBUG:hephaistos:Updated child 'X' from '600' to '930'
DEBUG:hephaistos:Updated child 'Y' from '50' to '50'
DEBUG:hephaistos:Patching 'LoadMapScreen.FileFilter'
DEBUG:hephaistos:Updated child 'X' from '50' to '50'
DEBUG:hephaistos:Updated child 'Y' from '50' to '50'
DEBUG:hephaistos:Patching 'LoadMapScreen.AlphabeticalSortButton'
DEBUG:hephaistos:Updated child 'X' from '1060' to '1390'
DEBUG:hephaistos:Updated child 'Y' from '60' to '60'
DEBUG:hephaistos:Patching 'LoadMapScreen.ChronologicalSortButton'
DEBUG:hephaistos:Updated child 'X' from '1460' to '1790'
DEBUG:hephaistos:Updated child 'Y' from '60' to '60'
DEBUG:hephaistos:Patching 'LoadMapScreen.CancelButton'
DEBUG:hephaistos:Updated child 'X' from '1800' to '2130'
DEBUG:hephaistos:Updated child 'Y' from '60' to '60'
INFO:hephaistos:Patched 'Game.macOS.app/Contents/Resources/Content/Game/GUI/LoadMapScreen.sjson'
DEBUG:hephaistos:Stored hash for 'Game.macOS.app/Contents/Resources/Content/Game/GUI/LoadMapScreen.sjson' at 'hephaistos-data/hashes/Game.macOS.app/Contents/Resources/Content/Game/GUI/LoadMapScreen.sha256'
DEBUG:hephaistos:Patching SJSON file at 'Game.macOS.app/Contents/Resources/Content/Game/GUI/LoadReplayScreen.sjson'
DEBUG:hephaistos:No hash stored for 'Game.macOS.app/Contents/Resources/Content/Game/GUI/LoadReplayScreen.sjson': storing backup file
DEBUG:hephaistos:Backed up 'Game.macOS.app/Contents/Resources/Content/Game/GUI/LoadReplayScreen.sjson' to 'hephaistos-data/backups/Game.macOS.app/Contents/Resources/Content/Game/GUI/LoadReplayScreen.sjson'
DEBUG:hephaistos:Saved SJSON data from 'Game.macOS.app/Contents/Resources/Content/Game/GUI/LoadReplayScreen.sjson' to 'hephaistos-data/sjson-data/Game.macOS.app/Contents/Resources/Content/Game/GUI/LoadReplayScreen.sjson'
DEBUG:hephaistos:Patching 'LoadReplayScreen.CancelButton'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '1010' to '1010'
INFO:hephaistos:Patched 'Game.macOS.app/Contents/Resources/Content/Game/GUI/LoadReplayScreen.sjson'
DEBUG:hephaistos:Stored hash for 'Game.macOS.app/Contents/Resources/Content/Game/GUI/LoadReplayScreen.sjson' at 'hephaistos-data/hashes/Game.macOS.app/Contents/Resources/Content/Game/GUI/LoadReplayScreen.sha256'
DEBUG:hephaistos:Patching SJSON file at 'Game.macOS.app/Contents/Resources/Content/Game/GUI/LoadSaveScreen.sjson'
DEBUG:hephaistos:No hash stored for 'Game.macOS.app/Contents/Resources/Content/Game/GUI/LoadSaveScreen.sjson': storing backup file
DEBUG:hephaistos:Backed up 'Game.macOS.app/Contents/Resources/Content/Game/GUI/LoadSaveScreen.sjson' to 'hephaistos-data/backups/Game.macOS.app/Contents/Resources/Content/Game/GUI/LoadSaveScreen.sjson'
DEBUG:hephaistos:Saved SJSON data from 'Game.macOS.app/Contents/Resources/Content/Game/GUI/LoadSaveScreen.sjson' to 'hephaistos-data/sjson-data/Game.macOS.app/Contents/Resources/Content/Game/GUI/LoadSaveScreen.sjson'
DEBUG:hephaistos:Patching 'LoadSaveScreen.Back'
DEBUG:hephaistos:Updated child 'Width' from '1920' to '2580'
DEBUG:hephaistos:Updated child 'Height' from '1080' to '1080'
DEBUG:hephaistos:Patching 'LoadSaveScreen.SaveFileButton'
DEBUG:hephaistos:Updated child 'X' from '50' to '50'
DEBUG:hephaistos:Updated child 'Y' from '150' to '150'
DEBUG:hephaistos:Patching 'LoadSaveScreen.CancelButton'
DEBUG:hephaistos:Updated child 'X' from '1760' to '2090'
DEBUG:hephaistos:Updated child 'Y' from '60' to '60'
DEBUG:hephaistos:Patching 'LoadSaveScreen.LeftArrow'
DEBUG:hephaistos:Updated child 'X' from '600' to '930'
DEBUG:hephaistos:Updated child 'Y' from '50' to '50'
DEBUG:hephaistos:Patching 'LoadSaveScreen.FileFilter'
DEBUG:hephaistos:Updated child 'X' from '50' to '50'
DEBUG:hephaistos:Updated child 'Y' from '50' to '50'
DEBUG:hephaistos:Patching 'LoadSaveScreen.AlphabeticalSortButton'
DEBUG:hephaistos:Updated child 'X' from '1060' to '1390'
DEBUG:hephaistos:Updated child 'Y' from '60' to '60'
DEBUG:hephaistos:Patching 'LoadSaveScreen.ChronologicalSortButton'
DEBUG:hephaistos:Updated child 'X' from '1460' to '1790'
DEBUG:hephaistos:Updated child 'Y' from '60' to '60'
DEBUG:hephaistos:Patching 'LoadSaveScreen.LoadSpinner'
DEBUG:hephaistos:Updated child 'X' from '1800' to '2130'
DEBUG:hephaistos:Updated child 'Y' from '1000' to '1000'
DEBUG:hephaistos:Patching 'LoadSaveScreen.NotableSaveInfo'
DEBUG:hephaistos:Updated child 'X' from '1420' to '1750'
DEBUG:hephaistos:Updated child 'Y' from '130' to '130'
DEBUG:hephaistos:Patching 'LoadSaveScreen.RareFormat'
DEBUG:hephaistos:Updated child 'X' from '1420' to '1750'
DEBUG:hephaistos:Updated child 'Y' from '130' to '130'
INFO:hephaistos:Patched 'Game.macOS.app/Contents/Resources/Content/Game/GUI/LoadSaveScreen.sjson'
DEBUG:hephaistos:Stored hash for 'Game.macOS.app/Contents/Resources/Content/Game/GUI/LoadSaveScreen.sjson' at 'hephaistos-data/hashes/Game.macOS.app/Contents/Resources/Content/Game/GUI/LoadSaveScreen.sha256'
DEBUG:hephaistos:Patching SJSON file at 'Game.macOS.app/Contents/Resources/Content/Game/GUI/LoadScreen.sjson'
DEBUG:hephaistos:No hash stored for 'Game.macOS.app/Contents/Resources/Content/Game/GUI/LoadScreen.sjson': storing backup file
DEBUG:hephaistos:Backed up 'Game.macOS.app/Contents/Resources/Content/Game/GUI/LoadScreen.sjson' to 'hephaistos-data/backups/Game.macOS.app/Contents/Resources/Content/Game/GUI/LoadScreen.sjson'
DEBUG:hephaistos:Saved SJSON data from 'Game.macOS.app/Contents/Resources/Content/Game/GUI/LoadScreen.sjson' to 'hephaistos-data/sjson-data/Game.macOS.app/Contents/Resources/Content/Game/GUI/LoadScreen.sjson'
DEBUG:hephaistos:Patching 'LoadScreen.AnimatedBackground'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '540' to '540'
DEBUG:hephaistos:Patching 'LoadScreen.ProgressBar'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '540' to '540'
INFO:hephaistos:Patched 'Game.macOS.app/Contents/Resources/Content/Game/GUI/LoadScreen.sjson'
DEBUG:hephaistos:Stored hash for 'Game.macOS.app/Contents/Resources/Content/Game/GUI/LoadScreen.sjson' at 'hephaistos-data/hashes/Game.macOS.app/Contents/Resources/Content/Game/GUI/LoadScreen.sha256'
DEBUG:hephaistos:Patching SJSON file at 'Game.macOS.app/Contents/Resources/Content/Game/GUI/MainMenuScreen.sjson'
DEBUG:hephaistos:No hash stored for 'Game.macOS.app/Contents/Resources/Content/Game/GUI/MainMenuScreen.sjson': storing backup file
DEBUG:hephaistos:Backed up 'Game.macOS.app/Contents/Resources/Content/Game/GUI/MainMenuScreen.sjson' to 'hephaistos-data/backups/Game.macOS.app/Contents/Resources/Content/Game/GUI/MainMenuScreen.sjson'
DEBUG:hephaistos:Saved SJSON data from 'Game.macOS.app/Contents/Resources/Content/Game/GUI/MainMenuScreen.sjson' to 'hephaistos-data/sjson-data/Game.macOS.app/Contents/Resources/Content/Game/GUI/MainMenuScreen.sjson'
DEBUG:hephaistos:Patching 'MainMenuScreen.Front'
DEBUG:hephaistos:Updated child 'Width' from '1920' to '2580'
DEBUG:hephaistos:Updated child 'Height' from '1080' to '1080'
DEBUG:hephaistos:Patching 'MainMenuScreen.AnimatedBackground'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '540' to '540'
DEBUG:hephaistos:Patching 'MainMenuScreen.Logo'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '540' to '540'
DEBUG:hephaistos:Patching 'MainMenuScreen.Character'
DEBUG:hephaistos:Updated child 'X' from '526' to '856'
DEBUG:hephaistos:Updated child 'Y' from '252' to '252'
DEBUG:hephaistos:Patching 'MainMenuScreen.UpdateTitleBacking'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '540' to '540'
DEBUG:hephaistos:Patching 'MainMenuScreen.FullScreenFade'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '540' to '540'
DEBUG:hephaistos:Patching 'MainMenuScreen.PlayGameButton'
DEBUG:hephaistos:Updated child 'X' from '120' to '450'
DEBUG:hephaistos:Updated child 'Y' from '520' to '520'
DEBUG:hephaistos:Patching 'MainMenuScreen.NextUpdateButton'
DEBUG:hephaistos:Updated child 'X' from '1680' to '2010'
DEBUG:hephaistos:Updated child 'Y' from '955' to '955'
DEBUG:hephaistos:Patching 'MainMenuScreen.UpdateTitleText'
DEBUG:hephaistos:Updated child 'X' from '440' to '770'
DEBUG:hephaistos:Updated child 'Y' from '410' to '410'
DEBUG:hephaistos:Patching 'MainMenuScreen.FeedbackButton'
DEBUG:hephaistos:Updated child 'X' from '400' to '730'
DEBUG:hephaistos:Updated child 'Y' from '950' to '950'
INFO:hephaistos:Patched 'Game.macOS.app/Contents/Resources/Content/Game/GUI/MainMenuScreen.sjson'
DEBUG:hephaistos:Stored hash for 'Game.macOS.app/Contents/Resources/Content/Game/GUI/MainMenuScreen.sjson' at 'hephaistos-data/hashes/Game.macOS.app/Contents/Resources/Content/Game/GUI/MainMenuScreen.sha256'
DEBUG:hephaistos:Patching SJSON file at 'Game.macOS.app/Contents/Resources/Content/Game/GUI/MenuScreen.sjson'
DEBUG:hephaistos:No hash stored for 'Game.macOS.app/Contents/Resources/Content/Game/GUI/MenuScreen.sjson': storing backup file
DEBUG:hephaistos:Backed up 'Game.macOS.app/Contents/Resources/Content/Game/GUI/MenuScreen.sjson' to 'hephaistos-data/backups/Game.macOS.app/Contents/Resources/Content/Game/GUI/MenuScreen.sjson'
DEBUG:hephaistos:Saved SJSON data from 'Game.macOS.app/Contents/Resources/Content/Game/GUI/MenuScreen.sjson' to 'hephaistos-data/sjson-data/Game.macOS.app/Contents/Resources/Content/Game/GUI/MenuScreen.sjson'
DEBUG:hephaistos:Patching 'MenuScreen.InfoPanel'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '720' to '720'
INFO:hephaistos:Patched 'Game.macOS.app/Contents/Resources/Content/Game/GUI/MenuScreen.sjson'
DEBUG:hephaistos:Stored hash for 'Game.macOS.app/Contents/Resources/Content/Game/GUI/MenuScreen.sjson' at 'hephaistos-data/hashes/Game.macOS.app/Contents/Resources/Content/Game/GUI/MenuScreen.sha256'
DEBUG:hephaistos:Patching SJSON file at 'Game.macOS.app/Contents/Resources/Content/Game/GUI/MessageDialog.sjson'
DEBUG:hephaistos:No hash stored for 'Game.macOS.app/Contents/Resources/Content/Game/GUI/MessageDialog.sjson': storing backup file
DEBUG:hephaistos:Backed up 'Game.macOS.app/Contents/Resources/Content/Game/GUI/MessageDialog.sjson' to 'hephaistos-data/backups/Game.macOS.app/Contents/Resources/Content/Game/GUI/MessageDialog.sjson'
DEBUG:hephaistos:Saved SJSON data from 'Game.macOS.app/Contents/Resources/Content/Game/GUI/MessageDialog.sjson' to 'hephaistos-data/sjson-data/Game.macOS.app/Contents/Resources/Content/Game/GUI/MessageDialog.sjson'
DEBUG:hephaistos:Patching 'MessageDialog.Back'
DEBUG:hephaistos:Updated child 'Width' from '1920' to '2580'
DEBUG:hephaistos:Updated child 'Height' from '1080' to '1080'
DEBUG:hephaistos:Patching 'MessageDialog.AnimatedBackground'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '540' to '540'
DEBUG:hephaistos:Patching 'MessageDialog.TitleText'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '310' to '310'
DEBUG:hephaistos:Patching 'MessageDialog.MessageText'
DEBUG:hephaistos:Updated child 'X' from '580' to '910'
DEBUG:hephaistos:Updated child 'Y' from '430' to '430'
DEBUG:hephaistos:Patching 'MessageDialog.TextBackground'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '430' to '430'
DEBUG:hephaistos:Patching 'MessageDialog.ConfirmButton'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '570' to '570'
INFO:hephaistos:Patched 'Game.macOS.app/Contents/Resources/Content/Game/GUI/MessageDialog.sjson'
DEBUG:hephaistos:Stored hash for 'Game.macOS.app/Contents/Resources/Content/Game/GUI/MessageDialog.sjson' at 'hephaistos-data/hashes/Game.macOS.app/Contents/Resources/Content/Game/GUI/MessageDialog.sha256'
DEBUG:hephaistos:Patching SJSON file at 'Game.macOS.app/Contents/Resources/Content/Game/GUI/MessageDialogLarge.sjson'
DEBUG:hephaistos:No hash stored for 'Game.macOS.app/Contents/Resources/Content/Game/GUI/MessageDialogLarge.sjson': storing backup file
DEBUG:hephaistos:Backed up 'Game.macOS.app/Contents/Resources/Content/Game/GUI/MessageDialogLarge.sjson' to 'hephaistos-data/backups/Game.macOS.app/Contents/Resources/Content/Game/GUI/MessageDialogLarge.sjson'
DEBUG:hephaistos:Saved SJSON data from 'Game.macOS.app/Contents/Resources/Content/Game/GUI/MessageDialogLarge.sjson' to 'hephaistos-data/sjson-data/Game.macOS.app/Contents/Resources/Content/Game/GUI/MessageDialogLarge.sjson'
DEBUG:hephaistos:Patching 'MessageDialogLarge.Back'
DEBUG:hephaistos:Updated child 'Width' from '1920' to '2580'
DEBUG:hephaistos:Updated child 'Height' from '1080' to '1080'
DEBUG:hephaistos:Patching 'MessageDialogLarge.AnimatedBackground'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '540' to '540'
DEBUG:hephaistos:Patching 'MessageDialogLarge.TitleText'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '185' to '185'
DEBUG:hephaistos:Patching 'MessageDialogLarge.MessageText'
DEBUG:hephaistos:Updated child 'X' from '610' to '940'
DEBUG:hephaistos:Updated child 'Y' from '250' to '250'
DEBUG:hephaistos:Patching 'MessageDialogLarge.TextBackground'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '540' to '540'
DEBUG:hephaistos:Patching 'MessageDialogLarge.ConfirmButton'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '900' to '900'
INFO:hephaistos:Patched 'Game.macOS.app/Contents/Resources/Content/Game/GUI/MessageDialogLarge.sjson'
DEBUG:hephaistos:Stored hash for 'Game.macOS.app/Contents/Resources/Content/Game/GUI/MessageDialogLarge.sjson' at 'hephaistos-data/hashes/Game.macOS.app/Contents/Resources/Content/Game/GUI/MessageDialogLarge.sha256'
DEBUG:hephaistos:Patching SJSON file at 'Game.macOS.app/Contents/Resources/Content/Game/GUI/MiscSettingsScreen.sjson'
DEBUG:hephaistos:No hash stored for 'Game.macOS.app/Contents/Resources/Content/Game/GUI/MiscSettingsScreen.sjson': storing backup file
DEBUG:hephaistos:Backed up 'Game.macOS.app/Contents/Resources/Content/Game/GUI/MiscSettingsScreen.sjson' to 'hephaistos-data/backups/Game.macOS.app/Contents/Resources/Content/Game/GUI/MiscSettingsScreen.sjson'
DEBUG:hephaistos:Saved SJSON data from 'Game.macOS.app/Contents/Resources/Content/Game/GUI/MiscSettingsScreen.sjson' to 'hephaistos-data/sjson-data/Game.macOS.app/Contents/Resources/Content/Game/GUI/MiscSettingsScreen.sjson'
DEBUG:hephaistos:Patching 'MiscSettingsScreen.Back'
DEBUG:hephaistos:Updated child 'Width' from '1920' to '2580'
DEBUG:hephaistos:Updated child 'Height' from '1080' to '1080'
DEBUG:hephaistos:Patching 'MiscSettingsScreen.AnimatedBackground'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '540' to '540'
DEBUG:hephaistos:Patching 'MiscSettingsScreen.TitleText'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '168' to '168'
DEBUG:hephaistos:Patching 'MiscSettingsScreen.BrightnessLabel'
DEBUG:hephaistos:Updated child 'X' from '810' to '1140'
DEBUG:hephaistos:Updated child 'Y' from '500' to '500'
DEBUG:hephaistos:Patching 'MiscSettingsScreen.BrightnessSlider'
DEBUG:hephaistos:Updated child 'X' from '1050' to '1380'
DEBUG:hephaistos:Updated child 'Y' from '500' to '500'
DEBUG:hephaistos:Patching 'MiscSettingsScreen.MasterLabel'
DEBUG:hephaistos:Updated child 'X' from '810' to '1140'
DEBUG:hephaistos:Updated child 'Y' from '260' to '260'
DEBUG:hephaistos:Patching 'MiscSettingsScreen.MasterSlider'
DEBUG:hephaistos:Updated child 'X' from '1050' to '1380'
DEBUG:hephaistos:Updated child 'Y' from '260' to '260'
DEBUG:hephaistos:Patching 'MiscSettingsScreen.DescriptionBox'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '845' to '845'
DEBUG:hephaistos:Patching 'MiscSettingsScreen.InfoPanel'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '540' to '540'
DEBUG:hephaistos:Patching 'MiscSettingsScreen.InfoText'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '540' to '540'
DEBUG:hephaistos:Patching 'MiscSettingsScreen.CancelButton'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '1030' to '1030'
DEBUG:hephaistos:Patching 'MiscSettingsScreen.XButton'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '935' to '935'
INFO:hephaistos:Patched 'Game.macOS.app/Contents/Resources/Content/Game/GUI/MiscSettingsScreen.sjson'
DEBUG:hephaistos:Stored hash for 'Game.macOS.app/Contents/Resources/Content/Game/GUI/MiscSettingsScreen.sjson' at 'hephaistos-data/hashes/Game.macOS.app/Contents/Resources/Content/Game/GUI/MiscSettingsScreen.sha256'
DEBUG:hephaistos:Patching SJSON file at 'Game.macOS.app/Contents/Resources/Content/Game/GUI/PatchNotesScreen.sjson'
DEBUG:hephaistos:No hash stored for 'Game.macOS.app/Contents/Resources/Content/Game/GUI/PatchNotesScreen.sjson': storing backup file
DEBUG:hephaistos:Backed up 'Game.macOS.app/Contents/Resources/Content/Game/GUI/PatchNotesScreen.sjson' to 'hephaistos-data/backups/Game.macOS.app/Contents/Resources/Content/Game/GUI/PatchNotesScreen.sjson'
DEBUG:hephaistos:Saved SJSON data from 'Game.macOS.app/Contents/Resources/Content/Game/GUI/PatchNotesScreen.sjson' to 'hephaistos-data/sjson-data/Game.macOS.app/Contents/Resources/Content/Game/GUI/PatchNotesScreen.sjson'
DEBUG:hephaistos:Patching 'PatchNotesScreen.Back'
DEBUG:hephaistos:Updated child 'Width' from '1920' to '2580'
DEBUG:hephaistos:Updated child 'Height' from '1080' to '1080'
DEBUG:hephaistos:Patching 'PatchNotesScreen.AnimatedBackground'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '540' to '540'
DEBUG:hephaistos:Patching 'PatchNotesScreen.TitleText'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '185' to '185'
DEBUG:hephaistos:Patching 'PatchNotesScreen.SubHeader'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '950' to '950'
DEBUG:hephaistos:Patching 'PatchNotesScreen.ScrollBar'
DEBUG:hephaistos:Updated child 'X' from '1550' to '1880'
DEBUG:hephaistos:Updated child 'Y' from '570' to '570'
DEBUG:hephaistos:Patching 'PatchNotesScreen.ScrollBarTracker'
DEBUG:hephaistos:Updated child 'X' from '1550' to '1880'
DEBUG:hephaistos:Updated child 'Y' from '320' to '320'
DEBUG:hephaistos:Patching 'PatchNotesScreen.UpArrow'
DEBUG:hephaistos:Updated child 'X' from '1550' to '1880'
DEBUG:hephaistos:Updated child 'Y' from '300' to '300'
DEBUG:hephaistos:Patching 'PatchNotesScreen.DownArrow'
DEBUG:hephaistos:Updated child 'X' from '1550' to '1880'
DEBUG:hephaistos:Updated child 'Y' from '850' to '850'
DEBUG:hephaistos:Patching 'PatchNotesScreen.AnnouncementText'
DEBUG:hephaistos:Updated child 'X' from '450' to '780'
DEBUG:hephaistos:Updated child 'Y' from '280' to '280'
DEBUG:hephaistos:Patching 'PatchNotesScreen.CancelButton'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '1030' to '1030'
INFO:hephaistos:Patched 'Game.macOS.app/Contents/Resources/Content/Game/GUI/PatchNotesScreen.sjson'
DEBUG:hephaistos:Stored hash for 'Game.macOS.app/Contents/Resources/Content/Game/GUI/PatchNotesScreen.sjson' at 'hephaistos-data/hashes/Game.macOS.app/Contents/Resources/Content/Game/GUI/PatchNotesScreen.sha256'
DEBUG:hephaistos:Patching SJSON file at 'Game.macOS.app/Contents/Resources/Content/Game/GUI/PauseScreen.sjson'
DEBUG:hephaistos:No hash stored for 'Game.macOS.app/Contents/Resources/Content/Game/GUI/PauseScreen.sjson': storing backup file
DEBUG:hephaistos:Backed up 'Game.macOS.app/Contents/Resources/Content/Game/GUI/PauseScreen.sjson' to 'hephaistos-data/backups/Game.macOS.app/Contents/Resources/Content/Game/GUI/PauseScreen.sjson'
DEBUG:hephaistos:Saved SJSON data from 'Game.macOS.app/Contents/Resources/Content/Game/GUI/PauseScreen.sjson' to 'hephaistos-data/sjson-data/Game.macOS.app/Contents/Resources/Content/Game/GUI/PauseScreen.sjson'
DEBUG:hephaistos:Patching 'PauseScreen.Back'
DEBUG:hephaistos:Updated child 'Width' from '1920' to '2580'
DEBUG:hephaistos:Updated child 'Height' from '1080' to '1080'
DEBUG:hephaistos:Patching 'PauseScreen.AnimatedBackground'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '540' to '540'
DEBUG:hephaistos:Patching 'PauseScreen.TitleText'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '310' to '310'
DEBUG:hephaistos:Patching 'PauseScreen.ResumeGameButton'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '390' to '390'
DEBUG:hephaistos:Patching 'PauseScreen.LastSaveTimeHint'
DEBUG:hephaistos:Updated child 'X' from '965' to '1295'
DEBUG:hephaistos:Updated child 'Y' from '795' to '795'
INFO:hephaistos:Patched 'Game.macOS.app/Contents/Resources/Content/Game/GUI/PauseScreen.sjson'
DEBUG:hephaistos:Stored hash for 'Game.macOS.app/Contents/Resources/Content/Game/GUI/PauseScreen.sjson' at 'hephaistos-data/hashes/Game.macOS.app/Contents/Resources/Content/Game/GUI/PauseScreen.sha256'
DEBUG:hephaistos:Patching SJSON file at 'Game.macOS.app/Contents/Resources/Content/Game/GUI/ProfileScreen.sjson'
DEBUG:hephaistos:No hash stored for 'Game.macOS.app/Contents/Resources/Content/Game/GUI/ProfileScreen.sjson': storing backup file
DEBUG:hephaistos:Backed up 'Game.macOS.app/Contents/Resources/Content/Game/GUI/ProfileScreen.sjson' to 'hephaistos-data/backups/Game.macOS.app/Contents/Resources/Content/Game/GUI/ProfileScreen.sjson'
DEBUG:hephaistos:Saved SJSON data from 'Game.macOS.app/Contents/Resources/Content/Game/GUI/ProfileScreen.sjson' to 'hephaistos-data/sjson-data/Game.macOS.app/Contents/Resources/Content/Game/GUI/ProfileScreen.sjson'
DEBUG:hephaistos:Patching 'ProfileScreen.Back'
DEBUG:hephaistos:Updated child 'Width' from '1920' to '2580'
DEBUG:hephaistos:Updated child 'Height' from '1080' to '1080'
DEBUG:hephaistos:Patching 'ProfileScreen.AnimatedBackground'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '540' to '540'
DEBUG:hephaistos:Patching 'ProfileScreen.FullScreenFade'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '540' to '540'
DEBUG:hephaistos:Patching 'ProfileScreen.TitleText'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '164' to '164'
DEBUG:hephaistos:Patching 'ProfileScreen.ContinueGameButton'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '190' to '190'
DEBUG:hephaistos:Patching 'ProfileScreen.SaveSpinnerHint'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '215' to '215'
DEBUG:hephaistos:Patching 'ProfileScreen.InstructionHint'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '950' to '950'
DEBUG:hephaistos:Patching 'ProfileScreen.ProfileButton'
DEBUG:hephaistos:Updated child 'X' from '540' to '870'
DEBUG:hephaistos:Updated child 'Y' from '250' to '250'
DEBUG:hephaistos:Patching 'ProfileScreen.HardModeButton'
DEBUG:hephaistos:Updated child 'X' from '450' to '780'
DEBUG:hephaistos:Updated child 'Y' from '870' to '870'
DEBUG:hephaistos:Patching 'ProfileScreen.DeleteButton'
DEBUG:hephaistos:Updated child 'X' from '540' to '870'
DEBUG:hephaistos:Updated child 'Y' from '870' to '870'
DEBUG:hephaistos:Patching 'ProfileScreen.InfoPanel'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '540' to '540'
DEBUG:hephaistos:Patching 'ProfileScreen.InfoText'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '540' to '540'
DEBUG:hephaistos:Patching 'ProfileScreen.CancelButton'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '1030' to '1030'
INFO:hephaistos:Patched 'Game.macOS.app/Contents/Resources/Content/Game/GUI/ProfileScreen.sjson'
DEBUG:hephaistos:Stored hash for 'Game.macOS.app/Contents/Resources/Content/Game/GUI/ProfileScreen.sjson' at 'hephaistos-data/hashes/Game.macOS.app/Contents/Resources/Content/Game/GUI/ProfileScreen.sha256'
DEBUG:hephaistos:Patching SJSON file at 'Game.macOS.app/Contents/Resources/Content/Game/GUI/RemoteProfileScreen.sjson'
DEBUG:hephaistos:No hash stored for 'Game.macOS.app/Contents/Resources/Content/Game/GUI/RemoteProfileScreen.sjson': storing backup file
DEBUG:hephaistos:Backed up 'Game.macOS.app/Contents/Resources/Content/Game/GUI/RemoteProfileScreen.sjson' to 'hephaistos-data/backups/Game.macOS.app/Contents/Resources/Content/Game/GUI/RemoteProfileScreen.sjson'
DEBUG:hephaistos:Saved SJSON data from 'Game.macOS.app/Contents/Resources/Content/Game/GUI/RemoteProfileScreen.sjson' to 'hephaistos-data/sjson-data/Game.macOS.app/Contents/Resources/Content/Game/GUI/RemoteProfileScreen.sjson'
DEBUG:hephaistos:Patching 'RemoteProfileScreen.Back'
DEBUG:hephaistos:Updated child 'Width' from '1920' to '2580'
DEBUG:hephaistos:Updated child 'Height' from '1080' to '1080'
DEBUG:hephaistos:Patching 'RemoteProfileScreen.AnimatedBackground'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '540' to '540'
DEBUG:hephaistos:Patching 'RemoteProfileScreen.FullScreenFade'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '540' to '540'
DEBUG:hephaistos:Patching 'RemoteProfileScreen.TitleText'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '168' to '168'
DEBUG:hephaistos:Patching 'RemoteProfileScreen.ContinueGameButton'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '190' to '190'
DEBUG:hephaistos:Patching 'RemoteProfileScreen.SaveSpinnerHint'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '215' to '215'
DEBUG:hephaistos:Patching 'RemoteProfileScreen.InstructionHint'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '950' to '950'
DEBUG:hephaistos:Patching 'RemoteProfileScreen.ProfileButton'
DEBUG:hephaistos:Updated child 'X' from '540' to '870'
DEBUG:hephaistos:Updated child 'Y' from '250' to '250'
DEBUG:hephaistos:Patching 'RemoteProfileScreen.HardModeButton'
DEBUG:hephaistos:Updated child 'X' from '450' to '780'
DEBUG:hephaistos:Updated child 'Y' from '870' to '870'
DEBUG:hephaistos:Patching 'RemoteProfileScreen.DeleteButton'
DEBUG:hephaistos:Updated child 'X' from '540' to '870'
DEBUG:hephaistos:Updated child 'Y' from '870' to '870'
DEBUG:hephaistos:Patching 'RemoteProfileScreen.InfoPanel'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '540' to '540'
DEBUG:hephaistos:Patching 'RemoteProfileScreen.InfoText'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '540' to '540'
DEBUG:hephaistos:Patching 'RemoteProfileScreen.CancelButton'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '1030' to '1030'
INFO:hephaistos:Patched 'Game.macOS.app/Contents/Resources/Content/Game/GUI/RemoteProfileScreen.sjson'
DEBUG:hephaistos:Stored hash for 'Game.macOS.app/Contents/Resources/Content/Game/GUI/RemoteProfileScreen.sjson' at 'hephaistos-data/hashes/Game.macOS.app/Contents/Resources/Content/Game/GUI/RemoteProfileScreen.sha256'
DEBUG:hephaistos:Patching SJSON file at 'Game.macOS.app/Contents/Resources/Content/Game/GUI/ResolutionScreen.sjson'
DEBUG:hephaistos:No hash stored for 'Game.macOS.app/Contents/Resources/Content/Game/GUI/ResolutionScreen.sjson': storing backup file
DEBUG:hephaistos:Backed up 'Game.macOS.app/Contents/Resources/Content/Game/GUI/ResolutionScreen.sjson' to 'hephaistos-data/backups/Game.macOS.app/Contents/Resources/Content/Game/GUI/ResolutionScreen.sjson'
DEBUG:hephaistos:Saved SJSON data from 'Game.macOS.app/Contents/Resources/Content/Game/GUI/ResolutionScreen.sjson' to 'hephaistos-data/sjson-data/Game.macOS.app/Contents/Resources/Content/Game/GUI/ResolutionScreen.sjson'
DEBUG:hephaistos:Patching 'ResolutionScreen.Back'
DEBUG:hephaistos:Updated child 'Width' from '1920' to '2580'
DEBUG:hephaistos:Updated child 'Height' from '1080' to '1080'
DEBUG:hephaistos:Patching 'ResolutionScreen.AnimatedBackground'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '540' to '540'
DEBUG:hephaistos:Patching 'ResolutionScreen.TitleText'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '168' to '168'
DEBUG:hephaistos:Patching 'ResolutionScreen.ResolutionButton'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '460' to '460'
DEBUG:hephaistos:Patching 'ResolutionScreen.ConfirmButton'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '970' to '970'
DEBUG:hephaistos:Patching 'ResolutionScreen.CancelButton'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '1030' to '1030'
INFO:hephaistos:Patched 'Game.macOS.app/Contents/Resources/Content/Game/GUI/ResolutionScreen.sjson'
DEBUG:hephaistos:Stored hash for 'Game.macOS.app/Contents/Resources/Content/Game/GUI/ResolutionScreen.sjson' at 'hephaistos-data/hashes/Game.macOS.app/Contents/Resources/Content/Game/GUI/ResolutionScreen.sha256'
DEBUG:hephaistos:Patching SJSON file at 'Game.macOS.app/Contents/Resources/Content/Game/GUI/SettingsMenuScreen.sjson'
DEBUG:hephaistos:No hash stored for 'Game.macOS.app/Contents/Resources/Content/Game/GUI/SettingsMenuScreen.sjson': storing backup file
DEBUG:hephaistos:Backed up 'Game.macOS.app/Contents/Resources/Content/Game/GUI/SettingsMenuScreen.sjson' to 'hephaistos-data/backups/Game.macOS.app/Contents/Resources/Content/Game/GUI/SettingsMenuScreen.sjson'
DEBUG:hephaistos:Saved SJSON data from 'Game.macOS.app/Contents/Resources/Content/Game/GUI/SettingsMenuScreen.sjson' to 'hephaistos-data/sjson-data/Game.macOS.app/Contents/Resources/Content/Game/GUI/SettingsMenuScreen.sjson'
DEBUG:hephaistos:Patching 'SettingsMenuScreen.Back'
DEBUG:hephaistos:Updated child 'Width' from '1920' to '2580'
DEBUG:hephaistos:Updated child 'Height' from '1080' to '1080'
DEBUG:hephaistos:Patching 'SettingsMenuScreen.AnimatedBackground'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '540' to '540'
DEBUG:hephaistos:Patching 'SettingsMenuScreen.TitleText'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '310' to '310'
DEBUG:hephaistos:Patching 'SettingsMenuScreen.SettingsButton'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '420' to '420'
DEBUG:hephaistos:Patching 'SettingsMenuScreen.CancelButton'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '856' to '856'
INFO:hephaistos:Patched 'Game.macOS.app/Contents/Resources/Content/Game/GUI/SettingsMenuScreen.sjson'
DEBUG:hephaistos:Stored hash for 'Game.macOS.app/Contents/Resources/Content/Game/GUI/SettingsMenuScreen.sjson' at 'hephaistos-data/hashes/Game.macOS.app/Contents/Resources/Content/Game/GUI/SettingsMenuScreen.sha256'
DEBUG:hephaistos:Patching SJSON file at 'Game.macOS.app/Contents/Resources/Content/Game/GUI/StartNewGameScreen.sjson'
DEBUG:hephaistos:No hash stored for 'Game.macOS.app/Contents/Resources/Content/Game/GUI/StartNewGameScreen.sjson': storing backup file
DEBUG:hephaistos:Backed up 'Game.macOS.app/Contents/Resources/Content/Game/GUI/StartNewGameScreen.sjson' to 'hephaistos-data/backups/Game.macOS.app/Contents/Resources/Content/Game/GUI/StartNewGameScreen.sjson'
DEBUG:hephaistos:Saved SJSON data from 'Game.macOS.app/Contents/Resources/Content/Game/GUI/StartNewGameScreen.sjson' to 'hephaistos-data/sjson-data/Game.macOS.app/Contents/Resources/Content/Game/GUI/StartNewGameScreen.sjson'
DEBUG:hephaistos:Patching 'StartNewGameScreen.Back'
DEBUG:hephaistos:Updated child 'Width' from '1920' to '2580'
DEBUG:hephaistos:Updated child 'Height' from '1080' to '1080'
DEBUG:hephaistos:Patching 'StartNewGameScreen.AnimatedBackground'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '540' to '540'
DEBUG:hephaistos:Patching 'StartNewGameScreen.FullScreenFade'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '540' to '540'
DEBUG:hephaistos:Patching 'StartNewGameScreen.TitleText'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '168' to '168'
DEBUG:hephaistos:Patching 'StartNewGameScreen.StartNewGameHint'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '270' to '270'
DEBUG:hephaistos:Patching 'StartNewGameScreen.ConfirmButton'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '860' to '860'
DEBUG:hephaistos:Patching 'StartNewGameScreen.SubtitlesButton'
DEBUG:hephaistos:Updated child 'X' from '860' to '1190'
DEBUG:hephaistos:Updated child 'Y' from '365' to '365'
DEBUG:hephaistos:Patching 'StartNewGameScreen.DescriptionBox'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '600' to '600'
DEBUG:hephaistos:Patching 'StartNewGameScreen.CancelButton'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '1030' to '1030'
INFO:hephaistos:Patched 'Game.macOS.app/Contents/Resources/Content/Game/GUI/StartNewGameScreen.sjson'
DEBUG:hephaistos:Stored hash for 'Game.macOS.app/Contents/Resources/Content/Game/GUI/StartNewGameScreen.sjson' at 'hephaistos-data/hashes/Game.macOS.app/Contents/Resources/Content/Game/GUI/StartNewGameScreen.sha256'
DEBUG:hephaistos:Patching SJSON file at 'Game.macOS.app/Contents/Resources/Content/Game/GUI/SVNLockDialog.sjson'
DEBUG:hephaistos:No hash stored for 'Game.macOS.app/Contents/Resources/Content/Game/GUI/SVNLockDialog.sjson': storing backup file
DEBUG:hephaistos:Backed up 'Game.macOS.app/Contents/Resources/Content/Game/GUI/SVNLockDialog.sjson' to 'hephaistos-data/backups/Game.macOS.app/Contents/Resources/Content/Game/GUI/SVNLockDialog.sjson'
DEBUG:hephaistos:Saved SJSON data from 'Game.macOS.app/Contents/Resources/Content/Game/GUI/SVNLockDialog.sjson' to 'hephaistos-data/sjson-data/Game.macOS.app/Contents/Resources/Content/Game/GUI/SVNLockDialog.sjson'
DEBUG:hephaistos:Patching 'SVNLockDialog.AnimatedBackground'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '540' to '540'
DEBUG:hephaistos:Patching 'SVNLockDialog.TitleText'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '300' to '300'
DEBUG:hephaistos:Patching 'SVNLockDialog.PromptText'
DEBUG:hephaistos:Updated child 'X' from '580' to '910'
DEBUG:hephaistos:Updated child 'Y' from '355' to '355'
DEBUG:hephaistos:Patching 'SVNLockDialog.TextBackground'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '430' to '430'
DEBUG:hephaistos:Patching 'SVNLockDialog.ConfirmButton'
DEBUG:hephaistos:Updated child 'X' from '730' to '1060'
DEBUG:hephaistos:Updated child 'Y' from '500' to '500'
DEBUG:hephaistos:Patching 'SVNLockDialog.CancelButton'
DEBUG:hephaistos:Updated child 'X' from '1200' to '1530'
DEBUG:hephaistos:Patching 'SVNLockDialog.XButton'
DEBUG:hephaistos:Updated child 'X' from '590' to '920'
DEBUG:hephaistos:Updated child 'Y' from '590' to '590'
INFO:hephaistos:Patched 'Game.macOS.app/Contents/Resources/Content/Game/GUI/SVNLockDialog.sjson'
DEBUG:hephaistos:Stored hash for 'Game.macOS.app/Contents/Resources/Content/Game/GUI/SVNLockDialog.sjson' at 'hephaistos-data/hashes/Game.macOS.app/Contents/Resources/Content/Game/GUI/SVNLockDialog.sha256'
DEBUG:hephaistos:Patching SJSON file at 'Game.macOS.app/Contents/Resources/Content/Game/GUI/ThreeWayDialog.sjson'
DEBUG:hephaistos:No hash stored for 'Game.macOS.app/Contents/Resources/Content/Game/GUI/ThreeWayDialog.sjson': storing backup file
DEBUG:hephaistos:Backed up 'Game.macOS.app/Contents/Resources/Content/Game/GUI/ThreeWayDialog.sjson' to 'hephaistos-data/backups/Game.macOS.app/Contents/Resources/Content/Game/GUI/ThreeWayDialog.sjson'
DEBUG:hephaistos:Saved SJSON data from 'Game.macOS.app/Contents/Resources/Content/Game/GUI/ThreeWayDialog.sjson' to 'hephaistos-data/sjson-data/Game.macOS.app/Contents/Resources/Content/Game/GUI/ThreeWayDialog.sjson'
DEBUG:hephaistos:Patching 'ThreeWayDialog.Back'
DEBUG:hephaistos:Updated child 'Width' from '1920' to '2580'
DEBUG:hephaistos:Updated child 'Height' from '1080' to '1080'
DEBUG:hephaistos:Patching 'ThreeWayDialog.AnimatedBackground'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '540' to '540'
DEBUG:hephaistos:Patching 'ThreeWayDialog.TitleText'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '310' to '310'
DEBUG:hephaistos:Patching 'ThreeWayDialog.PromptText'
DEBUG:hephaistos:Updated child 'X' from '580' to '910'
DEBUG:hephaistos:Updated child 'Y' from '440' to '440'
DEBUG:hephaistos:Patching 'ThreeWayDialog.TextBackground'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '430' to '430'
DEBUG:hephaistos:Patching 'ThreeWayDialog.ConfirmButton'
DEBUG:hephaistos:Updated child 'X' from '730' to '1060'
DEBUG:hephaistos:Updated child 'Y' from '570' to '570'
DEBUG:hephaistos:Patching 'ThreeWayDialog.ConfirmAlternateButton'
DEBUG:hephaistos:Updated child 'X' from '1200' to '1530'
DEBUG:hephaistos:Updated child 'Y' from '570' to '570'
DEBUG:hephaistos:Patching 'ThreeWayDialog.CancelButton'
DEBUG:hephaistos:Updated child 'X' from '960' to '1290'
DEBUG:hephaistos:Updated child 'Y' from '640' to '640'
INFO:hephaistos:Patched 'Game.macOS.app/Contents/Resources/Content/Game/GUI/ThreeWayDialog.sjson'
DEBUG:hephaistos:Stored hash for 'Game.macOS.app/Contents/Resources/Content/Game/GUI/ThreeWayDialog.sjson' at 'hephaistos-data/hashes/Game.macOS.app/Contents/Resources/Content/Game/GUI/ThreeWayDialog.sha256'
DEBUG:hephaistos:Patching SJSON file at 'Game.macOS.app/Contents/Resources/Content/Game/Obstacles/GUI.sjson'
DEBUG:hephaistos:No hash stored for 'Game.macOS.app/Contents/Resources/Content/Game/Obstacles/GUI.sjson': storing backup file
DEBUG:hephaistos:Backed up 'Game.macOS.app/Contents/Resources/Content/Game/Obstacles/GUI.sjson' to 'hephaistos-data/backups/Game.macOS.app/Contents/Resources/Content/Game/Obstacles/GUI.sjson'
DEBUG:hephaistos:Saved SJSON data from 'Game.macOS.app/Contents/Resources/Content/Game/Obstacles/GUI.sjson' to 'hephaistos-data/sjson-data/Game.macOS.app/Contents/Resources/Content/Game/Obstacles/GUI.sjson'
DEBUG:hephaistos:Patching 'Obstacles.[]'
DEBUG:hephaistos:Found 'Name = TraitTrayDecor_Artemis', updated sibling 'Thing' from 'OrderedDict([('Graphic', 'GUI\Screens\VictoryScreen_Artemis\BoonBottomDecor_Artemis')])' to 'OrderedDict([('Graphic', 'GUI\Screens\VictoryScreen_Artemis\BoonBottomDecor_Artemis'), ('OffsetX', 660), ('OffsetY', 0)])'
DEBUG:hephaistos:Found 'Name = TraitTrayDecor_Chaos', updated sibling 'Thing' from 'OrderedDict([('Graphic', 'GUI\Screens\VictoryScreen_Chaos\BoonBottomDecor_Chaos')])' to 'OrderedDict([('Graphic', 'GUI\Screens\VictoryScreen_Chaos\BoonBottomDecor_Chaos'), ('OffsetX', 660), ('OffsetY', 0)])'
DEBUG:hephaistos:Found 'Name = TraitTrayDecor_Music', updated sibling 'Thing' from 'OrderedDict([('Graphic', 'GUI\Screens\VictoryScreen_Music\BoonBottomDecor_Music')])' to 'OrderedDict([('Graphic', 'GUI\Screens\VictoryScreen_Music\BoonBottomDecor_Music'), ('OffsetX', 660), ('OffsetY', 0)])'
DEBUG:hephaistos:Found 'Name = TraitTrayDecor_Hades', updated sibling 'Thing' from 'OrderedDict([('Graphic', 'GUI\Screens\VictoryScreen_Hades\BoonBottomDecor_Hades')])' to 'OrderedDict([('Graphic', 'GUI\Screens\VictoryScreen_Hades\BoonBottomDecor_Hades'), ('OffsetX', 660), ('OffsetY', 0)])'
DEBUG:hephaistos:Found 'Name = TraitTrayDecor_Chthonic', updated sibling 'Thing' from 'OrderedDict([('Graphic', 'GUI\Screens\VictoryScreen_Chthonic\BoonBottomDecor_Chthonic')])' to 'OrderedDict([('Graphic', 'GUI\Screens\VictoryScreen_Chthonic\BoonBottomDecor_Chthonic'), ('OffsetX', 660), ('OffsetY', 0)])'
DEBUG:hephaistos:Found 'Name = TraitTrayDecor_Blood', updated sibling 'Thing' from 'OrderedDict([('Graphic', 'GUI\Screens\VictoryScreen_Artemis\BoonBottomDecor_Artemis')])' to 'OrderedDict([('Graphic', 'GUI\Screens\VictoryScreen_Artemis\BoonBottomDecor_Artemis'), ('OffsetX', 660), ('OffsetY', 0)])'
DEBUG:hephaistos:Found 'Name = TraitTrayDecor_Heat', updated sibling 'Thing' from 'OrderedDict([('Graphic', 'GUI\Screens\VictoryScreen_Heat\BoonBottomDecor_Heat')])' to 'OrderedDict([('Graphic', 'GUI\Screens\VictoryScreen_Heat\BoonBottomDecor_Heat'), ('OffsetX', 660), ('OffsetY', 0)])'
DEBUG:hephaistos:Found 'Name = TraitTrayDecor_Stone', updated sibling 'Thing' from 'OrderedDict([('Graphic', 'GUI\Screens\VictoryScreen_Stone\BoonBottomDecor_Stone')])' to 'OrderedDict([('Graphic', 'GUI\Screens\VictoryScreen_Stone\BoonBottomDecor_Stone'), ('OffsetX', 660), ('OffsetY', 0)])'
DEBUG:hephaistos:Found 'Name = TraitTrayDecor_Love', updated sibling 'Thing' from 'OrderedDict([('Graphic', 'GUI\Screens\VictoryScreen_Love\BoonBottomDecor_Love')])' to 'OrderedDict([('Graphic', 'GUI\Screens\VictoryScreen_Love\BoonBottomDecor_Love'), ('OffsetX', 660), ('OffsetY', 0)])'
DEBUG:hephaistos:Found 'Name = TraitTrayTop_Artemis', updated sibling 'Thing' from 'OrderedDict([('EditorOutlineDrawBounds', False), ('Graphic', 'GUI\Screens\VictoryScreen_Artemis\TraitTop_Artemis'), ('Material', 'Unlit'), ('SortMode', 'Id'), ('UseScreenLocation', True)])' to 'OrderedDict([('EditorOutlineDrawBounds', False), ('Graphic', 'GUI\Screens\VictoryScreen_Artemis\TraitTop_Artemis'), ('Material', 'Unlit'), ('SortMode', 'Id'), ('UseScreenLocation', True), ('OffsetY', 0)])'
DEBUG:hephaistos:Found 'Name = TraitTrayTop_Chaos', updated sibling 'Thing' from 'OrderedDict([('EditorOutlineDrawBounds', False), ('Graphic', 'GUI\Screens\VictoryScreen_Chaos\TraitTop_Chaos'), ('Material', 'Unlit'), ('SortMode', 'Id'), ('UseScreenLocation', True)])' to 'OrderedDict([('EditorOutlineDrawBounds', False), ('Graphic', 'GUI\Screens\VictoryScreen_Chaos\TraitTop_Chaos'), ('Material', 'Unlit'), ('SortMode', 'Id'), ('UseScreenLocation', True), ('OffsetY', 0)])'
DEBUG:hephaistos:Found 'Name = TraitTrayTop_Music', updated sibling 'Thing' from 'OrderedDict([('EditorOutlineDrawBounds', False), ('Graphic', 'GUI\Screens\VictoryScreen_Music\TraitTop_Music'), ('Material', 'Unlit'), ('SortMode', 'Id'), ('UseScreenLocation', True)])' to 'OrderedDict([('EditorOutlineDrawBounds', False), ('Graphic', 'GUI\Screens\VictoryScreen_Music\TraitTop_Music'), ('Material', 'Unlit'), ('SortMode', 'Id'), ('UseScreenLocation', True), ('OffsetY', 0)])'
DEBUG:hephaistos:Found 'Name = TraitTrayTop_Hades', updated sibling 'Thing' from 'OrderedDict([('EditorOutlineDrawBounds', False), ('Graphic', 'GUI\Screens\VictoryScreen_Hades\TraitTop_Hades'), ('Material', 'Unlit'), ('SortMode', 'Id'), ('UseScreenLocation', True)])' to 'OrderedDict([('EditorOutlineDrawBounds', False), ('Graphic', 'GUI\Screens\VictoryScreen_Hades\TraitTop_Hades'), ('Material', 'Unlit'), ('SortMode', 'Id'), ('UseScreenLocation', True), ('OffsetY', 0)])'
DEBUG:hephaistos:Found 'Name = TraitTrayTop_Chthonic', updated sibling 'Thing' from 'OrderedDict([('EditorOutlineDrawBounds', False), ('Graphic', 'GUI\Screens\VictoryScreen_Chthonic\TraitTop_Chthonic'), ('Material', 'Unlit'), ('SortMode', 'Id'), ('UseScreenLocation', True)])' to 'OrderedDict([('EditorOutlineDrawBounds', False), ('Graphic', 'GUI\Screens\VictoryScreen_Chthonic\TraitTop_Chthonic'), ('Material', 'Unlit'), ('SortMode', 'Id'), ('UseScreenLocation', True), ('OffsetY', 0)])'
DEBUG:hephaistos:Found 'Name = TraitTrayTop_Blood', updated sibling 'Thing' from 'OrderedDict([('EditorOutlineDrawBounds', False), ('Graphic', 'GUI\Screens\VictoryScreen_Artemis\TraitTop_Artemis'), ('Material', 'Unlit'), ('SortMode', 'Id'), ('UseScreenLocation', True)])' to 'OrderedDict([('EditorOutlineDrawBounds', False), ('Graphic', 'GUI\Screens\VictoryScreen_Artemis\TraitTop_Artemis'), ('Material', 'Unlit'), ('SortMode', 'Id'), ('UseScreenLocation', True), ('OffsetY', 0)])'
DEBUG:hephaistos:Found 'Name = TraitTrayTop_Heat', updated sibling 'Thing' from 'OrderedDict([('EditorOutlineDrawBounds', False), ('Graphic', 'GUI\Screens\VictoryScreen_Heat\TraitTop_Heat'), ('Material', 'Unlit'), ('SortMode', 'Id'), ('UseScreenLocation', True)])' to 'OrderedDict([('EditorOutlineDrawBounds', False), ('Graphic', 'GUI\Screens\VictoryScreen_Heat\TraitTop_Heat'), ('Material', 'Unlit'), ('SortMode', 'Id'), ('UseScreenLocation', True), ('OffsetY', 0)])'
DEBUG:hephaistos:Found 'Name = TraitTrayTop_Stone', updated sibling 'Thing' from 'OrderedDict([('EditorOutlineDrawBounds', False), ('Graphic', 'GUI\Screens\VictoryScreen_Stone\TraitTop_Stone'), ('Material', 'Unlit'), ('SortMode', 'Id'), ('UseScreenLocation', True)])' to 'OrderedDict([('EditorOutlineDrawBounds', False), ('Graphic', 'GUI\Screens\VictoryScreen_Stone\TraitTop_Stone'), ('Material', 'Unlit'), ('SortMode', 'Id'), ('UseScreenLocation', True), ('OffsetY', 0)])'
DEBUG:hephaistos:Found 'Name = TraitTrayTop_Love', updated sibling 'Thing' from 'OrderedDict([('EditorOutlineDrawBounds', False), ('Graphic', 'GUI\Screens\VictoryScreen_Love\TraitTop_Love'), ('Material', 'Unlit'), ('SortMode', 'Id'), ('UseScreenLocation', True)])' to 'OrderedDict([('EditorOutlineDrawBounds', False), ('Graphic', 'GUI\Screens\VictoryScreen_Love\TraitTop_Love'), ('Material', 'Unlit'), ('SortMode', 'Id'), ('UseScreenLocation', True), ('OffsetY', 0)])'
DEBUG:hephaistos:Found 'Name = TraitTrayBottom_Artemis', updated sibling 'Thing' from 'OrderedDict([('EditorOutlineDrawBounds', False), ('Graphic', 'GUI\Screens\VictoryScreen_Artemis\TraitBottom_Artemis'), ('Material', 'Unlit'), ('SortMode', 'Id'), ('UseScreenLocation', True)])' to 'OrderedDict([('EditorOutlineDrawBounds', False), ('Graphic', 'GUI\Screens\VictoryScreen_Artemis\TraitBottom_Artemis'), ('Material', 'Unlit'), ('SortMode', 'Id'), ('UseScreenLocation', True), ('OffsetY', 0)])'
DEBUG:hephaistos:Found 'Name = TraitTrayBottom_Chaos', updated sibling 'Thing' from 'OrderedDict([('EditorOutlineDrawBounds', False), ('Graphic', 'GUI\Screens\VictoryScreen_Chaos\TraitBottom_Chaos'), ('Material', 'Unlit'), ('SortMode', 'Id'), ('UseScreenLocation', True)])' to 'OrderedDict([('EditorOutlineDrawBounds', False), ('Graphic', 'GUI\Screens\VictoryScreen_Chaos\TraitBottom_Chaos'), ('Material', 'Unlit'), ('SortMode', 'Id'), ('UseScreenLocation', True), ('OffsetY', 0)])'
DEBUG:hephaistos:Found 'Name = TraitTrayBottom_Music', updated sibling 'Thing' from 'OrderedDict([('EditorOutlineDrawBounds', False), ('Graphic', 'GUI\Screens\VictoryScreen_Music\TraitBottom_Music'), ('Material', 'Unlit'), ('SortMode', 'Id'), ('UseScreenLocation', True)])' to 'OrderedDict([('EditorOutlineDrawBounds', False), ('Graphic', 'GUI\Screens\VictoryScreen_Music\TraitBottom_Music'), ('Material', 'Unlit'), ('SortMode', 'Id'), ('UseScreenLocation', True), ('OffsetY', 0)])'
DEBUG:hephaistos:Found 'Name = TraitTrayBottom_Hades', updated sibling 'Thing' from 'OrderedDict([('EditorOutlineDrawBounds', False), ('Graphic', 'GUI\Screens\VictoryScreen_Hades\TraitBottom_Hades'), ('Material', 'Unlit'), ('SortMode', 'Id'), ('UseScreenLocation', True)])' to 'OrderedDict([('EditorOutlineDrawBounds', False), ('Graphic', 'GUI\Screens\VictoryScreen_Hades\TraitBottom_Hades'), ('Material', 'Unlit'), ('SortMode', 'Id'), ('UseScreenLocation', True), ('OffsetY', 0)])'
DEBUG:hephaistos:Found 'Name = TraitTrayBottom_Chthonic', updated sibling 'Thing' from 'OrderedDict([('EditorOutlineDrawBounds', False), ('Graphic', 'GUI\Screens\VictoryScreen_Chthonic\TraitBottom_Chthonic'), ('Material', 'Unlit'), ('SortMode', 'Id'), ('UseScreenLocation', True)])' to 'OrderedDict([('EditorOutlineDrawBounds', False), ('Graphic', 'GUI\Screens\VictoryScreen_Chthonic\TraitBottom_Chthonic'), ('Material', 'Unlit'), ('SortMode', 'Id'), ('UseScreenLocation', True), ('OffsetY', 0)])'
DEBUG:hephaistos:Found 'Name = TraitTrayBottom_Blood', updated sibling 'Thing' from 'OrderedDict([('EditorOutlineDrawBounds', False), ('Graphic', 'GUI\Screens\VictoryScreen_Artemis\TraitBottom_Artemis'), ('Material', 'Unlit'), ('SortMode', 'Id'), ('UseScreenLocation', True)])' to 'OrderedDict([('EditorOutlineDrawBounds', False), ('Graphic', 'GUI\Screens\VictoryScreen_Artemis\TraitBottom_Artemis'), ('Material', 'Unlit'), ('SortMode', 'Id'), ('UseScreenLocation', True), ('OffsetY', 0)])'
DEBUG:hephaistos:Found 'Name = TraitTrayBottom_Heat', updated sibling 'Thing' from 'OrderedDict([('EditorOutlineDrawBounds', False), ('Graphic', 'GUI\Screens\VictoryScreen_Heat\TraitBottom_Heat'), ('Material', 'Unlit'), ('SortMode', 'Id'), ('UseScreenLocation', True)])' to 'OrderedDict([('EditorOutlineDrawBounds', False), ('Graphic', 'GUI\Screens\VictoryScreen_Heat\TraitBottom_Heat'), ('Material', 'Unlit'), ('SortMode', 'Id'), ('UseScreenLocation', True), ('OffsetY', 0)])'
DEBUG:hephaistos:Found 'Name = TraitTrayBottom_Stone', updated sibling 'Thing' from 'OrderedDict([('EditorOutlineDrawBounds', False), ('Graphic', 'GUI\Screens\VictoryScreen_Stone\TraitBottom_Stone'), ('Material', 'Unlit'), ('SortMode', 'Id'), ('UseScreenLocation', True)])' to 'OrderedDict([('EditorOutlineDrawBounds', False), ('Graphic', 'GUI\Screens\VictoryScreen_Stone\TraitBottom_Stone'), ('Material', 'Unlit'), ('SortMode', 'Id'), ('UseScreenLocation', True), ('OffsetY', 0)])'
DEBUG:hephaistos:Found 'Name = TraitTrayBottom_Love', updated sibling 'Thing' from 'OrderedDict([('EditorOutlineDrawBounds', False), ('Graphic', 'GUI\Screens\VictoryScreen_Love\TraitBottom_Love'), ('Material', 'Unlit'), ('SortMode', 'Id'), ('UseScreenLocation', True)])' to 'OrderedDict([('EditorOutlineDrawBounds', False), ('Graphic', 'GUI\Screens\VictoryScreen_Love\TraitBottom_Love'), ('Material', 'Unlit'), ('SortMode', 'Id'), ('UseScreenLocation', True), ('OffsetY', 0)])'
INFO:hephaistos:Patched 'Game.macOS.app/Contents/Resources/Content/Game/Obstacles/GUI.sjson'
DEBUG:hephaistos:Stored hash for 'Game.macOS.app/Contents/Resources/Content/Game/Obstacles/GUI.sjson' at 'hephaistos-data/hashes/Game.macOS.app/Contents/Resources/Content/Game/Obstacles/GUI.sha256'
DEBUG:hephaistos:Found save directory at '/Users/kaanserin/Library/Application Support/Supergiant Games/Hades'
DEBUG:hephaistos:Analyzing '/Users/kaanserin/Library/Application Support/Supergiant Games/Hades/Profile1.sjson'
DEBUG:hephaistos:Analyzing '/Users/kaanserin/Library/Application Support/Supergiant Games/Hades/Profile3.sjson'
INFO:hephaistos:Applied custom resolution to:

  • /Users/kaanserin/Library/Application Support/Supergiant Games/Hades/Profile1.sjson
  • /Users/kaanserin/Library/Application Support/Supergiant Games/Hades/Profile3.sjson
    DEBUG:hephaistos:Installing Lua mod from '/var/folders/k1/c51_xld11v56l_t4qqy49dg80000gn/T/_MEIn9ingn/hephaistos-data/lua'
    DEBUG:hephaistos:Computed relative path '../Mods/Hephaistos/' from 'Game.macOS.app/Contents/Resources/Content/Scripts' to 'Game.macOS.app/Contents/Resources/Content/Mods/Hephaistos'
    DEBUG:hephaistos:Copied '/var/folders/k1/c51_xld11v56l_t4qqy49dg80000gn/T/_MEIn9ingn/hephaistos-data/lua' to 'Game.macOS.app/Contents/Resources/Content/Mods/Hephaistos'
    DEBUG:hephaistos:Configured 'Game.macOS.app/Contents/Resources/Content/Mods/Hephaistos/HephaistosConfig.lua'
    DEBUG:hephaistos:Configured 'Game.macOS.app/Contents/Resources/Content/Mods/Hephaistos/LuaData.lua' internal mod imports (7 occurrences)
    DEBUG:hephaistos:Configured 'Game.macOS.app/Contents/Resources/Content/Mods/Hephaistos/GUIComponents.lua' internal mod imports (22 occurrences)
    DEBUG:hephaistos:Configured 'Game.macOS.app/Contents/Resources/Content/Mods/Hephaistos/Hephaistos.lua' internal mod imports (8 occurrences)
    INFO:hephaistos:Installed Lua mod to 'Game.macOS.app/Contents/Resources/Content/Mods/Hephaistos'
    DEBUG:hephaistos:Patching Lua hook file at 'Game.macOS.app/Contents/Resources/Content/Scripts/RoomManager.lua'
    DEBUG:hephaistos:No hash stored for 'Game.macOS.app/Contents/Resources/Content/Scripts/RoomManager.lua': storing backup file
    DEBUG:hephaistos:Backed up 'Game.macOS.app/Contents/Resources/Content/Scripts/RoomManager.lua' to 'hephaistos-data/backups/Game.macOS.app/Contents/Resources/Content/Scripts/RoomManager.lua'
    INFO:hephaistos:Patched 'Game.macOS.app/Contents/Resources/Content/Scripts/RoomManager.lua' with hook 'Import "../Mods/Hephaistos/Hephaistos.lua"'
    DEBUG:hephaistos:Stored hash for 'Game.macOS.app/Contents/Resources/Content/Scripts/RoomManager.lua' at 'hephaistos-data/hashes/Game.macOS.app/Contents/Resources/Content/Scripts/RoomManager.sha256'

from hephaistos.

nbusseneau avatar nbusseneau commented on May 30, 2024

Thanks for the logs, these errors are network issue and not related to Hephaistos so all good. It would have worked without debug mode anyhow, I think the issue was that there some kind of inconsistency in your files for some reason that were fixed by the integrity check. Enjoy the game!

from hephaistos.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.