Page 60 of 102

Re: Card Creation Request Thread

PostPosted: 21 May 2013, 17:28
by NEMESiS
Another "minor" issue, the game cuts the image in half and compresses it. :lol:

Image

Re: Card Creation Request Thread

PostPosted: 21 May 2013, 18:01
by thefiremind
I'm afraid it means that lands can't have full art in DotP2013 no matter what. :(

Re: Card Creation Request Thread

PostPosted: 21 May 2013, 18:07
by NEMESiS
thefiremind wrote:I'm afraid it means that lands can't have full art in DotP2013 no matter what. :(
Yeah, I figured that was the end of the road on that one. Thanks for all your help though. I am going to just add the art of the Return to Ravnica/Ravnica City Guilds art instead:

ImageImage
Image
Image
Image

Re: Card Creation Request Thread

PostPosted: 21 May 2013, 19:03
by NEMESiS
Ok Success. The new lands have been implemented:

Image


For anyone that wants these new lands just download this deck:

http://www.mediafire.com/download/kwvjs ... ERMIND.wad


It also contains a new loading screen and new planeswalker personas to choose from. :D

Re: Card Creation Request Thread

PostPosted: 21 May 2013, 19:50
by RiiakShiNal
NEMESiS wrote:EDIT: If anyone still has DotP 2010 I would appreciate it if you can give me the TDX images for the Heart of Worlds deck.
Here is the art for Plains and Forest from the Heart of Worlds deck.
NEMESiS wrote:Another "minor" issue, the game cuts the image in half and compresses it.
Did you try adjusting the Masks as well?
G_BASIC_LAND_FULL_MASK.TDX -> G_BASIC_LAND_MASK.TDX
W_BASIC_LAND_FULL_MASK.TDX -> W_BASIC_LAND_MASK.TDX

Re: Card Creation Request Thread

PostPosted: 21 May 2013, 21:10
by Scion of Darkness
Just a question i know tdx are 512x376 or multiples oficial 4 does the game accepts smaller sizes ? M14 slivers crops loose quality when i stretch them

Re: Card Creation Request Thread

PostPosted: 21 May 2013, 21:41
by thefiremind
Scion of Darkness wrote:Just a question i know tdx are 512x376 or multiples oficial 4 does the game accepts smaller sizes ? M14 slivers crops loose quality when i stretch them
It should accept smaller sizes as long as they are multiples of 4 (and try to keep the proportions, 512x376 is about 1.36:1, otherwise the card will stretch them), but you'll see the bad quality when you zoom the card anyway.

Re: Card Creation Request Thread

PostPosted: 22 May 2013, 03:01
by Blue Ghost
Hi, a few requests/questions:

Would it be possible to code Immerwolf and Moonmist? I can make new Werewolves extrapolating from the existing ones, but I wouldn't know how to do those two.

And is it possible to code Maze's End, specifically the checking for gates with different names?

Re: Card Creation Request Thread

PostPosted: 22 May 2013, 03:17
by NEMESiS
RiiakShiNal wrote:
NEMESiS wrote:EDIT: If anyone still has DotP 2010 I would appreciate it if you can give me the TDX images for the Heart of Worlds deck.
Here is the art for Plains and Forest from the Heart of Worlds deck.
NEMESiS wrote:Another "minor" issue, the game cuts the image in half and compresses it.
Did you try adjusting the Masks as well?
G_BASIC_LAND_FULL_MASK.TDX -> G_BASIC_LAND_MASK.TDX
W_BASIC_LAND_FULL_MASK.TDX -> W_BASIC_LAND_MASK.TDX
Thank you Riiak but I am still missing the frames for the Mountain, Island and Swamp not to mention I was not able to find the last island image. With that said, thefiremind mentioned that we cannot force the game to use one particular frame so how did 2010 manage that with Heart of Worlds?

EDIT: I tested it with the land masks and nothing happened, it still cuts off in half. Also the images you gave me from 2010 are not compatible, they actually look worst. Thanks for helping me anyways.

Re: Card Creation Request Thread

PostPosted: 22 May 2013, 05:43
by drleg3nd
any word on the guildgates and maze end ? i'm curious if they are available

Re: Card Creation Request Thread

PostPosted: 22 May 2013, 06:33
by Master Necro
drleg3nd wrote:any word on the guildgates and maze end ? i'm curious if they are available
I'm making all the guildgates and they will be in my new released decks in a week or so. :wink:

I am having problems creating Svogthos, the Restless Tomb , because I don't know how to code "This creature's power and toughness are each equal to the number of creature cards in your graveyard.", the only similar code I found is with Consuming Aberration and I don't know how to edit it so it works for my graveyard and only creature cards.

Code: Select all
  <STATIC_ABILITY active_zone="ZONE_ANY">
    <LOCALISED_TEXT LanguageCode="en-US"><![CDATA[Consuming Aberration’s power and toughness are each equal to the number of cards in your opponents’ graveyards.]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="fr-FR"><![CDATA[Consuming Aberration’s power and toughness are each equal to the number of cards in your opponents’ graveyards.]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="es-ES"><![CDATA[Consuming Aberration’s power and toughness are each equal to the number of cards in your opponents’ graveyards.]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="de-DE"><![CDATA[Consuming Aberration’s power and toughness are each equal to the number of cards in your opponents’ graveyards.]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="it-IT"><![CDATA[Consuming Aberration’s power and toughness are each equal to the number of cards in your opponents’ graveyards.]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="jp-JA"><![CDATA[Consuming Aberration’s power and toughness are each equal to the number of cards in your opponents’ graveyards.]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="ko-KR"><![CDATA[Consuming Aberration’s power and toughness are each equal to the number of cards in your opponents’ graveyards.]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="ru-RU"><![CDATA[Consuming Aberration’s power and toughness are each equal to the number of cards in your opponents’ graveyards.]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="pt-BR"><![CDATA[Consuming Aberration’s power and toughness are each equal to the number of cards in your opponents’ graveyards.]]></LOCALISED_TEXT>
    <CONTINUOUS_ACTION layer="7A">
    local total = 0 
    local filter = Object():GetFilter() 
    filter:Clear() 
    filter:SetControllersTeam( EffectController():GetTeam() )
    filter:AddExtra( FILTER_EXTRA_FLIP_TEAM )
    filter:SetZone( ZONE_GRAVEYARD ) 
    filter:NotTargetted() 
    total = filter:Count()   
    local characteristics = Object():GetCurrentCharacteristics() 
    characteristics:Power_Set(total) 
    characteristics:Toughness_Set(total)
    </CONTINUOUS_ACTION>
  </STATIC_ABILITY>
Please help.

Re: Card Creation Request Thread

PostPosted: 22 May 2013, 06:55
by NEMESiS
Master Necro wrote:
drleg3nd wrote:any word on the guildgates and maze end ? i'm curious if they are available
I'm making all the guildgates and they will be in my new released decks in a week or so. :wink:

I am having problems creating Svogthos, the Restless Tomb , because I don't know how to code "This creature's power and toughness are each equal to the number of creature cards in your graveyard.", the only similar code I found is with Consuming Aberration and I don't know how to edit it so it works for my graveyard and only creature cards.

Code: Select all
  <STATIC_ABILITY active_zone="ZONE_ANY">
    <LOCALISED_TEXT LanguageCode="en-US"><![CDATA[Consuming Aberration’s power and toughness are each equal to the number of cards in your opponents’ graveyards.]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="fr-FR"><![CDATA[Consuming Aberration’s power and toughness are each equal to the number of cards in your opponents’ graveyards.]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="es-ES"><![CDATA[Consuming Aberration’s power and toughness are each equal to the number of cards in your opponents’ graveyards.]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="de-DE"><![CDATA[Consuming Aberration’s power and toughness are each equal to the number of cards in your opponents’ graveyards.]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="it-IT"><![CDATA[Consuming Aberration’s power and toughness are each equal to the number of cards in your opponents’ graveyards.]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="jp-JA"><![CDATA[Consuming Aberration’s power and toughness are each equal to the number of cards in your opponents’ graveyards.]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="ko-KR"><![CDATA[Consuming Aberration’s power and toughness are each equal to the number of cards in your opponents’ graveyards.]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="ru-RU"><![CDATA[Consuming Aberration’s power and toughness are each equal to the number of cards in your opponents’ graveyards.]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="pt-BR"><![CDATA[Consuming Aberration’s power and toughness are each equal to the number of cards in your opponents’ graveyards.]]></LOCALISED_TEXT>
    <CONTINUOUS_ACTION layer="7A">
    local total = 0 
    local filter = Object():GetFilter() 
    filter:Clear() 
    filter:SetControllersTeam( EffectController():GetTeam() )
    filter:AddExtra( FILTER_EXTRA_FLIP_TEAM )
    filter:SetZone( ZONE_GRAVEYARD ) 
    filter:NotTargetted() 
    total = filter:Count()   
    local characteristics = Object():GetCurrentCharacteristics() 
    characteristics:Power_Set(total) 
    characteristics:Toughness_Set(total)
    </CONTINUOUS_ACTION>
  </STATIC_ABILITY>
Please help.
Try this:

Code: Select all
  <STATIC_ABILITY filter_zone="ZONE_IN_PLAY">
    <CONTINUOUS_ACTION layer="7A">
    local total = 0 
    local filter = Object():GetFilter() 
    filter:Clear() 
    filter:SetZone( ZONE_GRAVEYARD ) 
    filter:AddCardType( CARD_TYPE_CREATURE )
    filter:SetPlayer( EffectController() )
    filter:NotTargetted() 
    total = filter:Count()   
    local characteristics = Object():GetCurrentCharacteristics() 
    characteristics:Power_Set(total) 
    characteristics:Toughness_Set(total)
    </CONTINUOUS_ACTION>
  </STATIC_ABILITY>

Re: Card Creation Request Thread

PostPosted: 22 May 2013, 08:23
by Master Necro
Works like a charm! :) Thanks man!

Re: Card Creation Request Thread

PostPosted: 22 May 2013, 16:14
by RiiakShiNal
NEMESiS wrote:Thank you Riiak but I am still missing the frames for the Mountain, Island and Swamp not to mention I was not able to find the last island image. With that said, thefiremind mentioned that we cannot force the game to use one particular frame so how did 2010 manage that with Heart of Worlds?

EDIT: I tested it with the land masks and nothing happened, it still cuts off in half. Also the images you gave me from 2010 are not compatible, they actually look worst. Thanks for helping me anyways.
DotP 2010 allowed for specifying card frames so in 2010 framing was just an issue of finding or creating an appropriate frame then specifying it in the card's xml (using the FRAMECOLOUR tag). 2013 does not allow us to specify the frames in the card xml so we can't force specific frames.

As for the images I gave you the original DotP 2010 images which have a black box around the actual image, it should be relatively easy to convert them to PNG and crop out the actual image to use.

Since using the land masks didn't work then that probably means we have a model issue, I'm not sure if the game still uses the CARD_FLAND.CNT model definition and if it does it may be structured differently from the CARD_FLAND.CNT used by DotP 2010 so they may not be interchangeable.

Re: Card Creation Request Thread

PostPosted: 22 May 2013, 21:35
by AriesKiki
May I request Blood Speaker, Master of Cruelties and Havoc Demon? Thanks in advance :)