View Single Post
Red Adept
Junior Member
 
Join Date: Feb 2010
Posts: 4

Old August 12th, 2010, 11:06 AM
Well, add me to the list of someone who's trying to add bmp images to the data files.

I'm working on converting/cleaning up the Shadowfist files and want to use this feature. What am I doing wrong?

The files in this example are jam.bmp and tech.bmp and are both in the game directory as stated in the .def file.

Quote:
<card id="std001" name="$10,000 Man" description="Jury-rigged Cyborg\nCannot turn to heal."
flavor="&quot;We don&apos;t have the technology, but what the heck, let&apos;s try and rebuild him anyway.&quot;">
<artwork unique="1" artistid="a0000" name="Dan Frazier"/>
<tag group="edition" tag="stl"/>
<tag group="type" tag="char"/>
<tag group="faction" tag="Jam"/>
<tag group="res_con" tag="Tech" name="{bmp tech}"/>
<tag group="cost" tag="4"/>
<tag group="res_prov" tag="Jam" name="{bmp jam}"/>
<tag group="res_prov" tag="Tech" name="{bmp tech}"/>
<tag group="fighting" tag="6"/>
<tag group="rarity" tag="U"/>
<tag group="special" tag="Toughness1" name="Toughness: 1"/>
</card>
I'm reviewing the magic data files and an example there is:
Quote:
<card id="1e001" name="Air Elemental" description="Flying" flavor="" languages="en">
<artwork unique="1" languages="en" styles="normal" artistid="artist0000" name="Richard Thomas" description="" url="www.wizards.com/global/images/magic/1E/air_elemental.jpg"/>
<tag group="type" tag="creature"/>
<tag group="color" tag="blue"/>
<tag group="edition" tag="1E"/>
<tag group="rarity" tag="Uncommon"/>
<tag group="frequency" tag="uncomm1" name="Uncommon 1"/>
<tag group="number" tag="0"/>
<tag group="cost" tag="3UU" name="3{bmp U}{bmp U}"/>
<tag group="total" tag="5"/>
<tag group="blue" tag="2"/>
<tag group="clear" tag="3"/>
<tag group="power" tag="4"/>
<tag group="tough" tag="4"/>
<tag group="class" tag="class00000" name="Elemental"/>
<tag group="special" tag="flying"/>
<tag group="theme" tag="theme0000" name="Elemental"/>
</card>
Any tips on what I'm doing wrong?

Thanks!
Red Adept is offline   #7 Reply With Quote