It is currently 28 Jun 2025, 05:11
   
Text Size

Forge Beta: 02-07-2014 ver 1.5.12

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

Re: Forge Beta: 02-07-2014 ver 1.5.12

Postby Max mtg » 08 Feb 2014, 20:42

correioalternativo wrote:constructed.zip Downloads: 0, Size: 4 MB
http://www.mediafire.com/download/9hh4r ... ructed.zip

Thank you for helping me.
Chris, I saw the same output and the game has finally started.
Those cards refer to missing sets (we don't support UN-sets or DPA - duels of the planeswalkers and some others).

What I've doubts of - what to do with cards with known names but from unknown editions. Should I attempt to load them ignoring the edition or treat as wrong ones?
Last edited by Max mtg on 08 Feb 2014, 20:48, edited 1 time in total.
Single class for single responsibility.
Max mtg
Programmer
 
Posts: 1997
Joined: 02 Jul 2011, 14:26
Has thanked: 173 times
Been thanked: 334 times

Re: Forge Beta: 02-07-2014 ver 1.5.12

Postby Max mtg » 08 Feb 2014, 20:45

Bundy wrote:
Max mtg wrote:Try checking the option at Preferences -> Gameplay -> Free Block Handling (but it's just a guess of mine)
This option was checked. I turned it off and blocking works again without the prompt to pay {0}.
Seems checking this option turns it on instead of off.
Then it's a minor issue - someone has to check that condition for being false, not true (or vice versa)
Single class for single responsibility.
Max mtg
Programmer
 
Posts: 1997
Joined: 02 Jul 2011, 14:26
Has thanked: 173 times
Been thanked: 334 times

Re: Forge Beta: 02-07-2014 ver 1.5.12

Postby friarsol » 08 Feb 2014, 20:58

Max mtg wrote:What I've doubts of - what to do with cards with known names but from unknown editions. Should I attempt to load them ignoring the edition or treat as wrong ones?
How do we currently treat cards that don't appear in any edition files (like prerelease cards before an edition file is ready)? I'd say treat unsupported editions in that exact same way, as opposed to "casting" them into a supported edition.
friarsol
Global Moderator
 
Posts: 7593
Joined: 15 May 2010, 04:20
Has thanked: 243 times
Been thanked: 965 times

Re: Forge Beta: 02-07-2014 ver 1.5.12

Postby Marek14 » 08 Feb 2014, 21:18

gos wrote:I couldn't target my opponent with Fated Conflagration.

Him: 2 Plains, 4 Mountains, Faith's Fetters.
Me: 4 Mountains, 1 Sacred Foundry, 1 Temple of Triumph, Young Pyromancer, Oracle of Bones, 2 Elemental tokens.
gos, that's correct. Fated Conflagration can't target players.
Marek14
Tester
 
Posts: 2772
Joined: 07 Jun 2008, 07:54
Has thanked: 0 time
Been thanked: 302 times

Re: Forge Beta: 02-07-2014 ver 1.5.12

Postby gos » 08 Feb 2014, 21:31

Marek14 wrote:gos, that's correct. Fated Conflagration can't target players.
Sorry! :oops:
gos
 
Posts: 4369
Joined: 03 Mar 2011, 15:21
Location: Reykjavík, Iceland
Has thanked: 231 times
Been thanked: 232 times

Re: Forge Beta: 02-07-2014 ver 1.5.12

Postby Marek14 » 08 Feb 2014, 22:35

AI's Architects of Will let me arrange cards on my library when it targets me.
Marek14
Tester
 
Posts: 2772
Joined: 07 Jun 2008, 07:54
Has thanked: 0 time
Been thanked: 302 times

Re: Forge Beta: 02-07-2014 ver 1.5.12

Postby correioalternativo » 09 Feb 2014, 01:04

Chris H. wrote: 
I was able to launch today’s snapshot build with these decks installed. The decks loaded and Forge did not freeze/stall while the loading the decks and Forge was able to get to the main view.
 
Thank you, it works :D
User avatar
correioalternativo
 
Posts: 279
Joined: 23 Jul 2012, 12:01
Has thanked: 255 times
Been thanked: 23 times

Re: Forge Beta: 02-07-2014 ver 1.5.12

Postby Alico » 09 Feb 2014, 02:21

An odd issue with the quest mode shop. You can only resize some of the columns, but not all of them. This is really only an issue with the card price column, as when the price gets higher than four digits you cannot read it at a glance.

I am also having the above mentioned issue with my quest decks not deleting when I delete them.
Alico
 
Posts: 47
Joined: 21 Sep 2012, 18:16
Has thanked: 0 time
Been thanked: 1 time

Re: Forge Beta: 02-07-2014 ver 1.5.12

Postby excessum » 09 Feb 2014, 02:39

Lifebane Zombie ETB on opponent with no valid targets in hand still gives the following crash:
IndexOutOfBoundsException | Open
Code: Select all
Forge Version:    1.5.12-r${forge.revision}${forge.specialStatus} (mixed revisions detected; please update from the root directory)
Operating System: Windows 7 6.1 x86
Java Version:     1.7.0_51 Oracle Corporation

java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
   at java.util.ArrayList.rangeCheck(Unknown Source)
   at java.util.ArrayList.get(Unknown Source)
   at forge.ai.ability.ChangeZoneAi.chooseCardToHiddenOriginChangeZone(ChangeZoneAi.java:1097)
   at forge.game.ability.effects.ChangeZoneEffect.changeZonePlayerInvariant(ChangeZoneEffect.java:746)
   at forge.game.ability.effects.ChangeZoneEffect.changeHiddenOriginResolve(ChangeZoneEffect.java:588)
   at forge.game.ability.effects.ChangeZoneEffect.resolve(ChangeZoneEffect.java:351)
   at forge.game.ability.AbilityApiBased.resolve(AbilityApiBased.java:63)
   at forge.game.ability.AbilityUtils.resolveApiAbility(AbilityUtils.java:1182)
   at forge.game.ability.AbilityUtils.resolve(AbilityUtils.java:1164)
   at forge.ai.ComputerUtil.playNoStack(ComputerUtil.java:318)
   at forge.game.player.PlayerControllerAi.playSpellAbilityNoStack(PlayerControllerAi.java:307)
   at forge.game.trigger.WrappedAbility.resolve(WrappedAbility.java:362)
   at forge.game.ability.AbilityUtils.resolveApiAbility(AbilityUtils.java:1182)
   at forge.game.ability.AbilityUtils.resolve(AbilityUtils.java:1164)
   at forge.game.zone.MagicStack.resolveStack(MagicStack.java:552)
   at forge.game.phase.PhaseHandler.startFirstTurn(PhaseHandler.java:1015)
   at forge.game.GameAction.startGame(GameAction.java:1502)
   at forge.game.Match.startGame(Match.java:90)
   at forge.control.FControl$4.run(FControl.java:449)
   at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
   at java.lang.Thread.run(Unknown Source)
The problems with for Jace, Architect of Thought's 2nd ability since 1.5.10 is still around:
1) AI will always put all three cards into the first pile
2) Choice to select the piles will erroneously display four cards in pile 1 and zero in pile 2. Selecting pile 1 will correctly put in hand the three cards (due to above) while selecting pile 2 gives zero (as expected).
excessum
 
Posts: 177
Joined: 21 Oct 2013, 02:30
Has thanked: 0 time
Been thanked: 19 times

Re: Forge Beta: 02-07-2014 ver 1.5.12

Postby drdev » 09 Feb 2014, 04:43

Alico wrote:An odd issue with the quest mode shop. You can only resize some of the columns, but not all of them. This is really only an issue with the card price column, as when the price gets higher than four digits you cannot read it at a glance.

I am also having the above mentioned issue with my quest decks not deleting when I delete them.
These issues are on my TODO list for fixing this release.
drdev
Programmer
 
Posts: 1958
Joined: 27 Jul 2013, 02:07
Has thanked: 189 times
Been thanked: 565 times

Re: Forge Beta: 02-07-2014 ver 1.5.12

Postby Sloth » 09 Feb 2014, 07:51

Max mtg wrote:
Bundy wrote:
Max mtg wrote:Try checking the option at Preferences -> Gameplay -> Free Block Handling (but it's just a guess of mine)
This option was checked. I turned it off and blocking works again without the prompt to pay {0}.
Seems checking this option turns it on instead of off.
Then it's a minor issue - someone has to check that condition for being false, not true (or vice versa)
No, that wouldn't solve it. Bundy was prompted in a situation where he should never be asked to pay 0.

The whole check is in the wrong place.
User avatar
Sloth
Programmer
 
Posts: 3498
Joined: 23 Jun 2009, 19:40
Has thanked: 125 times
Been thanked: 507 times

Re: Forge Beta: 02-07-2014 ver 1.5.12

Postby Marek14 » 09 Feb 2014, 13:11

Ability of suspended Deep-Sea Kraken can't be seen on stack.
Last edited by Marek14 on 09 Feb 2014, 13:31, edited 2 times in total.
Marek14
Tester
 
Posts: 2772
Joined: 07 Jun 2008, 07:54
Has thanked: 0 time
Been thanked: 302 times

Re: Forge Beta: 02-07-2014 ver 1.5.12

Postby friarsol » 09 Feb 2014, 13:26

Marek14 wrote:Ability of suspended Deep-Sea Kraken can't be seen on stack.
The trigger you mean? Yea, I think this is an issue with triggers that I just saw yesterday hitting the stack at the wrong time. I believe this is fixed for the next snapshot.
friarsol
Global Moderator
 
Posts: 7593
Joined: 15 May 2010, 04:20
Has thanked: 243 times
Been thanked: 965 times

Re: Forge Beta: 02-07-2014 ver 1.5.12

Postby Marek14 » 09 Feb 2014, 13:31

Last edited by timmermac on 10 Feb 2014, 13:39, edited 1 time in total.
Reason: enabled card highlight
Marek14
Tester
 
Posts: 2772
Joined: 07 Jun 2008, 07:54
Has thanked: 0 time
Been thanked: 302 times

Re: Forge Beta: 02-07-2014 ver 1.5.12

Postby serrasmurf » 09 Feb 2014, 15:43

:arrow: Ephara, God of the Polis also draws me a card when I play Control Magic.
Is that correct? (doesn't to me as the creature doesn't enter the battlefield)
Last edited by timmermac on 10 Feb 2014, 13:40, edited 1 time in total.
Reason: Enabled card highlight
serrasmurf
 
Posts: 316
Joined: 30 Jan 2010, 14:09
Location: The Netherlands
Has thanked: 3 times
Been thanked: 18 times

PreviousNext

Return to Forge

Who is online

Users browsing this forum: No registered users and 40 guests

Main Menu

User Menu

Our Partners


Who is online

In total there are 40 users online :: 0 registered, 0 hidden and 40 guests (based on users active over the past 10 minutes)
Most users ever online was 5050 on 26 Jun 2025, 06:02

Users browsing this forum: No registered users and 40 guests

Login Form