Forge Release 01/19/2020 ver 1.6.32
by mtgrares
Moderators: timmermac, Blacksmith, KrazyTheFox, Agetian, friarsol, CCGHQ Admins
Re: Forge Release 01/19/2020 ver 1.6.32
by Tons » 29 Jan 2020, 21:14
Thaks a lot for your work; I enjoy the game very much. In lobby mode (not against IA), morph mechanics doesn’t work properly: opponent can see which card it is, althoug turned around.
Re: Forge Release 01/19/2020 ver 1.6.32
by Northmoc1344 » 30 Jan 2020, 17:51
Kunoros, Hound of Athreos - related patch coming that may fix
Nessian Wanderer - patched
Elspeth, Sun's Nemesis - patched
Spark Double - patched
Sephara, Sky's Blade - fixed by other patch
Garruk, Cursed Huntsman - patched
Morph issue - active issue (I upvoted it)
Opal Palace - created new issue (Guildmages' Forum also bugged... I think it's related)
Custody Battle - created new issue
Nessian Wanderer - patched
Elspeth, Sun's Nemesis - patched
Spark Double - patched
Sephara, Sky's Blade - fixed by other patch
Garruk, Cursed Huntsman - patched
Morph issue - active issue (I upvoted it)
Opal Palace - created new issue (Guildmages' Forum also bugged... I think it's related)
Custody Battle - created new issue
- Northmoc1344
- Posts: 151
- Joined: 22 Jan 2019, 22:12
- Has thanked: 138 times
- Been thanked: 44 times
Re: Forge Release 01/19/2020 ver 1.6.32
by Magicus » 31 Jan 2020, 11:06
Has something changed with the code managing Plane mechanic in the Planechase mode?
Because now it is always giving this strange description instead of the usual chaos die result.
At least the blank/chaos/planeswalk effect itself is still correctly applied (put to the stack when needed), so technically it is mainly a cosmetic issue.
Because now it is always giving this strange description instead of the usual chaos die result.
At least the blank/chaos/planeswalk effect itself is still correctly applied (put to the stack when needed), so technically it is mainly a cosmetic issue.
Re: Forge Release 01/19/2020 ver 1.6.32
by azcotic » 01 Feb 2020, 13:50
I have the situation when I open the apk. The screen go blackish, and the message of update minimized and I don't know what to do.
Re: Forge Release 01/19/2020 ver 1.6.32
by Northmoc1344 » 01 Feb 2020, 14:08
[azcotic]
From Friarsol on the Discord FAQ:
For some reason, the UI in the previous android version is failing during the upgrade screen to the latest version. To fix this, please download the fresh apk of the current version: https://releases.cardforge.org/forge/fo ... ligned.apk
[Magicus]
I'll check into that Chaos result... my guess is something with ongoing translation work broke it.
From Friarsol on the Discord FAQ:
For some reason, the UI in the previous android version is failing during the upgrade screen to the latest version. To fix this, please download the fresh apk of the current version: https://releases.cardforge.org/forge/fo ... ligned.apk
[Magicus]
I'll check into that Chaos result... my guess is something with ongoing translation work broke it.
- Northmoc1344
- Posts: 151
- Joined: 22 Jan 2019, 22:12
- Has thanked: 138 times
- Been thanked: 44 times
Re: Forge Release 01/19/2020 ver 1.6.32
by gos » 04 Feb 2020, 16:41
I flickered a creature (Bonded Horncrest) I controlled (through Chamber of Manipulation), but did not own, with Thassa, Deep-Dweller.
The Horncrest returned to the battlefield under my opponent's (the owner's) control, not mine.
The Horncrest returned to the battlefield under my opponent's (the owner's) control, not mine.
- gos
- Posts: 4369
- Joined: 03 Mar 2011, 15:21
- Location: Reykjavík, Iceland
- Has thanked: 231 times
- Been thanked: 232 times
Re: Forge Release 01/19/2020 ver 1.6.32
by Northmoc1344 » 04 Feb 2020, 16:51
The fix for the issue with Thassa, Deep-Dwelling losing control when flickering stolen creatures has been implemented in the most recent snapshots and will be in the next release.
If you'd like to fix it on your version, replace lines 10 & 11 of the card script with the following (the only important change is adding GainControl$ True to line 11)
If you'd like to fix it on your version, replace lines 10 & 11 of the card script with the following (the only important change is adding GainControl$ True to line 11)
- Code: Select all
SVar:TrigExile:DB$ ChangeZone | Origin$ Battlefield | Destination$ Exile | RememberChanged$ True | ValidTgts$ Creature.Other+YouCtrl | TargetMin$ 0 | TargetMax$ 1 | TgtPrompt$ Select target creature | SubAbility$ DBReturn
SVar:DBReturn:DB$ ChangeZone | Defined$ Remembered | Origin$ All | Destination$ Battlefield | GainControl$ True | SubAbility$ DBCleanup
- Northmoc1344
- Posts: 151
- Joined: 22 Jan 2019, 22:12
- Has thanked: 138 times
- Been thanked: 44 times
Re: Forge Release 01/19/2020 ver 1.6.32
by pmpott » 05 Feb 2020, 01:30
The Nyxbloom Ancient ability isn't stacking with multiple copies
Re: Forge Release 01/19/2020 ver 1.6.32
by guyfromcroswell » 05 Feb 2020, 02:46
Victory's Envoy and Ironscale Hydra are both showing as bugged. Both worked for a short amount of time and now no longer function.
- guyfromcroswell
- Posts: 42
- Joined: 12 Sep 2016, 01:33
- Has thanked: 11 times
- Been thanked: 2 times
Re: Forge Release 01/19/2020 ver 1.6.32
by gos » 05 Feb 2020, 10:03
Impressive response time!Northmoc1344 wrote:The fix for the issue with Thassa, Deep-Dwelling ...

- gos
- Posts: 4369
- Joined: 03 Mar 2011, 15:21
- Location: Reykjavík, Iceland
- Has thanked: 231 times
- Been thanked: 232 times
Re: Forge Release 01/19/2020 ver 1.6.32
by Northmoc1344 » 05 Feb 2020, 13:34
Thank you for the bug reports
Nyxbloom Ancient - active issue #1266
Victory's Envoy/Ironscale Hydra - couldn't replicate a bug here... guessing something else affected your board state? More details would help.
Nyxbloom Ancient - active issue #1266
Victory's Envoy/Ironscale Hydra - couldn't replicate a bug here... guessing something else affected your board state? More details would help.
- Northmoc1344
- Posts: 151
- Joined: 22 Jan 2019, 22:12
- Has thanked: 138 times
- Been thanked: 44 times
Re: Forge Release 01/19/2020 ver 1.6.32
by Northmoc1344 » 05 Feb 2020, 16:18
Always nice when it works out that way!gos wrote:Impressive response time!

- Northmoc1344
- Posts: 151
- Joined: 22 Jan 2019, 22:12
- Has thanked: 138 times
- Been thanked: 44 times
Re: Forge Release 01/19/2020 ver 1.6.32
by guyfromcroswell » 06 Feb 2020, 02:22
So Ironscale Hydra seems to be working again, it just won't pull in it's card image. Victory's Envoy is bugged immediately (see screenshot).Northmoc1344 wrote:Thank you for the bug reports
Nyxbloom Ancient - active issue #1266
Victory's Envoy/Ironscale Hydra - couldn't replicate a bug here... guessing something else affected your board state? More details would help.
- guyfromcroswell
- Posts: 42
- Joined: 12 Sep 2016, 01:33
- Has thanked: 11 times
- Been thanked: 2 times
Re: Forge Release 01/19/2020 ver 1.6.32
by friarsol » 06 Feb 2020, 02:25
Are you using Lazy Loading of cards?guyfromcroswell wrote:So Ironscale Hydra seems to be working again, it just won't pull in it's card image. Victory's Envoy is bugged immediately (see screenshot).Northmoc1344 wrote:Thank you for the bug reports
Nyxbloom Ancient - active issue #1266
Victory's Envoy/Ironscale Hydra - couldn't replicate a bug here... guessing something else affected your board state? More details would help.
- friarsol
- Global Moderator
- Posts: 7593
- Joined: 15 May 2010, 04:20
- Has thanked: 243 times
- Been thanked: 965 times
Re: Forge Release 01/19/2020 ver 1.6.32
by guyfromcroswell » 06 Feb 2020, 02:32
Not sure what lazy loading is. Also, Ironscale Hydra decided to not work again. These 2 cards are the only 2 I've ever seen that do this.friarsol wrote:Are you using Lazy Loading of cards?guyfromcroswell wrote:So Ironscale Hydra seems to be working again, it just won't pull in it's card image. Victory's Envoy is bugged immediately (see screenshot).Northmoc1344 wrote:Thank you for the bug reports
Nyxbloom Ancient - active issue #1266
Victory's Envoy/Ironscale Hydra - couldn't replicate a bug here... guessing something else affected your board state? More details would help.
- guyfromcroswell
- Posts: 42
- Joined: 12 Sep 2016, 01:33
- Has thanked: 11 times
- Been thanked: 2 times
Who is online
Users browsing this forum: No registered users and 49 guests