How to disable Package Download

A refuge for those migrating from the fallen DXEditing.com and a place for general discussion relating to Deus Ex editing (coding, mapping, etc).
Post Reply
Hanfling
MJ12
Posts: 406
Joined: Sun Oct 04, 2009 6:54 pm

How to disable Package Download

Post 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.
I demand my DXE User ID back. Launcher for DeusEx, Rune, Nerf, Unreal & Botpack. HX on Mod DB. Revision on Steam.
Post Reply