ygosharp icon indicating copy to clipboard operation
ygosharp copied to clipboard

A C# implementation of an ygopro duel server, using the ocgcore library.

Results 7 ygosharp issues
Sort by recently updated
recently updated
newest added

ygopro 2 client when its connecting to the server its showing OCG only and link rule game everything working for this point but after starting the duel the clients get...

Hi, I really like ygosharp and I think it's the cleanest code out there. I upgraded the wrapper to the newest .NET core but I get an AccessViolation error on...

After compiling the OCGcore library and "YGOSharp.sln", I get this error when starting "YGOSharp.exe": `Unhandled Exception: System.BadImageFormatException: An attempt was made to load a program with an incorrect format. (Exception...

I'd like to develop a new GUI, is there anyway to develop a new communication protocol that sends out JSON payloads over data buffers?

enhancement

https://github.com/IceYGO/ygosharp/blob/e178db1c82250f7c3e4590d93d77c01b5d42f689/YGOSharp/Player.cs#L164 Is it possible to send a message to the end user that their version is incorrect? Would relieve much frustration.

enhancement

Adds a way for server side overwrites of specific lua files by checking if the script is in one directory, then a secondary one before ultimately failing out. This allows...