It is currently 19 Apr 2024, 06:04
   
Text Size

Help needed (images and data entry)

Discuss Upcoming Releases, Coding New Cards, Etc.
PLEASE DO NOT REPORT BUGS HERE!

Moderators: BAgate, drool66, Aswan jaguar, gmzombie, stassy, CCGHQ Admins

Help needed (images and data entry)

Postby jatill » 25 Jun 2010, 12:13

Hi friends. I am planning on adding some new cards soon, but I could use some help. First, here are card images I need for my next release.

Sarkhan the Mad
Extripate
Nostalgic Dreams
Urza's Bauble
Haunting Echoes
Quicksand
Stoneforge Mystic
Sign in Blood
Perish
Emrakul, teh Aeons Torn
Gideon Jura
Kazilek, the Butcher of Truth
Stroke of Genius
Chainer's Edict
Trygon Predator
Creakwood Liege
Eldrazi Conscription
Warpath Ghoul
Goblin Tunneler

Also, I could use some help with the card editor data entry for cards. If anyone knows how to do this and can spare some time, please let me know. I enjoy coding cards, but I hate doing the data entry. So if someone will do some of that work for me, we can expect a wave of new cards in the next month. Thanks in advance.
Last edited by jatill on 25 Jun 2010, 19:08, edited 1 time in total.
jatill
DEVELOPER
 
Posts: 2118
Joined: 24 Feb 2009, 16:35
Has thanked: 5 times
Been thanked: 17 times

Re: Help needed (images and data entry)

Postby Yggdrasil » 25 Jun 2010, 16:15

The 20 card images (in 288 x 232).

Sorry, Idon't know how to manage the card editor.
Yggdrasil
 
Posts: 124
Joined: 16 Mar 2010, 20:55
Location: France
Has thanked: 6 times
Been thanked: 1 time

Re: Help needed (images and data entry)

Postby jatill » 25 Jun 2010, 19:07

Yggdrasil wrote:The 20 card images (in 288 x 232).

Sorry, Idon't know how to manage the card editor.
Thanks. If someone wants to help, but doesn't know they card editor, they can always learn!
jatill
DEVELOPER
 
Posts: 2118
Joined: 24 Feb 2009, 16:35
Has thanked: 5 times
Been thanked: 17 times

Re: Help needed (images and data entry)

Postby taron » 27 Jun 2010, 09:56

I am willing to learn the card editor, Data entry is ass, I know from experience, but if it's for new cards for manalink, I'm sure I can grin and bear it :P

I'm assuming everything I need for this is on the wiki?
taron
 
Posts: 50
Joined: 17 Jan 2010, 17:35
Has thanked: 0 time
Been thanked: 0 time

Re: Help needed (images and data entry)

Postby jatill » 27 Jun 2010, 13:08

taron wrote:I am willing to learn the card editor, Data entry is ass, I know from experience, but if it's for new cards for manalink, I'm sure I can grin and bear it :P

I'm assuming everything I need for this is on the wiki?
Some, but some is just going to be learned from experience. The level 0 tutorial covers the most basic stuff, and that's on the wiki. The main trick is to find the most similar card to the one you're adding, and just copy it. Then you don't need to worry about the tricky fields like reserved information. If you want to give it a start with some few easy cards, here's the first group I'd like to code:

Spawn Token
Broodwarden
Nest Invader
Eldrazi Temple
Ugin's Eye
Umalog's Crusher
Artizan of Kozilek
Kozilek's Predator
Awakening Zone
Growth Spasm
Pelakka Wurm
Umalog
All is Dust
Last edited by jatill on 05 Jul 2010, 18:03, edited 1 time in total.
jatill
DEVELOPER
 
Posts: 2118
Joined: 24 Feb 2009, 16:35
Has thanked: 5 times
Been thanked: 17 times

Re: Help needed (images and data entry)

Postby taron » 27 Jun 2010, 16:37

Ok, I will give them a go over the next day and will give you a shout if I need some help with them.
taron
 
Posts: 50
Joined: 17 Jan 2010, 17:35
Has thanked: 0 time
Been thanked: 0 time

Re: Help needed (images and data entry)

Postby aww1979 » 27 Jun 2010, 22:38

I'm in favour of anything eldrazi-themed :D Timmy likes big eldrazi, Johnny likes comboing eldrazi, and Spike... well he likes Oath of Druids :)
aww1979
Tester
 
Posts: 1717
Joined: 03 Mar 2009, 19:36
Has thanked: 0 time
Been thanked: 2 times

Re: Help needed (images and data entry)

Postby taron » 28 Jun 2010, 09:40

Hm. Started working on the Eldrazi Spawn token and a Nest Invader, and got an error when running csv2dat.exe "ERROR at offset 0xD8B24!".

Trying to nut out what caused it.
taron
 
Posts: 50
Joined: 17 Jan 2010, 17:35
Has thanked: 0 time
Been thanked: 0 time

Re: Help needed (images and data entry)

Postby jatill » 28 Jun 2010, 12:13

taron wrote:Hm. Started working on the Eldrazi Spawn token and a Nest Invader, and got an error when running csv2dat.exe "ERROR at offset 0xD8B24!".

Trying to nut out what caused it.
You'll get an error like that anytime you enter invalid data. Unfortunately, there is no way to debug where the error came from. Usually you entered a non-number into a number field, or entered something like 08 when you really needed 8, etc. Best way to fix is roll back and try again :(

This error also happens if you reuse an id, or go past 2000, I think.
jatill
DEVELOPER
 
Posts: 2118
Joined: 24 Feb 2009, 16:35
Has thanked: 5 times
Been thanked: 17 times

Re: Help needed (images and data entry)

Postby taron » 28 Jun 2010, 13:04

I did entry 1999 and 2000 for use of the Token and Nest invader, because I'm not sure what we want to replace.

Edit:
Oh wait, I found some blank entires, from 901-908.
I will try make use of them. And I will leave out the Eldrazi token for now, seems a little more awkward, though I have some ideas on what to borrow the ability from.
taron
 
Posts: 50
Joined: 17 Jan 2010, 17:35
Has thanked: 0 time
Been thanked: 0 time

Re: Help needed (images and data entry)

Postby jatill » 28 Jun 2010, 13:09

taron wrote:I did entry 1999 and 2000 for use of the Token and Nest invader, because I'm not sure what we want to replace.

Edit:
Oh wait, I found some blank entires, from 901-908.
I will try make use of them. And I will leave out the Eldrazi token for now, seems a little more awkward, though I have some ideas on what to borrow the ability from.
Don't worry about what to replace. I'll use My2000 to take cards from your version and stick them where I want them.
jatill
DEVELOPER
 
Posts: 2118
Joined: 24 Feb 2009, 16:35
Has thanked: 5 times
Been thanked: 17 times

Re: Help needed (images and data entry)

Postby taron » 29 Jun 2010, 13:01

Hm, seem to have gotten the same error. Going to wipe the whole thing and start from scratch. Been following the tutorial + double checking everything.
taron
 
Posts: 50
Joined: 17 Jan 2010, 17:35
Has thanked: 0 time
Been thanked: 0 time

Re: Help needed (images and data entry)

Postby jatill » 29 Jun 2010, 13:40

taron wrote:Hm, seem to have gotten the same error. Going to wipe the whole thing and start from scratch. Been following the tutorial + double checking everything.
If you get stuck again, you can send me your csv and I can probably figure out which field is in error.
jatill
DEVELOPER
 
Posts: 2118
Joined: 24 Feb 2009, 16:35
Has thanked: 5 times
Been thanked: 17 times

Re: Help needed (images and data entry)

Postby jatill » 05 Jul 2010, 18:04

Are you making any progress taron, or have you given up? I have most of these cards coded now.
jatill
DEVELOPER
 
Posts: 2118
Joined: 24 Feb 2009, 16:35
Has thanked: 5 times
Been thanked: 17 times

Re: Help needed (images and data entry)

Postby Yggdrasil » 06 Jul 2010, 07:33

I also tried to make a card and I failed too. :?

First attempt, by following the level 0 tutorial, I got problem withe the step "Now for the odd part. Search for the card with the ID one less than your card's ID. Scroll down one more spot on the left and you should see 'Dummy'. Singleclick 'Dummy'. "
When I scrolled down, it wasn't a Dummy slot (and after that I hadn't any error message but I couldn't create the card).

Second attempt, I tried to directly replace Megrim by Liliana's Caress, but I had the same error than Taron when running csv2dat.exe "ERROR at offset 0xD8B24!".

This error also happens if you reuse an id, or go past 2000, I think.
I reused the same ID than Megrim, perhaps the problem come from here ? Tonight I'll try using one of the blank entries from 901-908 noticed by Taron. (I tried with 1999 in my first attempt, perhaps this ID isn't a good choice ?)
Yggdrasil
 
Posts: 124
Joined: 16 Mar 2010, 20:55
Location: France
Has thanked: 6 times
Been thanked: 1 time

Next

Return to Development

Who is online

Users browsing this forum: No registered users and 24 guests


Who is online

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

Login Form