You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe a forum or FAQ section will help people who want to use this project debug any issues they are having. I ask this mostly for myself as I am experiencing problems with the card creation process that are likely a human error that I haven't spotted from following the wiki. I feel most human errors will be able to be solved by simply having someone look over the code. Therefore they shouldn't be wrote up as issues as that will likely clog up the issues page.
The text was updated successfully, but these errors were encountered:
I'm not sure it is possible to open a forum here on GitHub, but a FAQ section on the wiki is indeed a good idea. For now, feel free to ask here about your problem. Later I'll gather the reported issues and format them into a proper FAQ section.
It has to do with assigning effects to cards. I created some cards following the Creating cards page as an example. I can get fabrica to see and create the project, but effects seem to be completely nonexistent despite matching the pattern given the example. Strangely enough, I changed my projects config to use the examples in the Complete Example page and while it runs without error, the cards simply don't show up in EDOpro. Attached are my 'config.toml's and my project
toml file as text files as github doesn't support toml files.
There does not seem to be any problem with your configurations. The card scripts created by YGOFabrica and placed under the project /script folder are just a template, it does not write the actual effects. It's just a convenience, since the game would complain if no script file was given for non-Normal Monster Cards.
I believe a forum or FAQ section will help people who want to use this project debug any issues they are having. I ask this mostly for myself as I am experiencing problems with the card creation process that are likely a human error that I haven't spotted from following the wiki. I feel most human errors will be able to be solved by simply having someone look over the code. Therefore they shouldn't be wrote up as issues as that will likely clog up the issues page.
The text was updated successfully, but these errors were encountered: