It is currently 16 Apr 2024, 04:38
   
Text Size

Implementing NEW stuff to Magarena

Moderators: ubeefx, beholder, melvin, ShawnieBoy, Lodici, CCGHQ Admins

Re: Implementing NEW stuff to Magarena

Postby ShawnieBoy » 23 Apr 2014, 20:50

I guess an update on the TestScenarios and suicide attacks is warranted:

All my theories were wrong, and I've even tried (to the best of my ability) to replicate play states in test scenarios for each player, (cards in hand, permanents in play, life, turn number) Although generating a complete deck order for Testing is a bit much, even for me!

Haven't been able to make the AI do it again :(
User avatar
ShawnieBoy
Programmer
 
Posts: 601
Joined: 02 Apr 2012, 22:42
Location: UK
Has thanked: 80 times
Been thanked: 50 times

Re: Implementing NEW stuff to Magarena

Postby frank » 24 Apr 2014, 03:20

Care to tell, what >>exactly<< you're looking for?
frank
 
Posts: 46
Joined: 24 Mar 2014, 00:59
Has thanked: 8 times
Been thanked: 2 times

Re: Implementing NEW stuff to Magarena

Postby hong yie » 24 Apr 2014, 05:08

frank wrote:Care to tell, what >>exactly<< you're looking for?
maybe to replicate the decision made by suspected "stupid AI" ?
decision made by AI, in theory should be replicable. since its "artificial". :)
from my experience so far, this suicide decision seemed to occur mostly after turn 6(turn 12 in Magarena). decisions made in earlier turn seemed very deadly & competitive. maybe this what makes the replication harder, to imitate exact condition when the decision was made.
User avatar
hong yie
Programmer
 
Posts: 216
Joined: 10 Mar 2013, 06:44
Location: Jakarta
Has thanked: 75 times
Been thanked: 9 times

Re: Implementing NEW stuff to Magarena

Postby ShawnieBoy » 24 Apr 2014, 13:43

hong yie wrote:
frank wrote:Care to tell, what >>exactly<< you're looking for?
maybe to replicate the decision made by suspected "stupid AI" ?
decision made by AI, in theory should be replicable. since its "artificial". :)
from my experience so far, this suicide decision seemed to occur mostly after turn 6(turn 12 in Magarena). decisions made in earlier turn seemed very deadly & competitive. maybe this what makes the replication harder, to imitate exact condition when the decision was made.
Yup, that's what I've been looking for. Those 'suicide attacks' that appear to serve no purpose, but for the AI to have its attacking creatures die. There's something happening, but it's near impossible to 'make' the AI do it again. I've essentially been attempting to replicate a game save-state in a TestScenario. It sometimes feels as though the AI knows I'm watching...
User avatar
ShawnieBoy
Programmer
 
Posts: 601
Joined: 02 Apr 2012, 22:42
Location: UK
Has thanked: 80 times
Been thanked: 50 times

Re: Implementing NEW stuff to Magarena

Postby frank » 24 Apr 2014, 14:06

"It sometimes feels as though the AI knows I'm watching..." if that were to be true, then kudos to Melvin!

But then again, I don't understand, why you wouldn't be able to replicate. For me it seems pretty common that the AI make attack decisions which don't serve any purpose other than to get rid of its own creatures.
frank
 
Posts: 46
Joined: 24 Mar 2014, 00:59
Has thanked: 8 times
Been thanked: 2 times

Re: Implementing NEW stuff to Magarena

Postby ShawnieBoy » 24 Apr 2014, 18:25

frank wrote:"It sometimes feels as though the AI knows I'm watching..." if that were to be true, then kudos to Melvin!

But then again, I don't understand, why you wouldn't be able to replicate. For me it seems pretty common that the AI make attack decisions which don't serve any purpose other than to get rid of its own creatures.
That's kinda the point - if it could be replicated, it could be fixed as we could work out what's causing it. But as we (so far) can't, it's still eluding us as to why the AI is doing it.

There's a difference between making an attack that fails so you can do something with creatures in a graveyard etc. and just doing something a bit stupid.
User avatar
ShawnieBoy
Programmer
 
Posts: 601
Joined: 02 Apr 2012, 22:42
Location: UK
Has thanked: 80 times
Been thanked: 50 times

Re: Implementing NEW stuff to Magarena

Postby frank » 25 Apr 2014, 19:56

Glasses of Urza. just found out that AI likes to attack senselessly, if it has ninjutsu cards on hand...
frank
 
Posts: 46
Joined: 24 Mar 2014, 00:59
Has thanked: 8 times
Been thanked: 2 times

Re: Implementing NEW stuff to Magarena

Postby ShawnieBoy » 25 Apr 2014, 20:22

frank wrote:Glasses of Urza. just found out that AI likes to attack senselessly, if it has ninjutsu cards on hand...
Is that the creatures being ninja'd in are poor attackers? Otherwise it's kind of a good bluff.
User avatar
ShawnieBoy
Programmer
 
Posts: 601
Joined: 02 Apr 2012, 22:42
Location: UK
Has thanked: 80 times
Been thanked: 50 times

Re: Implementing NEW stuff to Magarena

Postby frank » 25 Apr 2014, 21:20

attacked with augury owl once, had an silent-blade oni on hand, then atacked with a bane-alley broker (ZERO power) and had a mistblade on hand... gonna test that again (and always put on protective eyewear)
frank
 
Posts: 46
Joined: 24 Mar 2014, 00:59
Has thanked: 8 times
Been thanked: 2 times

Re: Implementing NEW stuff to Magarena

Postby ShawnieBoy » 26 Apr 2014, 16:05

Changing NINJUTSU_CONDITION to a new MagicTiming will prob help.

Edit: Actually, removing the condition entirely, you can't activate abilities during the combat damage or end of combat steps, they're only for triggered abilities and effects.
User avatar
ShawnieBoy
Programmer
 
Posts: 601
Joined: 02 Apr 2012, 22:42
Location: UK
Has thanked: 80 times
Been thanked: 50 times

Re: Implementing NEW stuff to Magarena

Postby hong yie » 06 May 2014, 06:18

can we add support for multiple (up to 4) pictures for a card in Magarena ?
it would be fun to see several different "mons goblin raider" in play right? :)

just an idea,
User avatar
hong yie
Programmer
 
Posts: 216
Joined: 10 Mar 2013, 06:44
Location: Jakarta
Has thanked: 75 times
Been thanked: 9 times

Re: Implementing NEW stuff to Magarena

Postby Huggybaby » 03 Jun 2017, 18:30

This is an old topic. ;)

I use the arrow keys to advance through phases. When I draw a card, and it zooms up above the playfield, I have to click to proceed (or wait for the timeout) and put the card in my hand, which breaks my flow. I'd like it if right arrow would work as well as a click.

Thanks!
User avatar
Huggybaby
Administrator
 
Posts: 3205
Joined: 15 Jan 2006, 19:44
Location: Finally out of Atlanta
Has thanked: 696 times
Been thanked: 594 times

Re: Implementing NEW stuff to Magarena

Postby Lodici » 03 Jun 2017, 21:12

Huggybaby wrote:This is an old topic. ;)

I use the arrow keys to advance through phases. When I draw a card, and it zooms up above the playfield, I have to click to proceed (or wait for the timeout) and put the card in my hand, which breaks my flow. I'd like it if right arrow would work as well as a click.

Thanks!
Good point, I have raised issue #1141 to address this. Currently, the space key will work.
User avatar
Lodici
Programmer
 
Posts: 399
Joined: 13 Oct 2013, 09:44
Has thanked: 29 times
Been thanked: 71 times

Re: Implementing NEW stuff to Magarena

Postby Huggybaby » 03 Jun 2017, 22:12

Thank you.
User avatar
Huggybaby
Administrator
 
Posts: 3205
Joined: 15 Jan 2006, 19:44
Location: Finally out of Atlanta
Has thanked: 696 times
Been thanked: 594 times

Re: Implementing NEW stuff to Magarena

Postby jerichopumpkin » 04 Jan 2018, 14:51

Since lately the number of curses has risen, I was wondering if "enchant player" is planned in the near future
jerichopumpkin
 
Posts: 212
Joined: 12 Sep 2013, 11:21
Has thanked: 19 times
Been thanked: 13 times

PreviousNext

Return to Magarena

Who is online

Users browsing this forum: No registered users and 20 guests


Who is online

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

Login Form