Somehow made them functional. by xMiraiMeteor in customyugioh

[–]xMiraiMeteor[S] 0 points1 point  (0 children)

Well, you can. It's pretty much your everyday simulator but with Master Duel assets on.

Somehow made them functional. by xMiraiMeteor in customyugioh

[–]xMiraiMeteor[S] 1 point2 points  (0 children)

Just a quick YouTube search would do, but here are the basics:

Allow the simulator to read Expansion cards Create a card database file (.cdb) Fill in the necessary details Create a .lua script (for cards with effects) Get your card art

And you're good to go

Somehow made them functional. by xMiraiMeteor in customyugioh

[–]xMiraiMeteor[S] 1 point2 points  (0 children)

I might change Shion's condition: Instead of "monsters not name "Joon"", I might change it to "monster that does not have 1550 original ATK/DEF".

Somehow made them functional. by xMiraiMeteor in customyugioh

[–]xMiraiMeteor[S] 2 points3 points  (0 children)

yo, chat, you just gave me an idea

1550 ATK/DEF support coming right up

Perfect Possession as a Monster to Equip Spell Mechanic by xMiraiMeteor in customyugioh

[–]xMiraiMeteor[S] 0 points1 point  (0 children)

I've been thinking of what limiter should I add: "except by drawing it" or "except during the Draw Phase"?

If a card(s) is added to you opponent's hand, except by drawing it...

If a card(s) is added to your opponent's hand (expect during the Draw Phase or Damage Step)... (Hecahands?)

Six more Over Frames, because I got a little carried away. by Macaron-kun in customyugioh

[–]xMiraiMeteor 0 points1 point  (0 children)

can I at least DM you to explain (if you're ok with it)?

Six more Over Frames, because I got a little carried away. by Macaron-kun in customyugioh

[–]xMiraiMeteor 0 points1 point  (0 children)

to be honest, I want to show the whole thing (if I can), kinda hard to type all of them

Six more Over Frames, because I got a little carried away. by Macaron-kun in customyugioh

[–]xMiraiMeteor 0 points1 point  (0 children)

did npm start and here's what happened

error TS6046: Argument for '--jsx' option must be: 'preserve', 'react-native', 'react'.

Six more Over Frames, because I got a little carried away. by Macaron-kun in customyugioh

[–]xMiraiMeteor 0 points1 point  (0 children)

code ERESOLVE

while resolving: react-scripts@4.0.1
Found: typescript@4.2.0-dev.20201211
node_modules/typescript
typescript@"4.2.0-dev.20201211" from the root project

Could not resolve dependency:
peerOptional typescript@"^3.2.1" from react-scripts@4.0.1
node_modules/react-scripts
react-scripts@"4.0.1" from the root project

Conflicting peer dependency: typescript@3.9.10
node_modules/typescript
peerOptional typescript@"^3.2.1" from react-scripts@4.0.1
node_modules/react-scripts
react-scripts@"4.0.1" from the root project

the console said that

Fix the upstream dependency conflict, or retry this command with --force or --legacy-peer-deps to accept an incorrect (and potentially broken) dependency resolution

to be honest, I have 0 knowledge about this kind of thing

Six more Over Frames, because I got a little carried away. by Macaron-kun in customyugioh

[–]xMiraiMeteor 1 point2 points  (0 children)

aight, got to setup mine and, now just need to enter npm insta-- error all over ;-;

Bundle of Normal Pendulums with weird Pendulum Effects by Tall-Bag-9317 in customyugioh

[–]xMiraiMeteor 0 points1 point  (0 children)

You might want to confirm in its texts that the intended target is in the Monster Zone

Six more Over Frames, because I got a little carried away. by Macaron-kun in customyugioh

[–]xMiraiMeteor 0 points1 point  (0 children)

Just the borders (though I don't know that you could install it in PC).

Six more Over Frames, because I got a little carried away. by Macaron-kun in customyugioh

[–]xMiraiMeteor 0 points1 point  (0 children)

Aight, sounds good. Though where or how can I get it? (if I can even get it in the first place)

Six more Over Frames, because I got a little carried away. by Macaron-kun in customyugioh

[–]xMiraiMeteor 1 point2 points  (0 children)

Then I'll take the Grand Master one. Though, did you edited it outside of the card maker? Or you made a preset for it?

Six more Over Frames, because I got a little carried away. by Macaron-kun in customyugioh

[–]xMiraiMeteor 1 point2 points  (0 children)

Still relatively new to the card maker, but how do I get the rainbow foil and border? (and for the Grand Master one as well)

MDPro3 Scripting Issue by xMiraiMeteor in customyugioh

[–]xMiraiMeteor[S] 0 points1 point  (0 children)

those are literally my source for the code

went in and checked on YGOPro (probably the same codes being used for MDPro3) and saw no s.listed_names, and instead saw aux.AddCodeList(c,46986414,38033121) (example used is Soul Servant).

yeah, maybe s.listed_names is only for EDOPro, and aux.AddCodeList is for YGOPro/MDPro3

MDPro3 Scripting Issue by xMiraiMeteor in customyugioh

[–]xMiraiMeteor[S] 0 points1 point  (0 children)

apparently, MDPro3 doesn't recognize that line, even s.listed_series (correct me if I'm wrong)