Feature Requests Thread
by mtgrares
Moderators: timmermac, Blacksmith, KrazyTheFox, Agetian, friarsol, CCGHQ Admins
Re: Feature Requests Thread
by RumbleBBU » 19 Feb 2013, 06:10
I play with set pictures and I think that adds a lot to my Quest experience.Nordos wrote:Why should a card cost more then the reprinted one? In the 'real world' it is just because of the availbility and the art, yet in forge many people don't play with set pictures and the availbility is unlimited...

And so on. Sometimes I pick the versions of a card for a specific deck based on how they look like. Or, if I own just two copies of a rare card I need to use in a deck, it's always cool to see which of them I draw.
All in all, set-specific pictures and the different editions make the cards feel much more real.
Back on the topic...just two points.
1) The "# owned" column could display the number of all editions owned. Or both, e.g. "x/y" where "x" is the number of this edition of the card owned and "y" is all editions owned.
2) Just an idea, maybe not a good one or a feasible one. How about displaying the different editions of a card as a collapsible tree in the deck editor? Think Eclipse Package Explorer or Windows Explorer tree view. For example, using the abovementioned Hymn to Tourach as an example, you could see it with a "+" in front of it in the card list if there are multiple different editions available, and clicking the "+" would expand the view to display the different editions.
Re: Feature Requests Thread
by serrasmurf » 19 Feb 2013, 07:54
another possible solution for the different versions of the same card:
let the shop give you the option to trade one version of a card to another version, you pay/ receive the difference in value.
let the shop give you the option to trade one version of a card to another version, you pay/ receive the difference in value.
- serrasmurf
- Posts: 316
- Joined: 30 Jan 2010, 14:09
- Location: The Netherlands
- Has thanked: 3 times
- Been thanked: 18 times
Re: Feature Requests Thread
by moomarc » 19 Feb 2013, 08:43
Just use the filters to find gates and other multi mana producers. Just remember the text in deck editor uses Oracle text, so you if you're looking for potential lands (or other mana sources) for your Dimir deck add the following text filters (type them in the search box then Ctrl-Enter):schnautzr wrote:Even nicer would be a way to sort hybrids, gates, and multis by color, though this might require some creativity. Gates and similar multicolored lands pose a huge problem when you're trying to find them by color without knowing their names.
- Code: Select all
add {B} {U}




-Marc
-
moomarc - Pixel Commander
- Posts: 2091
- Joined: 04 Jun 2010, 15:22
- Location: Johannesburg, South Africa
- Has thanked: 371 times
- Been thanked: 372 times
Re: Feature Requests Thread
by noxxle » 20 Feb 2013, 02:29
Great idea.noxxle wrote:How about a tablet mode for touch screens? This can be done by requiring a double click for many of the things that a single click normally does. A single click instead functions as if floating the mouse cursor over the UI. Very handy for previewing cards. Shouldn't be hard to implement. I believe Magarena already has this feature.
- noxxle
- Posts: 13
- Joined: 24 Jun 2008, 15:46
- Has thanked: 0 time
- Been thanked: 0 time
Re: Feature Requests Thread
by Symphonic » 20 Feb 2013, 22:13
Forge is my main tool for brewing new decks (in combination with magiccards.info) and I've come across one thing I would love to see implemented in the deck editor one day.
This would be a simple register for notes, where you can jot down some points concerning the current deck version, for example the key strategy with win-options, the synergies and combos, cards you still have to test or that are just placeholders or cards that you still have to buy for the paper version of the deck and so on. (So there it would be wonderful, if such a note-register could work together with card recognition and if you could look at the mentioned cards under the register "Card picture).
This would be a simple register for notes, where you can jot down some points concerning the current deck version, for example the key strategy with win-options, the synergies and combos, cards you still have to test or that are just placeholders or cards that you still have to buy for the paper version of the deck and so on. (So there it would be wonderful, if such a note-register could work together with card recognition and if you could look at the mentioned cards under the register "Card picture).

Re: Feature Requests Thread
by myk » 21 Feb 2013, 01:52
This sounds reasonable. I'll have to ask the other devs if a Notes field could be part of the .dck file format or how/where this info could be stored, but it certainly wouldn't be hard to add to the UI. It could appear as another draggable tab panel with a text field in it. I added it to my list hereSymphonic wrote:a simple register for notes, where you can jot down some points concerning the current deck version, for example the key strategy with win-options, the synergies and combos, cards you still have to test or that are just placeholders or cards that you still have to buy for the paper version of the deck and so on.
if you're referring to the forum mouse-over feature, probably not going to happen anytime soon : ) but you could always paste your notes into a forum post and have the forum recognize the cards...(So there it would be wonderful, if such a note-register could work together with card recognition and if you could look at the mentioned cards under the register "Card picture). :D
- myk
- Posts: 439
- Joined: 17 Jan 2013, 02:39
- Location: California
- Has thanked: 38 times
- Been thanked: 57 times
Re: Feature Requests Thread
by moomarc » 21 Feb 2013, 04:34
I think he was referring to the card info panel and image showing as they do for other cards hovered over in the game, and stack instances. But we would need to add card text recognition so probably unlikely for a while.myk wrote:if you're referring to the forum mouse-over feature, probably not going to happen anytime soon : ) but you could always paste your notes into a forum post and have the forum recognize the cards...Symphonic wrote: (So there it would be wonderful, if such a note-register could work together with card recognition and if you could look at the mentioned cards under the register "Card picture).
Last edited by Chris H. on 21 Feb 2013, 13:00, edited 1 time in total.
Reason: Fixed a broken quote
Reason: Fixed a broken quote
-Marc
-
moomarc - Pixel Commander
- Posts: 2091
- Joined: 04 Jun 2010, 15:22
- Location: Johannesburg, South Africa
- Has thanked: 371 times
- Been thanked: 372 times
Re: Feature Requests Thread
by Max mtg » 21 Feb 2013, 12:38
As far as I can see now, this is possible if the following conditions are met:noxxle wrote:Great idea.noxxle wrote:How about a tablet mode for touch screens? This can be done by requiring a double click for many of the things that a single click normally does. A single click instead functions as if floating the mouse cursor over the UI. Very handy for previewing cards. Shouldn't be hard to implement. I believe Magarena already has this feature.
* Forge server and client are separated into independent modules (are different programs but may load the same resources)
* A special mobile-friendly client is developed on HTML5, which is supported on every current and future platform.
* Java-powered server is placed somewhere near your tablet - on device itself if the latter can run java applications, or on a remote host - be it your computer or some dedicated server in the net.
That is the way it might work. The current forge application cannot run on mobile devices 'cause the libraries powering the UI are not supported on android or iphone.
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: Feature Requests Thread
by schnautzr » 21 Feb 2013, 14:21
I keep a lot of decks in my quest, each an expanded version of an original set. Of course, there are so many I've had to rename them simply so I can tell them apart. It would be nice if I could see a customizable summary of each deck when viewing the list of quest decks. For example, I might attach this label to the deck "Solitary Fiends":
"Avacyn Restored (BU) Sacrifice to keep exactly one creature on battlefield. Use equipment or enhancements that won't be lost on death. Keep the opponent's creatures tapped, detained, or in their hand."
"Avacyn Restored (BU) Sacrifice to keep exactly one creature on battlefield. Use equipment or enhancements that won't be lost on death. Keep the opponent's creatures tapped, detained, or in their hand."
-
schnautzr - Posts: 106
- Joined: 23 Aug 2012, 01:13
- Location: UTC -6/-5
- Has thanked: 27 times
- Been thanked: 7 times
Re: Feature Requests Thread
by myk » 21 Feb 2013, 20:25
This would gel nicely with the proposed "deck notes" feature. the deck selection list could display the notes (truncated, of course, full text on hover).schnautzr wrote:I keep a lot of decks in my quest, each an expanded version of an original set. Of course, there are so many I've had to rename them simply so I can tell them apart. It would be nice if I could see a customizable summary of each deck when viewing the list of quest decks. For example, I might attach this label to the deck "Solitary Fiends":
"Avacyn Restored (BU) Sacrifice to keep exactly one creature on battlefield. Use equipment or enhancements that won't be lost on death. Keep the opponent's creatures tapped, detained, or in their hand."
- myk
- Posts: 439
- Joined: 17 Jan 2013, 02:39
- Location: California
- Has thanked: 38 times
- Been thanked: 57 times
Re: Feature Requests Thread
by Max mtg » 22 Feb 2013, 12:05
Why exactly handwritten 'deck notes'? Who is going to fill them?myk wrote:This would gel nicely with the proposed "deck notes" feature. the deck selection list could display the notes (truncated, of course, full text on hover).schnautzr wrote:I keep a lot of decks in my quest, each an expanded version of an original set. Of course, there are so many I've had to rename them simply so I can tell them apart. It would be nice if I could see a customizable summary of each deck when viewing the list of quest decks. For example, I might attach this label to the deck "Solitary Fiends":
"Avacyn Restored (BU) Sacrifice to keep exactly one creature on battlefield. Use equipment or enhancements that won't be lost on death. Keep the opponent's creatures tapped, detained, or in their hand."
You may calculate deck's dominating colors and show them next to deck, then mention some key cards of the deck (well, that must be the ones included 4 times) - There is also draft ratings system which may be of help to choose key cards of a deck.
I have also promised to (and will do) implement tags assignable to decks .
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: Feature Requests Thread
by myk » 22 Feb 2013, 17:28
We could certainly fill it with default text -- that's probably a good idea in addition to the personal note pad that Symphonic and schnautzr were requesting. Actually, colors might be better represented as a ManaCost widget, six symbols in the ratio of their use in the deck.
- myk
- Posts: 439
- Joined: 17 Jan 2013, 02:39
- Location: California
- Has thanked: 38 times
- Been thanked: 57 times
Re: Feature Requests Thread
by noxxle » 22 Feb 2013, 20:04
Forge runs great on my Thinkpad Tablet 2 (windows 8 tablet, x86 clover trail proc). None of the above needs to be done. All that is necessary is an option to require a double click to play cards. Single click views/previews. This is how Magarena works.Max mtg wrote:As far as I can see now, this is possible if the following conditions are met:noxxle wrote:Great idea.noxxle wrote:How about a tablet mode for touch screens? This can be done by requiring a double click for many of the things that a single click normally does. A single click instead functions as if floating the mouse cursor over the UI. Very handy for previewing cards. Shouldn't be hard to implement. I believe Magarena already has this feature.
* Forge server and client are separated into independent modules (are different programs but may load the same resources)
* A special mobile-friendly client is developed on HTML5, which is supported on every current and future platform.
* Java-powered server is placed somewhere near your tablet - on device itself if the latter can run java applications, or on a remote host - be it your computer or some dedicated server in the net.
That is the way it might work. The current forge application cannot run on mobile devices 'cause the libraries powering the UI are not supported on android or iphone.
- noxxle
- Posts: 13
- Joined: 24 Jun 2008, 15:46
- Has thanked: 0 time
- Been thanked: 0 time
Re: Feature Requests Thread
by friarsol » 22 Feb 2013, 20:08
Yea I think the primary difference here is Max was treating "tablet" to mean iPad or Android Tablet, but Winodws 8 tablets can install Java just fine, so can be left in this middle of the road scenario.noxxle wrote:
Forge runs great on my Thinkpad Tablet 2 (windows 8 tablet, x86 clover trail proc). None of the above needs to be done. All that is necessary is an option to require a double click to play cards. Single click views/previews. This is how Magarena works.
- friarsol
- Global Moderator
- Posts: 7593
- Joined: 15 May 2010, 04:20
- Has thanked: 243 times
- Been thanked: 965 times
Re: Feature Requests Thread
by Corwin72 » 22 Feb 2013, 21:13
Not sure if this is a true bug or a feature request.
When I check for images either with quest or card images there are cards that are not downloaded. I think that there should be a log created that would show the cards that are not downloaded. That would allow us to check the cards to make sure that they are correctly listed in the system or if it is an error on the file location side.
When I check for images either with quest or card images there are cards that are not downloaded. I think that there should be a log created that would show the cards that are not downloaded. That would allow us to check the cards to make sure that they are correctly listed in the system or if it is an error on the file location side.
-
Corwin72 - Posts: 793
- Joined: 15 Sep 2009, 13:26
- Location: Grayson, Ga
- Has thanked: 25 times
- Been thanked: 9 times
Who is online
Users browsing this forum: No registered users and 30 guests