It is currently 18 Jun 2025, 17:55
   
Text Size

Feature Requests Thread

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

Re: Feature Requests Thread

Postby friarsol » 19 Jul 2010, 14:37

Almost_Clever wrote:Of course, the game didn't realize you had won if you decked or poisoned the final boss in Shandalar. You got the same ending graphics and message that you would have if you had lost. I don't know if it were an oversight or a deliberate move on the part of the programmers, but they pretty much disallowed cheap wins.
Probably an oversight. The ending rolled and based the years banished on how much negative life you brought him to. So if you won by poison or decking, he would still have positive life so you wouldn't have banished him for long. It would probably read something like this in the code
Code: Select all
if (AI.Life > 0)
  failedQuest()
else
  wonQuest(50 - AI.life*5);
friarsol
Global Moderator
 
Posts: 7593
Joined: 15 May 2010, 04:20
Has thanked: 243 times
Been thanked: 965 times

Re: Feature Requests Thread

Postby Marek14 » 20 Jul 2010, 05:37

You could protect the final boss from decking by giving him the three Eldrazi titans - it can be dealt with, but it's hard.

The best strategy might be to give him a special card. For example something like this:

Protective Barrier
Artifact
0
Shroud
Protective Barrier is indestructible.
You can't lose the game and your opponents can't win the game.
At the beginning of your upkeep, if you have 0 or less life, exile Protective Barrier.
Marek14
Tester
 
Posts: 2772
Joined: 07 Jun 2008, 07:54
Has thanked: 0 time
Been thanked: 302 times

Re: Feature Requests Thread

Postby freestorageaccount » 20 Jul 2010, 05:52

Marek14 wrote:You could protect the final boss from decking by giving him the three Eldrazi titans - it can be dealt with, but it's hard.

The best strategy might be to give him a special card. For example something like this:

Protective Barrier
Artifact
0
Shroud
Protective Barrier is indestructible.
You can't lose the game and your opponents can't win the game.
At the beginning of your upkeep, if you have 0 or less life, exile Protective Barrier.
Hurkyl's Recall FTW! :lol: (This reminds me of the time I destroyed the mana pool or something similar.)
-- freestorageaccount (= accurate forge notes) This is not a subliminal message. At least for the prosilver theme.

The Great Wall of Bugs. Gando, you will not be forgotten.
And a chip off the old block.
User avatar
freestorageaccount
 
Posts: 246
Joined: 21 Sep 2009, 01:42
Location: Hilbert's Hotel
Has thanked: 1 time
Been thanked: 0 time

Re: Feature Requests Thread

Postby silly freak » 20 Jul 2010, 19:03

Marek14 wrote:You could protect the final boss from decking by giving him the three Eldrazi titans - it can be dealt with, but it's hard.

The best strategy might be to give him a special card. For example something like this:

Protective Barrier
Artifact
0
Shroud
Protective Barrier is indestructible.
You can't lose the game and your opponents can't win the game.
At the beginning of your upkeep, if you have 0 or less life, exile Protective Barrier.
actually, this "card" sounds much like some sort of vanguard. perhaps there is some way to code vanguards by just assuming that

  • it is a permanent
  • it is not affected by any effect
  • it has some abilities its controller may play
___

where's the "trust me, that will work!" switch for the compiler?
Laterna Magica - blog, forum, project, 2010/09/06 release!
silly freak
DEVELOPER
 
Posts: 598
Joined: 26 Mar 2009, 07:18
Location: Vienna, Austria
Has thanked: 93 times
Been thanked: 25 times

Re: Feature Requests Thread

Postby Marek14 » 21 Jul 2010, 07:16

How hard would be to add command zone? Once you have that, you can have effects sitting there, and nothing from outside can touch them.
Marek14
Tester
 
Posts: 2772
Joined: 07 Jun 2008, 07:54
Has thanked: 0 time
Been thanked: 302 times

Re: Feature Requests Thread

Postby psillusionist » 22 Jul 2010, 05:25

It would be cool if the AI had an upkeep and draw phase so I could do stuff to its permanents before it could play anything (i.e. tap a Priest of Titania with a Whipcorder before it can use its mana producing ability).
psillusionist
 
Posts: 70
Joined: 20 Jan 2010, 00:15
Has thanked: 0 time
Been thanked: 0 time

Re: Feature Requests Thread

Postby SoulStorm » 03 Aug 2010, 15:55

Add a quantity owned section to the card shop so you don't have to search your owned cards to see if you already have a full set of the cards offered for sale.

Mark cards won during quests as new.

Show new cards in the owned cards section of the card shop so that won cards that you don't want to keep can be easily sold.

Thanks!
SoulStorm
 
Posts: 423
Joined: 24 Jun 2010, 22:48
Has thanked: 16 times
Been thanked: 11 times

Re: Feature Requests Thread

Postby ProphetSword » 03 Aug 2010, 23:04

If possible, a feature I'd like to see would be card highlighting during combat. In other words, cards that are attacking are have a red highlighted border to show they are attacking (I don't know how many times I've missed a vigilance creature the AI sends my way because I didn't notice it was attacking). Cards blocking could have a border highlight of blue or green.
ProphetSword
 
Posts: 56
Joined: 13 Jul 2010, 18:20
Has thanked: 0 time
Been thanked: 2 times

Re: Feature Requests Thread

Postby Xitax » 06 Aug 2010, 03:54

Spell-casting streamlining:
More intelligent colored mana collection for casting costs: partially already done.

1) If you only need the colorless mana component of a spell don't ask which color mana you want from multi-color mana sources. Or, in a similar vein, if none of the colors fulfill a colored mana requirement, don't ask which color I want - just give me colorless mana.
2) When only one color from a multi-color source can apply to the current spell you're casting, auto-pick that color. (already done, if I cast Prickly Boggart using a Badlands, don't ask me if I want R or B).
3) Always apply mana to the colored requirement of a spell first, if possible (done?)
4) Find a better way of keeping track of snow-mana, the second mana pool card is annoying. I have no ideas - suggestions?
Xitax
 
Posts: 918
Joined: 16 May 2010, 17:19
Has thanked: 183 times
Been thanked: 133 times

Re: Feature Requests Thread

Postby Rob Cashwalker » 06 Aug 2010, 14:40

friarisol has been working on the manapool issues, along with paying for alternative costs. Some if this work has already been committed to the SVN.
The Force will be with you, Always.
User avatar
Rob Cashwalker
Programmer
 
Posts: 2167
Joined: 09 Sep 2008, 15:09
Location: New York
Has thanked: 5 times
Been thanked: 40 times

Re: Feature Requests Thread

Postby DemoneNero » 07 Aug 2010, 19:30

If you miss a card artwork (or a token) add a generic artwork (instead of using colored squares). You could use a HQ card back Image
Thanks
Hold The Heathen Hammer High
User avatar
DemoneNero
 
Posts: 91
Joined: 26 Jul 2010, 19:41
Location: Italy
Has thanked: 4 times
Been thanked: 1 time

Re: Feature Requests Thread

Postby Xitax » 08 Aug 2010, 00:11

If I wanted to go find a token for the wolf pet or plant wall from the Bazaar, what would I name the file so that Forge would find it?

Thanks!
Xitax
 
Posts: 918
Joined: 16 May 2010, 17:19
Has thanked: 183 times
Been thanked: 133 times

Re: Feature Requests Thread

Postby Almost_Clever » 08 Aug 2010, 01:04

Xitax wrote:If I wanted to go find a token for the wolf pet or plant wall from the Bazaar, what would I name the file so that Forge would find it?

Thanks!
I think all of the pets are:

b_1_1_crocodile_pet
b_2_1_crocodile_pet
b_3_1_crocodile_pet
b_3_1_crocodile_pet_swampwalk

g_0_1_plant_wall
g_0_2_plant_wall
g_0_3_plant_wall
g_1_3_plant_wall
g_1_3_plant_wall_deathtouch
g_1_4_plant_wall

g_1_1_wolf_pet
g_1_2_wolf_pet
g_2_2_wolf_pet
g_2_2_wolf_pet_flanking

r_1_1_hound_pet
r_1_1_hound_pet_haste
r_2_1_hound_pet
r_2_1_hound_pet_alone

w_0_1_bird_pet
w_1_1_bird_pet
w_2_1_bird_pet
w_2_1_bird_pet_first_strike
A woman came up to me and said / "I'd like to poison your mind / With wrong ideas that appeal to you / Though I am not unkind."
User avatar
Almost_Clever
Tester
 
Posts: 345
Joined: 15 Jan 2009, 01:46
Has thanked: 0 time
Been thanked: 0 time

Re: Feature Requests Thread

Postby Rob Cashwalker » 08 Aug 2010, 01:13

We will not be using card backs for missing artwork. If a card back were to be used for anything, it would be for the morphs and we have a neat token design that makes it easy to notice it's a morph..

I'll make up some new tokens for the hound and birds. In the helper files thread, I think I've already posted the wolf, plant and crocodile.
The Force will be with you, Always.
User avatar
Rob Cashwalker
Programmer
 
Posts: 2167
Joined: 09 Sep 2008, 15:09
Location: New York
Has thanked: 5 times
Been thanked: 40 times

Re: Feature Requests Thread

Postby Almost_Clever » 08 Aug 2010, 02:37

Rob Cashwalker wrote:We will not be using card backs for missing artwork. If a card back were to be used for anything, it would be for the morphs and we have a neat token design that makes it easy to notice it's a morph..

I'll make up some new tokens for the hound and birds. In the helper files thread, I think I've already posted the wolf, plant and crocodile.
There already are hound and bird tokens -- that's where I got the names. I assume Xitax wanted his own.
A woman came up to me and said / "I'd like to poison your mind / With wrong ideas that appeal to you / Though I am not unkind."
User avatar
Almost_Clever
Tester
 
Posts: 345
Joined: 15 Jan 2009, 01:46
Has thanked: 0 time
Been thanked: 0 time

PreviousNext

Return to Forge

Who is online

Users browsing this forum: No registered users and 50 guests

Main Menu

User Menu

Our Partners


Who is online

In total there are 50 users online :: 0 registered, 0 hidden and 50 guests (based on users active over the past 10 minutes)
Most users ever online was 4143 on 23 Jan 2024, 08:21

Users browsing this forum: No registered users and 50 guests

Login Form