![]() |
A complete/working byte based networking tut. - Printable Version +- Mirage Source (https://mirage-engine.uk/forums) +-- Forum: Mirage Source (Nostalgia) (https://mirage-engine.uk/forums/forumdisplay.php?fid=61) +--- Forum: Archive (2006-2011) (https://mirage-engine.uk/forums/forumdisplay.php?fid=18) +---- Forum: Resources (https://mirage-engine.uk/forums/forumdisplay.php?fid=49) +---- Thread: A complete/working byte based networking tut. (/showthread.php?tid=637) |
A complete/working byte based networking tut. - William - 12-01-2007 Ok, as everybody in the community knows, there are NO complete/working byte based tutorial for MSE. None. There are a few partial tutorials, but nothing decent. So this is my request. A real, complete, and working byte based networking tutorial. - Robin - 12-01-2007 Oh my god, you're so demanding ![]() - William - 12-01-2007 Not really. There are some partial and non working tutorials out there. It looks to be part of the next MSE version. But nobody took the time to actually complete a working tutorial yet ![]() This is for the community, not me, as I don't use it for VB. - grimsk8ter11 - 12-01-2007 If you mean sending byte arrays, that is because its ayy to long to put in a tutorial, and its so much work. - William - 12-01-2007 I was thinking more along the lines of the basics for client and server. Such as the needed classes/modules, and the method of converting a few commands on both client and server to use this. Explaining how it is done with these commands and things to watch out for ... a tutorial, not a complete code replacement ![]() This will get people started, and a light at the end of the tunnel. - grimsk8ter11 - 15-01-2007 Shannara Wrote:I was thinking more along the lines of the basics for client and server. Such as the needed classes/modules, and the method of converting a few commands on both client and server to use this. Verrigan's original tutorial did just that |