Game Development Community

Kent Butler's Resources

TGE 1.5.2 Script Callback Manager for Event Listeners.

The CallbackManager object allows registration of sim objects as listeners for arbitrarily triggered script callback events. Similar to EventManger in Later versions of Torque. Any sim object can register for callback events and there can be multiple managers implemented within a game.

Author Kent Butler Date 11/29/2010 (6:23 am) Comment 0 comments

Joystick/Gamepad support with cursor/mouse button control.

This is essentially 2 resources: basic gamepad/joystick support and gamepad mouse emulator(virtual mouse). There is also an upgrade to the optionsDlg gui that support the virtual mouse and some other minor tweaks. It was set up to use as a quick drop-in when building a new project(or doing a rebuild).

Author Kent Butler Date 07/30/2008 (7:22 am) Comment 6 comments

Animated Skin

A little script to make a simple 2d animation display on the surface of a staticShape by cycling through a series of texture skins - kinda like an animated .gif.

Author Kent Butler Date 12/20/2007 (10:22 am) Comment 5 comments

Mod to Speedometer HUD, works with mounted players

A quick hack to allow the guiSpeedometer HUD work in a FPS game where a player is the control object mounted to a vehicle.

Author Kent Butler Date 11/12/2007 (1:45 pm) Comment 1 comments