Bag disabling

07/15/2020 13:54 theunrealz#1
I heared the bag has alot of bugs and duplication, any idea how to disable it?
07/15/2020 20:55 Offspringfan1234#2
In FuncApplet.cpp disable this:
line 230
Code:
AddAppletFunc( AppMain_BagEx       , APP_BAG_EX                , _T( "WndBagEx" )       , _T( "Icon_BagBag.tga"    )    , GETTEXT(TID_APP_BAG_EX), 'B' );
Furthermore see WndBagEx.h / .cpp
And I recommend you to check all dependencies on the bag so you dont run into any crashes.
07/15/2020 21:02 Drabur#3
Disable it in the server not only client side.