From 446fd94aae77359f84d447aeb1d03649a7291c48 Mon Sep 17 00:00:00 2001 From: Chr1Z93 Date: Wed, 25 Feb 2026 16:07:49 +0100 Subject: [PATCH 1/3] updated version and draft for notes --- config.json | 2 +- objects/PatchNotes.f47225.luascriptstate | 4 ++-- src/core/Constants.ttslua | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config.json b/config.json index 307559d03..9f2758c0b 100644 --- a/config.json +++ b/config.json @@ -230,7 +230,7 @@ "FilmFatale.45e513" ], "PlayArea": 1, - "SaveName": "Arkham SCE - 4.6.1", + "SaveName": "Arkham SCE - 4.7.0", "Sky": "Sky_Museum", "SkyURL": "https://steamusercontent-a.akamaihd.net/ugc/12370276462640249866/7F87FD43B19AB396C8466C7E028C10FA7695F8C1/", "SnapPoints_path": "SnapPoints.json", diff --git a/objects/PatchNotes.f47225.luascriptstate b/objects/PatchNotes.f47225.luascriptstate index b1cb5a980..cacd1b205 100644 --- a/objects/PatchNotes.f47225.luascriptstate +++ b/objects/PatchNotes.f47225.luascriptstate @@ -85,7 +85,7 @@ }, "tooltip": "None", "value": [ - "Arkham Horror LCG SCE 4.6.1 - 01/29/2026" + "Arkham Horror LCG SCE 4.7.0 - 02/27/2026" ] }, { @@ -124,7 +124,7 @@ }, "tooltip": "None", "value": [ - "Hotfix Notes\n- more previewed cards for Core 2026\n- fixed a bug with saving/loading for the Playermats\n- fixed a bug with the Token Splash Screen\n\nNew Things\n- more previewed cards for Core 2026\n- added a logging system for manual counter changes\non playermats (can be disabled via option panel)\n- added a menu to fine-tune clue spending\n(right-click the master clue counter)\n- added \"Advance\" buttons to the Mythos Area (feedback appreciated!)\n- added helpers for Spirit Deck (Jim) and Hunch Deck (Joe)\n- added Elder Sign effect information to the token splash screen\n- enhanced buttons on Playermat\n- enhanced features on Favors of the Sun and Moon\n- added handling for new TTS features like drawing from the bottom of a deck\n- added automatic background swapping for challenge scenarios\n\nBugfixes\n- fixed an issue with readying cards on playermat extensions\n- fixed an issue with the Underworld Market helper\n- fixed some issues with language packs\n\nThis mod is a fan-made adaptation of Arkham Horror\nLCG. It is not endorsed by Fantasy Flight Games or\nAsmodee Digital. Please support the game by\npurchasing the official product." + "New things\n- added \/ updated cards from taboo list update (FAQ v2.5)\n- added \/ updated cards from core 2026\n- added cards from revised core set (yes, the one from 5 years ago)\n- added an \"arkham.build indicator\" to the download menu\n- added a game key for the \"Discard One\" function of the playermats\n- added custom tooltips for playermat buttons\n\nImprovements\n- updated language pack functionality for reprints and custom content\n- updated UI translations\n- updated upkeep function for some special cases (Wrecked by Nightmares, Marcus Sengstacke)\n- updated discard hotkey to take playermat extensions into account\n- updated the expansion guide (previously know as buyer's guide)\n- updated token splash screen with modifier for special tokens (bless, curse, frost)\n\nBugfixes\n- fixed some metadata issues (British Bulldog, parallel Lola)\n- fixed an issue with the \"load defaults\" button of the option panel\n- fixed an issue with the clue spending UI when some playermats are removed\n- fixed an issue with parallel Wendy's menu\n- fixed an issue with the mini card border creation\n- fixed an issue with the Attachment Helper spawning below the investigator card\n\nThis mod is a fan-made adaptation of Arkham Horror\nLCG. It is not endorsed by Fantasy Flight Games or\nAsmodee Digital. Please support the game by\npurchasing the official product." ] } ], diff --git a/src/core/Constants.ttslua b/src/core/Constants.ttslua index 01822d376..e3ce46041 100644 --- a/src/core/Constants.ttslua +++ b/src/core/Constants.ttslua @@ -30,7 +30,7 @@ ID_URL_MAP = { } -- online functionality related variables -MOD_VERSION = "4.6.1" +MOD_VERSION = "4.7.0" SOURCE_REPO = "https://github.com/Chr1Z93/SCED-downloads/releases/latest/download/" --SOURCE_REPO = "https://github.com/Chr1Z93/SCED-downloads/releases/download/v1.0.1/" From babe909d899f3dac2ea932e5c23786b2b7ecb44a Mon Sep 17 00:00:00 2001 From: Chr1Z93 Date: Thu, 26 Feb 2026 22:57:26 +0100 Subject: [PATCH 2/3] updated notes --- objects/PatchNotes.f47225.luascriptstate | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/objects/PatchNotes.f47225.luascriptstate b/objects/PatchNotes.f47225.luascriptstate index cacd1b205..2fe473951 100644 --- a/objects/PatchNotes.f47225.luascriptstate +++ b/objects/PatchNotes.f47225.luascriptstate @@ -104,7 +104,7 @@ "g": 1, "r": 1 }, - "font": "96", + "font": "91", "locked": false, "name": "Details", "pos": { @@ -124,7 +124,7 @@ }, "tooltip": "None", "value": [ - "New things\n- added \/ updated cards from taboo list update (FAQ v2.5)\n- added \/ updated cards from core 2026\n- added cards from revised core set (yes, the one from 5 years ago)\n- added an \"arkham.build indicator\" to the download menu\n- added a game key for the \"Discard One\" function of the playermats\n- added custom tooltips for playermat buttons\n\nImprovements\n- updated language pack functionality for reprints and custom content\n- updated UI translations\n- updated upkeep function for some special cases (Wrecked by Nightmares, Marcus Sengstacke)\n- updated discard hotkey to take playermat extensions into account\n- updated the expansion guide (previously know as buyer's guide)\n- updated token splash screen with modifier for special tokens (bless, curse, frost)\n\nBugfixes\n- fixed some metadata issues (British Bulldog, parallel Lola)\n- fixed an issue with the \"load defaults\" button of the option panel\n- fixed an issue with the clue spending UI when some playermats are removed\n- fixed an issue with parallel Wendy's menu\n- fixed an issue with the mini card border creation\n- fixed an issue with the Attachment Helper spawning below the investigator card\n\nThis mod is a fan-made adaptation of Arkham Horror\nLCG. It is not endorsed by Fantasy Flight Games or\nAsmodee Digital. Please support the game by\npurchasing the official product." + "New things\n- added / updated cards from taboo list update (FAQ v2.5)\n- added / updated cards from core 2026\n- added cards from revised core set (yes, the one from 5 years ago)\n- added an \"arkham.build indicator\" to the download menu\n- added a game key for the \"Discard One\" function of the playermats\n- added custom tooltips for playermat buttons\n\nImprovements\n- updated language pack functionality for reprints and custom content\n- updated UI translations\n- updated upkeep function for some special cases (Wrecked by Nightmares, Marcus Sengstacke)\n- updated discard hotkey to take playermat extensions into account\n- updated the expansion guide (previously know as buyer's guide)\n- updated token splash screen with modifier for special tokens (bless, curse, frost)\n\nBugfixes\n- fixed an issue with the clue spending UI when some playermats are removed\n- fixed some metadata issues (British Bulldog, parallel Lola)\n- fixed an issue with the \"load defaults\" button of the option panel\n- fixed an issue with parallel Wendy's menu\n- fixed an issue with the mini card border creation\n- fixed an issue with the Attachment Helper spawning\nbelow the investigator card\n\nThis mod is a fan-made adaptation of Arkham Horror LCG.\nIt is not endorsed by Fantasy Flight Games or Asmodee Digital.\nPlease support the game by purchasing the official product." ] } ], From 8998cb0fb08b33ecf43dc0441db2a12e0a91e48d Mon Sep 17 00:00:00 2001 From: Chr1Z93 Date: Thu, 26 Feb 2026 22:58:08 +0100 Subject: [PATCH 3/3] ID fix --- .../AllPlayerCards.15bb07/SpectralShieldTaboo.tdc071t.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/objects/AllPlayerCards.15bb07/SpectralShieldTaboo.tdc071t.json b/objects/AllPlayerCards.15bb07/SpectralShieldTaboo.tdc071t.json index e8bcd075e..efec40d70 100644 --- a/objects/AllPlayerCards.15bb07/SpectralShieldTaboo.tdc071t.json +++ b/objects/AllPlayerCards.15bb07/SpectralShieldTaboo.tdc071t.json @@ -24,8 +24,8 @@ }, "Description": "", "DragSelectable": true, - "GMNotes_path": "AllPlayerCards.15bb07/SpectralShield.tdc071.gmnotes", - "GUID": "tdc071", + "GMNotes_path": "AllPlayerCards.15bb07/SpectralShield.tdc071t.gmnotes", + "GUID": "tdc071t", "Grid": true, "GridProjection": false, "Hands": true,