Ken Ekeoha
Ken Ekeoha
I can't reproduce the issue on Windows either. ( tested on V 0.4.5 a924737 )
Hello @Maxai2, You are correct, due some dependencies, udp doesn't support the web platform for now. I'm not sure if I understand the question correctly, but broadcasting from port A...
Thank you @ydddx for reporting this. The issue has been addressed and fixed in version 5.0.2.
@constantin-ukr As a workaround, In the class `Quake2Sharp.qcommon.FS` I replaced the line: `FS.fs_userdir = Environment.GetFolderPath(Environment.SpecialFolder.UserProfile) + "/.Quake2Sharp";` with: `FS.fs_userdir = "C:/Quake2Sharp/baseq2";` and copied the contents of baseq2 into that path....