Game Development Community

Kerry Enfinger's Forum Posts

Thread Post Date Posted
Torque 3D Community Edition Discussion Thread I agree with the fix and streamline argument. The codebase is old and has had numerous programmers ... read more 06/10/2012 (10:08 pm)
Torque 3D Community Edition Activation I would definitely like to lend a hand. k.enfinger@alteredrealitysoftware.com ... read more 06/05/2012 (9:53 pm)
Torque 3D Add-on Integrator Tomer, I have the experience and tools to do the work for you. I would need to buy some of the a... read more 05/12/2012 (5:02 pm)
Is Torque3D appropriate? Use the Empty Template to generate a blank project. ... read more 04/10/2012 (4:28 pm)
need programer 600$ budget Email sent.... read more 02/28/2012 (10:20 pm)
need programer 600$ budget Do you have an email address to reply to? ... read more 02/28/2012 (10:41 am)
Can someone skilled at C++ tell me what I did wrong here? Not offhand. Are you still getting a memory leak with this function?... read more 02/17/2012 (9:45 pm)
Can someone skilled at C++ tell me what I did wrong here? Looking at just the code you posted, there is memory being allocated on the heap by using "mall... read more 02/17/2012 (3:29 am)
can't install No problem. Now you can embark on the journey of source code modification. It's a rewarding experien... read more 01/29/2012 (3:36 pm)
can't install Yep. C++. ... read more 01/25/2012 (8:04 pm)
can't install You will have to have a compiler to incorporate GMK into the source code. You can download Visual S... read more 01/24/2012 (9:58 pm)
can't install You have to add the source code to the engine and recompile the dll. This is usually done using Visu... read more 01/22/2012 (7:25 am)
can't install Shane, What kind of errors are you getting when compiling the source code? ... read more 01/21/2012 (9:39 pm)
GMK 1.2.11 install with Torque3D 1.2 problem Thanks for the heads up, deepscratch. ... read more 12/20/2011 (4:03 pm)
t3d 1.1 compil errors Thanks for the info, Scott. While I use VS2010, I wasn't aware of that issue with VS2005. ... read more 12/11/2011 (1:48 pm)
Continuos player movement Setup a boolean variable to be tested in the key's function. You should be able to then kill the key... read more 12/08/2011 (3:23 pm)
Anybody able to develop and run T3D on Mac OSX Lion? I would never disable my antivirus to install ANY software. The BSODs may very well be caused by low... read more 12/05/2011 (10:28 am)
t3d 1.1 compil errors Try installing T3D in the default directory (C:/Torque) instead of your Program Files(x86) directory... read more 12/03/2011 (5:14 am)
Installation exe will not install Just to make sure, you have 1.2Tb of free space and not a total hard drive space of 1.2Tb?... read more 12/02/2011 (12:04 pm)
Installation exe will not install Do you have the necessary free space available for the installation?... read more 12/02/2011 (7:07 am)
nonTorque Related C# Use a static class. Check the link for an excellent example. [url]http://www.daniweb.com/softwar... read more 11/21/2011 (3:45 pm)
Error in PlayGui There are more than problems with syntax in your script. You are comparing an integer value and the... read more 11/20/2011 (9:24 pm)
Learning Scripting : Odd mouse question Try onMouseDown and onMouseUp for the left mouse functions. There is no onLeftMouseDown or onLeftMo... read more 11/16/2011 (8:58 pm)