It is currently 22 Jun 2025, 00:50
   
Text Size

Achivement discussion

Post MTG Forge Related Programming Questions Here

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

Re: Achivement discussion

Postby timmermac » 06 Nov 2014, 21:20

Or you can Vampire Hexmage it.
"I just woke up, haven't had coffee, let alone a pee in 7 days, and I find out you stole my ass and made a ...mini-me! Carter, I should be irked currently, yes?" - Jack O'Neill
User avatar
timmermac
Tester
 
Posts: 1512
Joined: 17 May 2010, 20:36
Has thanked: 18 times
Been thanked: 95 times

Re: Achivement discussion

Postby Fizanko » 06 Nov 2014, 21:56

I wish i had this card the last time i tried to free Marit Lage :D
probably outdated by now so you should avoid : Innistrad world for Forge (updated 17/11/2014)
Duel Decks for Forge - Forge custom decks (updated 25/10/2014)
User avatar
Fizanko
Tester
 
Posts: 780
Joined: 07 Feb 2014, 11:24
Has thanked: 155 times
Been thanked: 94 times

Re: Achivement discussion

Postby drdev » 13 Nov 2014, 00:40

Jak wrote:The ultimate of Vraska the Unseen does not trigger the achievement. Won a game with one of her assassin tokens but no achievement. :(

edit: The same goes for Tezzeret, Agent of Bolas or do you need to kill with his ultimate and not only after it with another attack?
These two achievements are now fixed. The problem with Tezzeret was that its ultimate wasn't flagged as with "Ultimate $ True" in its script. I also decided to fix Gideon the same way by flagging its last ability as an ultimate even though it costs nothing to use. It seemed strange to have a single planeswalker as the outlier for achievements sake. It'll just be an easy one to earn.

As for Vraska, the issue was actually an improper "," in the name used for the achievement dictionary key as well as the image file. I've removed the "," from the dictionary key so that achievement can be earned, but you need to rename the image file to get the trophy image to show up for it.

Could somebody with access to the latest achievement images upload please update that file's name so its fixed for people that download the images going forward?
drdev
Programmer
 
Posts: 1958
Joined: 27 Jul 2013, 02:07
Has thanked: 189 times
Been thanked: 565 times

Re: Achivement discussion

Postby Marek14 » 08 Jan 2015, 09:18

Ugin achievement suggestion:

Ugin's Anti-Ultimatum
A ragtag band of misfits, brought from the future...
Marek14
Tester
 
Posts: 2772
Joined: 07 Jun 2008, 07:54
Has thanked: 0 time
Been thanked: 302 times

Re: Achivement discussion

Postby Agetian » 16 Jan 2015, 18:05

Marek14 wrote:Ugin achievement suggestion:

Ugin's Anti-Ultimatum
A ragtag band of misfits, brought from the future...
I added this achievement to the code (an example picture attached). Its name may be just a tad bit long (it almost fits but it does escape the boundaries of the achievement title box by a pixel or two).

Ugin, the Spirit Dragon.png
Ugin, the Spirit Dragon.png (31.21 KiB) Viewed 6361 times


- Agetian
Agetian
Programmer
 
Posts: 3487
Joined: 14 Mar 2011, 05:58
Has thanked: 683 times
Been thanked: 569 times

Re: Achivement discussion

Postby swordshine » 17 Jan 2015, 02:49

Commander 2014 planeswalkers (Daretti, Nixilis, Freyalise, Nahiri) need achievements.
swordshine
 
Posts: 682
Joined: 11 Jul 2010, 02:37
Has thanked: 116 times
Been thanked: 87 times

Re: Achivement discussion

Postby Agetian » 17 Jan 2015, 03:21

swordshine wrote:Commander 2014 planeswalkers (Daretti, Nixilis, Freyalise, Nahiri) need achievements.
I can code those in if someone provides me with good names and subtitles for them. :) Marek, do you have any good ideas for those?

- Agetian
Agetian
Programmer
 
Posts: 3487
Joined: 14 Mar 2011, 05:58
Has thanked: 683 times
Been thanked: 569 times

Re: Achivement discussion

Postby Marek14 » 18 Jan 2015, 08:22

ok, let me see... thought I did those already :)

Daretti's Recycling Center
Save the environment!

Ob Nixilis's Black Oath
We all have to bring sacrifices sometimes.

Freyalise's Big Party
Let's celebrate each and every one of you!

Nahiri's Gift
I pulled it out! Now I'm a king!
Marek14
Tester
 
Posts: 2772
Joined: 07 Jun 2008, 07:54
Has thanked: 0 time
Been thanked: 302 times

Re: Achivement discussion

Postby Agetian » 18 Jan 2015, 09:50

Marek14 wrote:Daretti's Recycling Center
Save the environment!

Ob Nixilis's Black Oath
We all have to bring sacrifices sometimes.

Freyalise's Big Party
Let's celebrate each and every one of you!

Nahiri's Gift
I pulled it out! Now I'm a king!
Nice ones! Here are some problems with them:
Daretti's title is too long ("Daretti's Recycling Center") and doesn't fit by several characters. Turning it into "Daretti's Recycling" helps fix it, but I'm not sure if that would work - what do you think? Also, Ob Nixilis's title is also a bit long but if we turn it into just "Nixilis's Black Oath" it works - would that be fine in your opinion?

- Agetian
Agetian
Programmer
 
Posts: 3487
Joined: 14 Mar 2011, 05:58
Has thanked: 683 times
Been thanked: 569 times

Re: Achivement discussion

Postby Marek14 » 19 Jan 2015, 07:42

How about "Daretti's Recycler"?

As for Ob Nixilis, it sounds good.
Marek14
Tester
 
Posts: 2772
Joined: 07 Jun 2008, 07:54
Has thanked: 0 time
Been thanked: 302 times

Re: Achivement discussion

Postby Agetian » 19 Jan 2015, 07:58

Marek14 wrote:How about "Daretti's Recycler"?

As for Ob Nixilis, it sounds good.
Yep sounds good! :) I committed the changes necessary to support C14 commanders. Freyalise's Big Party is also a couple pixels long, but it practically fits (please take a look in the game) - if it's a bit much, maybe just Freyalise's Party would do?

P.S. Is anyone able to come up with the pictures for these? My artistic skills are not that great to be honest, I can only come up with the basic crops from the cards or something like that.

- Agetian
Agetian
Programmer
 
Posts: 3487
Joined: 14 Mar 2011, 05:58
Has thanked: 683 times
Been thanked: 569 times

Re: Achivement discussion

Postby Marek14 » 07 Feb 2015, 19:56

Here's an idea for Commander achievements: achievements for defeating a deck with certain Commander by a deck with another specific Commander. Would have three degrees: simple win, win with your Commander on the battlefield and win due to Commander damage.

Combinations for achievements would be roughly three types:

1. Story fights: Commanders that went against each other during their respective stories. For example Mangara of Corondor vs. Kaervek the Merciless or Darien, King of Kjeldor vs. Lim-Dul, the Necromancer. Or even Karn, Silver Golem vs. Memnarch. Or, for laughs, Blind Seer vs. Mishra, Artificer Prodigy.
2. "Mirror matches", with two versions of the same character, for example Mikaeus the Lunarch vs. Mikaeus the Unhallowed or Ascendant Evincar vs. Crovax, Ascendant Hero. Or Ob Nixilis of the Black Oath vs. Ob Nixilis, the Fallen
3. Characters that just seem similar or that seem to have interesting interactions, for example Memnarch vs. Arcum Daggson, Nicol Bolas vs. Ulamog, the Infinite Gyre, present Khans vs. past Khans, etc.

While the number of these achievements should be kept limited, what could be included in higher numbers would be "banter", basically some funny quotes displayed before the game. Those would be kept in a database that could be expanded indefinitely. Canonical fights (like Narset, Enlightened Master vs. Zurgo Helmsmasher or Nath of the Gilt-Leaf vs. Rhys the Exiled) would get quotes from the novels/other sources.

Some examples:
Mirri, Cat Warrior vs. Ascendant Evincar
Crovax: They say cats have nine lives, but I am quite sure you've already exhausted all of yours.
Mirri: Pitiful fool. Was all this false power worth the cost?

Norin the Wary vs. any huge, inhuman monster
Norin: Oh... I don't like the sight of this...

Visara the Dreadful vs. Kamahl, Pit Fighter
Visara: Oh, how delightful. Another fool for my statue garden.
Kamahl: Not today. The crowd chants MY name!
Marek14
Tester
 
Posts: 2772
Joined: 07 Jun 2008, 07:54
Has thanked: 0 time
Been thanked: 302 times

Re: Achivement discussion

Postby drdev » 05 Apr 2015, 03:42

Evidence of why achievements can add a layer of fun.

Screenshot_2015-04-04-22-31-46.png

Yes, that's -746 life with a non-infinite deck. Here's the decklist for those curious.

Green Counters | Open
Main:
4 Avatar of the Resolute
4 Cytoplast Root-Kin
4 Hardened Scales
4 Inspiring Call
4 Kalonian Hydra
4 Predator Ooze
4 Reverent Hunter
4 Strangleroot Geist
4 Tuskguard Captain
24 Forest
drdev
Programmer
 
Posts: 1958
Joined: 27 Jul 2013, 02:07
Has thanked: 189 times
Been thanked: 565 times

Re: Achivement discussion

Postby Agetian » 10 May 2015, 05:16

Does anyone have any good ideas about achievement names and descriptions for Dragons of Tarkir planeswalker ultimates? (there are two IIRC - Narset Transcendent and Sarkhan Unbroken).

- Agetian
Agetian
Programmer
 
Posts: 3487
Joined: 14 Mar 2011, 05:58
Has thanked: 683 times
Been thanked: 569 times

Re: Achivement discussion

Postby Frgrbrgr » 10 May 2015, 14:49

Agetian wrote:Does anyone have any good ideas about achievement names and descriptions for Dragons of Tarkir planeswalker ultimates? (there are two IIRC - Narset Transcendent and Sarkhan Unbroken).

- Agetian
Narset:
Narset's Advantage
Hey, at least you tried.

Sarkhan Unbroken:
Sarkhan's Summoning
Say hello to my not-so-little friends.
Frgrbrgr
 
Posts: 29
Joined: 02 Feb 2015, 19:05
Has thanked: 5 times
Been thanked: 2 times

PreviousNext

Return to Developer's Corner

Who is online

Users browsing this forum: No registered users and 49 guests

Main Menu

User Menu

Our Partners


Who is online

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

Login Form