It is currently 28 Aug 2025, 16:01
   
Text Size

Forge Release 01/19/2020 ver 1.6.32

Moderators: timmermac, Blacksmith, KrazyTheFox, Agetian, friarsol, CCGHQ Admins

Re: Forge Release 01/19/2020 ver 1.6.32

Postby 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.
Tons
 
Posts: 14
Joined: 06 Jan 2016, 20:15
Has thanked: 7 times
Been thanked: 2 times

Re: Forge Release 01/19/2020 ver 1.6.32

Postby 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
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

Postby 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.
Forge1.jpg
Magicus
 
Posts: 12
Joined: 29 Jun 2017, 10:08
Has thanked: 1 time
Been thanked: 1 time

Re: Forge Release 01/19/2020 ver 1.6.32

Postby 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.
Attachments
Screenshot_20200201-093151_Forge.jpg
azcotic
 
Posts: 34
Joined: 27 Aug 2017, 03:58
Has thanked: 2 times
Been thanked: 9 times

Re: Forge Release 01/19/2020 ver 1.6.32

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

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

Postby 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)
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

Postby pmpott » 05 Feb 2020, 01:30

The Nyxbloom Ancient ability isn't stacking with multiple copies
pmpott
 
Posts: 4
Joined: 24 Aug 2019, 22:22
Has thanked: 0 time
Been thanked: 1 time

Re: Forge Release 01/19/2020 ver 1.6.32

Postby 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

Postby gos » 05 Feb 2020, 10:03

Northmoc1344 wrote:The fix for the issue with Thassa, Deep-Dwelling ...
Impressive response time! :D
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

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

Postby Northmoc1344 » 05 Feb 2020, 16:18

gos wrote:Impressive response time! :D
Always nice when it works out that way! ;)
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

Postby guyfromcroswell » 06 Feb 2020, 02:22

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.
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).
Attachments
Victory's Envoy.JPG
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

Postby friarsol » 06 Feb 2020, 02:25

guyfromcroswell wrote:
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.
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).
Are you using Lazy Loading of cards?
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

Postby guyfromcroswell » 06 Feb 2020, 02:32

friarsol wrote:
guyfromcroswell wrote:
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.
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).
Are you using Lazy Loading of cards?
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.
Attachments
Ironscale Hydra.jpg
guyfromcroswell
 
Posts: 42
Joined: 12 Sep 2016, 01:33
Has thanked: 11 times
Been thanked: 2 times

PreviousNext

Return to Forge

Who is online

Users browsing this forum: No registered users and 60 guests

Main Menu

User Menu

Our Partners


Who is online

In total there are 60 users online :: 0 registered, 0 hidden and 60 guests (based on users active over the past 10 minutes)
Most users ever online was 7303 on 15 Jul 2025, 20:46

Users browsing this forum: No registered users and 60 guests

Login Form