Page 1 of 1

How to disable Package Download

Posted: Wed Aug 27, 2014 1:59 pm
by Hanfling
Quick and dirty:
Get hexed
Add this command to your make file or whatever you use to build your Package.

Code: Select all

hexed -e 8 00 HX.u
Note: If you have other package flags like PKG_ClientOptional you need to modify the 00 value.

If you have native code this will prevent other player not having the Native.dll from trying to join and crashing when trying to bind to Native.dll.