mycard / srvpro

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

YGOPro client game requirement #53

Closed IntinteDAO closed 2 years ago

IntinteDAO commented 2 years ago

Hi. Unfortunately the README is in Chinese (I think).

As some people remember I make my own assets for YGOPro to make the game fully FLOSS (in short, my own cards). The client I base the game on is a clean version of the YGOPro client (Fluorohydride/ygopro).

SRVPro in the wiki runs by default (?) on YGOPro from Moecube. Will this version work properly with the pure YGOPro Client? Or is it possible to adapt Pure YGOPro and it will work?

IntinteDAO commented 2 years ago

Game works on Moecube version, but still it's nice to port somehow pure version of YGOPro

mercury233 commented 2 years ago

srvpro use a modified version of ygopro to serve as server (one ygopro process for one room), but the client can be any variant of ygopro whose protocol is compatible with the original ygopro. BTW, the Moecube version of ygopro client is generally same as the original ygopro.

IntinteDAO commented 2 years ago

@mercury233 Thanks for reply. I runned successfully server on moecube, but not on pure YGOPro. Maybe I should also set something in config file, cause I didn't set anything.

But thanks!