Mirage Source
Sox - 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: General (https://mirage-engine.uk/forums/forumdisplay.php?fid=17)
+---- Thread: Sox (/showthread.php?tid=778)



Sox - Harry - 02-03-2007

Could someone please give me a download to Sox, i can't find it, and i don't think its in the new version of vbgore.


- Obsidian - 02-03-2007

I'm pretty sure it is included in vbGore... i think spodi even included the modified source that he's using...


- Spodi - 02-03-2007

You can find the original on http://www.pscode.com. Obsidian is right, I do have a heavily modified version of it that is a lot more game-oriented if you want to use that. It goes right into the project as a module instead of as an OCX, which is nice because it removes the OCX dependency and the overhead from it, but can be a bit of a pain debugging... if you have ever debugged with subclassing in a project, you know what I'm talking about. :wink: It also removes the 4-byte packet header, and has much faster sending/receiving.


- Harry - 02-03-2007

Is this in the latst version of vbgore? =D


- Spodi - 02-03-2007

Sure is. It has built in support for encryption key rotation, so you'd either have to add the encryptions module, too, or just remove that part of the code. :wink: