mycard / srvpro

A server for YGOPro
GNU Affero General Public License v3.0
188 stars 76 forks source link

How do I make srvpro recognize my card scripts? #32

Closed botist closed 4 years ago

botist commented 4 years ago

Tried placing them in /ygopro-server/ygopro/expansions/ and /ygopro-server/ygopro/script/, no luck. Managed to get it to recognize the databases tho

mercury233 commented 4 years ago

ygopro/expansions/*.cdb ygopro/expansions/script/*.lua

botist commented 4 years ago

I tried placing them there too, at ygopro-server\expansions\script but nothing still

botist commented 4 years ago

The issue most likely was: the scripts weren't compatible with the server. Thanks @mercury233!