Page 65 of 155

Re: Feature Requests Thread

PostPosted: 17 Jan 2013, 15:03
by serrasmurf
hmm, guess i should have read Rumbles latest thread, exactly what I was looking for!

Re: Feature Requests Thread

PostPosted: 17 Jan 2013, 16:38
by Darien Blaque
Just curious, not rushing or anything. But is there any word on commander for forge?

Re: Feature Requests Thread

PostPosted: 17 Jan 2013, 16:40
by friarsol
Darien Blaque wrote:Just curious, not rushing or anything. But is there any word on commander for forge?
Aside from the fact that it's planned? Not really.

Re: Feature Requests Thread

PostPosted: 17 Jan 2013, 17:04
by Darien Blaque
friarsol wrote:
Darien Blaque wrote:Just curious, not rushing or anything. But is there any word on commander for forge?
Aside from the fact that it's planned? Not really.
That's fine. I appreciate everything you guys do here. I actually use Forge as bit of a play tester, in addition to having fun in the quest mode. And I would love to use it to play test my commander decks. That's the only reason I am asking. Either way, keep up the good work!!

Re: Feature Requests Thread

PostPosted: 17 Jan 2013, 20:16
by schnautzr
timmermac wrote:The card detail panel is the one that has the all-text version of the card you are hovering over with your mouse. The card id is displayed to the left of the set code.
Right, that's exactly what I was hoping to find, but all that happens is a dialogue pops up and asks whether I want to untap the Ice Floe, and there's no number or anything on the message. So that solution doesn't work.

Re: Feature Requests Thread

PostPosted: 18 Jan 2013, 03:39
by Niv-Mizzet
Is there no way to get a game draw in Forge? I used a Price of Progress that killed both me and the opponent at the same time, but it just counted as a loss.

Re: Feature Requests Thread

PostPosted: 18 Jan 2013, 12:13
by PsiOptics
It would be cool one day to have a Momir Vig like format. If anyone is familiar with the avatar format on MTGO.

Re: Feature Requests Thread

PostPosted: 20 Jan 2013, 17:15
by schnautzr
It would be nice to have an image of the top of the deck as one of the panels you can view now that there are double-faced cards available. While you're at it, might as well add the standard card back image to all those cards that can be played face-down.

Re: Feature Requests Thread

PostPosted: 24 Jan 2013, 15:27
by jwallstone
I have a very simple and time-saving request. When buying cards from the shop in Quest Mode, a lot of time is spent just checking if I already have a full playset of a card before buying. It would save a lot of time to have a simple filter to hide cards that I already own 4 copies of.

Not the most profound feature, but it saves a lot of time and I feel like it should be easy to implement too.

Re: Feature Requests Thread

PostPosted: 26 Jan 2013, 01:03
by timmermac
You can already sort cards by quantity, if that helps.

Re: Feature Requests Thread

PostPosted: 28 Jan 2013, 09:39
by myk
jwallstone wrote:I have a very simple and time-saving request. When buying cards from the shop in Quest Mode, a lot of time is spent just checking if I already have a full playset of a card before buying. It would save a lot of time to have a simple filter to hide cards that I already own 4 copies of.

Not the most profound feature, but it saves a lot of time and I feel like it should be easy to implement too.
How about when a card is selected in one table, the same card is selected in the other table (if it exists) and is lined up with the first card as close as possible. Not like I know how to do that off the top of my head, but I'm sure it could be done...

Re: Feature Requests Thread

PostPosted: 28 Jan 2013, 17:22
by jwallstone
timmermac wrote:You can already sort cards by quantity, if that helps.
Yeah, I've tried that too, but then whenever you see a potential card to buy in the shop, you have to scroll through the 1x cards, then the 2x, then the 3x. It's not any easier than the default, sorted alphabetically.

The best (most time-saving) implementation would be a filter on the card shop, not on your collection. Only having the cards where you own less than 4x show up would mean that you can buy cards at a glance from the shop window without the distraction of having to constantly look back to your own collection to see if you have 4x.

Re: Feature Requests Thread

PostPosted: 28 Jan 2013, 18:29
by timmermac
jwallstone wrote:
timmermac wrote:You can already sort cards by quantity, if that helps.
Yeah, I've tried that too, but then whenever you see a potential card to buy in the shop, you have to scroll through the 1x cards, then the 2x, then the 3x. It's not any easier than the default, sorted alphabetically.

The best (most time-saving) implementation would be a filter on the card shop, not on your collection. Only having the cards where you own less than 4x show up would mean that you can buy cards at a glance from the shop window without the distraction of having to constantly look back to your own collection to see if you have 4x.
If you click the column header again, that reverses the sort to go from highest to lowest.

Re: Feature Requests Thread

PostPosted: 28 Jan 2013, 19:58
by jwallstone
timmermac wrote:If you click the column header again, that reverses the sort to go from highest to lowest.
Yeah I know, that's not the problem. This still requires you to scroll through a long list and look for the corresponding card for every potential purchase. This could be entirely eliminated by just filtering the card shop list.

Re: Feature Requests Thread

PostPosted: 29 Jan 2013, 06:52
by myk
jwallstone wrote:I have a very simple and time-saving request. When buying cards from the shop in Quest Mode, a lot of time is spent just checking if I already have a full playset of a card before buying. It would save a lot of time to have a simple filter to hide cards that I already own 4 copies of.

Not the most profound feature, but it saves a lot of time and I feel like it should be easy to implement too.
Another idea related to this: how about an additional column in the spell shop that indicates how many of each card you own. then you can set a filter if you like to only show cards which you own 0 to 3 of. This would provide more information than a button that just filters out the "4 or more" cards.

editI went ahead and implemented this in my branch (not in trunk yet since it seems like it's something that should be discussed before committing). Here's a screenshot:
spell_shop_with_num_owned_column.png

Would this be desirable?