Page 3 of 11

Re: Forge Beta: 03-27-2013 ver 1.3.11

PostPosted: 29 Mar 2013, 01:44
by Diogenes
Agetian wrote:
Diogenes wrote:Out of curiosity, did you use the end-turn button on your own turn before your declare attackers step?
I might have used that - I mean, I use it in all my games but I'm not sure if I used it in that particular game and on that particular turn or not... just don't remember. More likely yes than no, though.

- Agetian
I have a nagging feeling that something unreasonably simple is going on here - that somewhere there is ambiguity between "end of combat" and "end of turn". Accordingly, the "end of turn" button passing priority until "end of combat" could be a symptom rather than a cause (unless parts of the program report that the turn has ended and other parts independently decide it hasn't - which has happened to at least the two of us - because of this.) I am obviously not a programmer, or I would have found a technical and rigorous way to phrase that. :)

Re: Forge Beta: 03-27-2013 ver 1.3.11

PostPosted: 29 Mar 2013, 02:32
by Xitax
Best Forge yet.

I also had every card picture stashed in /pics so that I'd have them all when they were put in, but it wasn't too hard to move them over. I futz around with Forge a bit, anyway, with a little customization here and there.

-Can I suggest moving /sounds and /skins over to the user directories?
-Weird things happening with the avatar selection menu. What was mentioned earlier in the thread and also I had a duplicate set of avatars to pick from.
-Personal preference, but I don't really care much to have any more preconstructed deck sets in Forge, such as ARC. Not as regular cards, anyway. Special cards are fine.
-Weird stuff in Command zone with 2 Sorin's emblems in play. I have the correct token picture; it's not missing.
-AI's Binding Grasp on my Vampire token (2/1 because of Sorin's emblem), was 2/2 and didn't switch sides at all.
-Booster packs aren't showing variants. Did you change the naming convention from the pics I uploaded?

Re: Forge Beta: 03-27-2013 ver 1.3.11

PostPosted: 29 Mar 2013, 04:39
by Agetian
myk wrote:
Agetian wrote:Speaking of importing cruft btw - still, isn't it an option to put in an extra checkbox like "Import absolutely every single file from the card picture folders, I know what I'm doing" (off by default)?
This seems like it would address the use case succinctly. I hadn't put that in before since I didn't want cruft in general, but restricting the option to the one place "cruft" might be useful is an excellent idea. I'll get that in. Edit: implemented in r20644. Anyone who has leftover HQ files to import can now do it through the Import Data dialog, even if the original migration is already complete. No manual steps required.
Awesome, thanks a lot, myk, I'm sure there will be quite a bunch of people who will appreciate this! :)

- Agetian

Re: Forge Beta: 03-27-2013 ver 1.3.11

PostPosted: 29 Mar 2013, 05:07
by MystREmo
Is there an EDH format mod in progress?

Re: Forge Beta: 03-27-2013 ver 1.3.11

PostPosted: 29 Mar 2013, 08:06
by moomarc
Xitax wrote:-Best Forge yet.
-Can I suggest moving /sounds and /skins over to the user directories?
-Weird things happening with the avatar selection menu. What was mentioned earlier in the thread and also I had a duplicate set of avatars to pick from.
-Booster packs aren't showing variants. Did you change the naming convention from the pics I uploaded?
1-Thanks! We try to improve from version to version ;)
2-this is already planned. There was just some skin handling that needed to be tweaked before this was implemented because whatever we do now should be as forward compatible as possible. Myk has had to take a fair amount into consideration while implementing this.
3-the duplicate avatars is only an issue for the default skin (I think) and happens because we initially implemented skins so that they could each add their own avatars too. So first the skin's avatars are added, then the default ones... which in the case of the default means two of the same. I think this is probably going to be removed to make skin handling more consistent.
4-Not yet. Myk is waiting on me to upload the new images but I've been unable to do so yet because my ISP has really throttled international traffic while they repair one of their main cables. Before that happened though I had uploaded the higher res booster images at least.
MystREmo wrote:Is there an EDH format mod in progress?
It is definitely planned but there is still quite a lot that needs to happen in the code first.

Re: Forge Beta: 03-27-2013 ver 1.3.11

PostPosted: 29 Mar 2013, 17:05
by myk
moomarc wrote:
Xitax wrote:Can I suggest moving /sounds and /skins over to the user directories?
this is already planned
current plan is here if you'd like to check it out or have any ideas about how it should be done. Sounds will be addressed after skins are complete.
Xitax wrote:Booster packs aren't showing variants
The implementation is done, though. If you want to see it in action, copy the booster pics to <cacheDir>/pics/boosters and switch to the varied_booster_pics branch. We can merge it to trunk as soon as moomarc's ISP gets that trans-Atlantic cable fixed.

Re: Forge Beta: 03-27-2013 ver 1.3.11

PostPosted: 29 Mar 2013, 19:10
by saturnine
Description: Added a folder for the Archenemy cards called ARC in the pics folder, opened up Forge, clicked on the Deck Editor button. Crashes consistently every time.

NullPointerException | Open
Code: Select all
Forge Version:    1.3.11-r20622
Operating System: Windows 7 6.1 x86
Java Version:     1.7.0_17 Oracle Corporation

java.lang.NullPointerException
   at forge.gui.match.controllers.CDetail.showCard(CDetail.java:49)
   at forge.gui.match.controllers.CDetail.showCard(CDetail.java:54)
   at forge.gui.deckeditor.CDeckEditorUI.setCard(CDeckEditorUI.java:87)
   at forge.gui.deckeditor.tables.EditorTableModel.showSelectedCard(EditorTableModel.java:193)
   at forge.gui.deckeditor.tables.EditorTableModel$2.focusGained(EditorTableModel.java:216)
   at java.awt.AWTEventMulticaster.focusGained(Unknown Source)
   at java.awt.Component.processFocusEvent(Unknown Source)
   at java.awt.Component.processEvent(Unknown Source)
   at java.awt.Container.processEvent(Unknown Source)
   at java.awt.Component.dispatchEventImpl(Unknown Source)
   at java.awt.Container.dispatchEventImpl(Unknown Source)
   at java.awt.Component.dispatchEvent(Unknown Source)
   at java.awt.KeyboardFocusManager.redispatchEvent(Unknown Source)
   at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(Unknown Source)
   at java.awt.DefaultKeyboardFocusManager.dispatchEvent(Unknown Source)
   at java.awt.Component.dispatchEventImpl(Unknown Source)
   at java.awt.Container.dispatchEventImpl(Unknown Source)
   at java.awt.Component.dispatchEvent(Unknown Source)
   at sun.awt.SunToolkit$1.run(Unknown Source)
   at java.awt.event.InvocationEvent.dispatch(Unknown Source)
   at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
   at java.awt.EventQueue.access$200(Unknown Source)
   at java.awt.EventQueue$3.run(Unknown Source)
   at java.awt.EventQueue$3.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
   at java.awt.EventQueue.dispatchEvent(Unknown Source)
   at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
   at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
   at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
   at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
   at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
   at java.awt.EventDispatchThread.run(Unknown Source)
If I click Close, the same error message pops up. The only way to stop this is by exiting from Forge.

Re: Forge Beta: 03-27-2013 ver 1.3.11

PostPosted: 30 Mar 2013, 02:30
by swordshine
moomarc wrote:
gos wrote:I cast Lobotomy and target my opponent. The spell reveals my own hand. I did not choose any card to exile. The same thing happens with Denying Wind.
Ouch! #-o That must have been mine in r20603. I was scripting Oath of Lieges but the target player was overwriting the fetcher, DefinedPlayer (or Chooser, can't remember which, I just remember that it was having the same switched behaviour as you're seeing now for the other cards). Sorry about that! :oops:
I think this can be fixed by adding "DefinedPlayer$ Targeted | Chooser$ You".

Re: Forge Beta: 03-27-2013 ver 1.3.11

PostPosted: 30 Mar 2013, 04:34
by moomarc
swordshine wrote:
moomarc wrote:
gos wrote:I cast Lobotomy and target my opponent. The spell reveals my own hand. I did not choose any card to exile. The same thing happens with Denying Wind.
Ouch! #-o That must have been mine in r20603. I was scripting Oath of Lieges but the target player was overwriting the fetcher, DefinedPlayer (or Chooser, can't remember which, I just remember that it was having the same switched behaviour as you're seeing now for the other cards). Sorry about that! :oops:
I think this can be fixed by adding "DefinedPlayer$ Targeted | Chooser$ You".
That should be the case, but it would have to be added to each 'target reveals, you choose' card. I'll only be back on Wednesday though so won't be able to fix them until then at the earliest.

Re: Forge Beta: 03-27-2013 ver 1.3.11

PostPosted: 30 Mar 2013, 05:48
by ArtificialDream
The Havoc Festival + Wound Reflection combo I own killed me. Isn't it that Wound Reflection triggers only during the end steps of its controller's opponent/s?

It works with my opponent too, though . So I think it's just that Wound Reflection triggers for all players, not just on its controller's opponents.

Re: Forge Beta: 03-27-2013 ver 1.3.11

PostPosted: 30 Mar 2013, 09:03
by swordshine
ArtificialDream wrote:The Havoc Festival + Wound Reflection combo I own killed me. Isn't it that Wound Reflection triggers only during the end steps of its controller's opponent/s?

It works with my opponent too, though . So I think it's just that Wound Reflection triggers for all players, not just on its controller's opponents.
Fixed! Thanks, ArtificialDream.

Re: Forge Beta: 03-27-2013 ver 1.3.11

PostPosted: 30 Mar 2013, 12:07
by timmermac
I need to know exactly where Forge is putting my data files with this version. I can't find anything. I've looked in my documents folder it's not there. Where is %appdata% or whatever its called? I need to know in terms of folder names.

Edit: never mind... found it. Stupid place to put something.

Re: Forge Beta: 03-27-2013 ver 1.3.11

PostPosted: 30 Mar 2013, 13:12
by friarsol
timmermac wrote:Edit: never mind... found it. Stupid place to put something.
Not sure why you think it's a stupid place. It's the standard place operating systems put things. If you read the readme file, it had directions to place it wherever you like if you changed your forge profile properties.

Re: Forge Beta: 03-27-2013 ver 1.3.11

PostPosted: 30 Mar 2013, 16:41
by freddyjsg
I was playing with a Dimir deck with Lazav. He copied succesfully a Dragon Broodmother, and a Sigil Captain, but when he copied that last creature, he didn't gain the ability to copy another creature.

Re: Forge Beta: 03-27-2013 ver 1.3.11

PostPosted: 30 Mar 2013, 17:03
by Phoenix
The Free Mulligan which is available in the Bazaar isn't working any longer again.

It wasn't working for many versions but in the last version(s) you reactivated it again.