top of page

How to Remove the Gobble Gum Widget

NOTE

 

All LUA tutorials require L3AKMOD. Follow the tutorial on how to install it HERE.


This tutorial requires you to have a custom HUD set up for your map. If you don't have one, follow this tutorial HERE.




SCRIPT

 

Navigate to your mapname.lua HUD file and open it.


Find the following line and place two dashes "--" before it to comment it out:

HudRef:addElement(GumWidget)

It should look like this:


--HudRef:addElement(GumWidget)

That's it!

Related Posts

See All

Installing L3akMod for LUA

NOTE If you're doing anything with LUA, such as custom perk icons or a custom HUD, you NEED L3akMod. Download L3eakMod HERE. You will also need BOTH VS 2015 and 2013 runtimes (x64 editions): 2015 2013

Setting up a Custom HUD

NOTE All LUA tutorials require L3AKMOD. Follow the tutorial on how to install it HERE. Download the required files HERE (From D3V Team). Open it up and drag the folder into your mapname folder. SCRIPT

bottom of page