Jump to content
  • 0

Adding Cards to YGOPro


blaze.

Question

Are there any users here who can program YGOPro cards? I have SQLite, but most of the tutorials I've found are a bit confusing... if someone can just tell me how to view cards that are already programmed into the game, or lead me in the direction of an in-depth tutorial, I think I'd be much better off.

 

Thanks in advance!

 

EDIT: If this should be posted somewhere else, please lock/move.

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

Well basically, I need to know what to type for effects. I'm at the step of actually creating the effects of the cards. I know you need to type things like "defup" for defense-increasing effects, "destroy" for destruction effects, etc. I don't know some of the more complicated effects, like "cannot be Special Summoned from the graveyard" or "Special Summon 1 ____ from your graveyard" etc. It would really help if I could view a list of effect things like "defup" and such, and also view existing cards in YGOPro, so I could take parts of their coding.

Link to comment
Share on other sites

There is a whole forum for this. xD
http://www.ygopro.co/ - YGOPro (English version)'s official website

A program that can directly add cards without need for SQLite Editing (This ONLY CREATES A CARD ENTRY, NOT THE ACTUAL EFFECT!)
http://www.ygopro.co/tabid/95/g/posts/t/281/YGOPro-Card-Editor.aspx

A tutorial to add cards using an SQLite editor and program their actual effects
http://www.ygopro.co/tabid/95/g/posts/t/120/Adding-cards-to-YGOPro--Tutorial.aspx

The scripts for the official cards are in the "scripts" folder. :D

Read both tutorials thoroughly, and with one-two days of practice you should find it easy to make simple cards. :) Most of the time it's just that you have to find existing cards with similar effects, and then use their code to construct your own cards. It's not easy, but don't be intimidated.

Good luck.

Link to comment
Share on other sites

 

There is a whole forum for this. xD
http://www.ygopro.co/ - YGOPro (English version)'s official website

A program that can directly add cards without need for SQLite Editing (This ONLY CREATES A CARD ENTRY, NOT THE ACTUAL EFFECT!)
http://www.ygopro.co/tabid/95/g/posts/t/281/YGOPro-Card-Editor.aspx

A tutorial to add cards using an SQLite editor and program their actual effects
http://www.ygopro.co/tabid/95/g/posts/t/120/Adding-cards-to-YGOPro--Tutorial.aspx

The scripts for the official cards are in the "scripts" folder. :D

Read both tutorials thoroughly, and with one-two days of practice you should find it easy to make simple cards. :) Most of the time it's just that you have to find existing cards with similar effects, and then use their code to construct your own cards. It's not easy, but don't be intimidated.

Good luck.

Thanks, these sources are helping a lot! After reading through the tutorials, I figured out how to view code from other cards, so I'm taking bits and pieces of code from other cards with LuaEdit to try and make some simple cards. :D

 

judas is right follow those instructions and you will be fine if you ever find you want an effect another card doesnt have give me a pm and i will see what i can do

All right, thank you very much! If I ever find that an effect is truly bewildering me, I'll shoot you a message.

Link to comment
Share on other sites

I have a friend who knows a bit about programing the cards for DevPro but she's doing finals until (late) Friday night.

We use them in our RP to give cards their anime effects when we need to duel, though I think she's programmed a few other created cards. I do not know the extent of her programing skills.

tl;dr - I know of a person, but she won't be available to Friday. Do you have any specific questions you'd like me to ask?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

Guest
This topic is now closed to further replies.
×
×
  • Create New...