It is currently 06 Sep 2025, 21:43
   
Text Size

Modified Text/Mana Overlay" setting [SVN#22546]

Post MTG Forge Related Programming Questions Here

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

Modified Text/Mana Overlay" setting [SVN#22546]

Postby spr » 11 Jul 2013, 23:11

Hi,

I have replaced the "Text/Mana Overlay" setting with individual toggle settings for Card Name, P/T and Mana Cost overlays. By default, all settings are on so you will not notice anything different.

Cheers,
Steve
User avatar
spr
 
Posts: 213
Joined: 06 Jul 2013, 19:31
Has thanked: 28 times
Been thanked: 60 times

Re: Modified Text/Mana Overlay" setting [SVN#22546]

Postby Xitax » 12 Jul 2013, 01:12

I don't know if I'd be alone in this, but I'd like to have the mana display while in my hand, but not on the battlefield. Opposite for P/T.

IMHO... while we're talking about it... 8-[
Xitax
 
Posts: 918
Joined: 16 May 2010, 17:19
Has thanked: 183 times
Been thanked: 133 times

Re: Modified Text/Mana Overlay" setting [SVN#22546]

Postby spr » 12 Jul 2013, 08:35

Hi Xitax,

Good point! I would omit the mana cost on the battlefield too. I will add it to my ToDo list. To implement I guess you would have two groups of settings - one for the Hand and another for the Battlefield. Is it likely this might be a requirement for any other zones? ie...

Code: Select all
public enum ZoneType {
    Hand(true),
    Library(true),
    Graveyard(false),
    Battlefield(false),
    Exile(false),
    Command(false),
    Stack(false),
    Sideboard(true),
    Ante(false),
    SchemeDeck(true),
    PlanarDeck(true);
    ...
Cheers,
Steve
User avatar
spr
 
Posts: 213
Joined: 06 Jul 2013, 19:31
Has thanked: 28 times
Been thanked: 60 times

Re: Modified Text/Mana Overlay" setting [SVN#22546]

Postby Marek14 » 12 Jul 2013, 11:24

Would it be possible to have overlay displaying the number of counters? When there are 4+, the graphic is the same, so a number might be used to distinguish them.
Marek14
Tester
 
Posts: 2773
Joined: 07 Jun 2008, 07:54
Has thanked: 0 time
Been thanked: 303 times

Re: Modified Text/Mana Overlay" setting [SVN#22546]

Postby Max mtg » 12 Jul 2013, 12:54

spr, no other zones except Hand and Battlefield show cards with CardPanels - so no other zones need special settings
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: Modified Text/Mana Overlay" setting [SVN#22546]

Postby moomarc » 13 Jul 2013, 05:23

Max mtg wrote:spr, no other zones except Hand and Battlefield show cards with CardPanels - so no other zones need special settings
Wouldn't ante cards also need seeing as they have their own dock where you can see them?
-Marc
User avatar
moomarc
Pixel Commander
 
Posts: 2091
Joined: 04 Jun 2010, 15:22
Location: Johannesburg, South Africa
Has thanked: 371 times
Been thanked: 372 times

Re: Modified Text/Mana Overlay" setting [SVN#22546]

Postby Max mtg » 13 Jul 2013, 12:19

Afair, there are plain images drawn in the ante panel. They aren't supposed to be played, so a single picture seems enough to me.
Single class for single responsibility.
Max mtg
Programmer
 
Posts: 1997
Joined: 02 Jul 2011, 14:26
Has thanked: 173 times
Been thanked: 334 times


Return to Developer's Corner

Who is online

Users browsing this forum: No registered users and 42 guests

Main Menu

User Menu

Our Partners


Who is online

In total there are 42 users online :: 0 registered, 0 hidden and 42 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 42 guests

Login Form