Code Editing Tutorials
Disabling the Goobers

The code here tells the game that he does NOT search for the parameter "Goobers" or the Shift-etc. code. You can use the Tab keys right away.

Step 1. Go to your source code directory and open the file WL_PLAY.C.

Step 2. Go to line 823. You should now see this:

if (Keyboard[sc_Tab] && DebugOk)

replace that with:

if (Keyboard[sc_tab])

Step 3. Save the file and compile. Now there's no need for GOOBERS or [LShift + Alt + Backspace] anymore! Just use the Tab function for the cheats. Have fun!
 


 

Get back to the Dome tutorials
Jump to the top