Thursday, January 12, 2012

YGOPro English translation preview


I have been working on translating the YGOPro interface to English. Because the next version of YGOPro will be more easier to translate, this incomplete translation will be abandoned. I do plan on releasing this after solving a few bugs.

More screenshots after the jump!






Also, I am planning on adding Tour Bus From the Underworld next. Leave a comment if you have a request for another TCG exclusive card.

20 comments:

Inox said...

Wow that's great..

This few days I've been doing some searching how to edit exe file or compile a source. Thanx to you, you've done it.

I hope you'll release it soon.

Anonymous said...

and anime only cards?? you can add???


for tcg exclusive please add sea lancer, adreus, lost blue breaker,alexandrite,wind up rabbit,
if its possible but the most wnated card for me is sea lancer

Anonymous said...

Try adding wind up zenmaines,ninja art of duplication and white ninja dragon for tcg cards i want to play.

Percival18 said...

I would rather not add anime only cards..

Anonymous said...

I was just wondering how did you add cards into the game it self? I been working on this for a week now and it's starting to bug me I know how to Change the Pics and the Scripting , but it still will not add into the game... What program do you use to open the Cards.CDB file? I would like to work with you in the future on a project hopefully. Please send me an e-mail back (zc320139@yahoo.com) Yes I'm English.

Percival18 said...

cards.cdb is a sqlite database file. You can open it with programs like SQLite Expert Professional.
The card will only show up in the game if you add a record in the 'datas' and 'texts' tables.

Anonymous said...

How do I add records in the Datas & Texts? Could u possibly make a Tutorial how to do it for me ? (zc320139@yahoo.com)

Anonymous said...

Never mind i figured it out , but it would be better to have a tutorial made for ppl who wants to use this for other purposes.

Anonymous said...

Okay so i figured how to do that , but how do u add effects to the cards ? (zc320139@yahoo.com)

Percival18 said...

Each card has its own lua file in the script folder. It is always named like this: c.lua For example, junk synchron can be found in the file c63977008.lua

How to program the card logic into the lua file you will need to find out yourself. I always look at cards that have a similar effect first. Like with Dolkka, I copied most of the code from Laggia and modified it.

Zach said...

thank you ! you been a big help !

Anonymous said...

how do you add cars to cars.cdb???

the type a are all numbers and attribute how do i know what is what????

Unknown said...

Is there any chance you can add some of my favourite dragons... Chthonian Emperor Dragon, Tiger Dragon or Strong Wind Dragon???

ShadowMan1989 said...

I'm trying to add a card, but the game keeps crashing. Can you tell me what the collumns setcode, type and category are? Kind of figure it out already but I don't know what number to fill in.

Percival18 said...

Try filling in all the columns in the 'texts' table to avoid crashes.

This is the information I got from looking at the source code. So this might not be 100% reliable.
setcode = archtype
type = card type (normal, effect, synchro, xyz etc.)
category = card filter categories (only necessary for deck edit screen)

ShadowMan1989 said...

Try filling in all the columns str in "texts" but still no good.
Still, thanks for your advice. I will try something else to get around.

Cheap Pop Man said...
This comment has been removed by the author.
Percival18 said...

Good news, Argon has added all the TCG exclusive cards already

Anonymous said...

there no scrap beast, that the key card for scrap deck...

Percival18 said...

I just checked and Scrap Beast is in the game. The search is case sensitive. For example "scrap beast" is different from "Scrap Beast"