Game Development Community

Richard Foge's Forum Posts

Thread Post Date Posted
Settings Schema? Ha! That's totally it. Thanks!... read more 01/22/2007 (1:32 am)
Settings Schema? I can't find the deserialization for txscene files in the Spacewar demo. Does that only take place i... read more 01/21/2007 (11:55 pm)
Settings Schema? I'm just trying to figure out some of the XmlSerializer functionality so that I can mimic some of it... read more 01/21/2007 (11:45 pm)
RC3 - Object not showing up using .pickPoint Datablock is set up like so: [code] new t2dSceneObjectDatablock(PuzzlePiece){ // misc values s... read more 06/16/2006 (11:19 pm)
RC3 - Object not showing up using .pickPoint I think you are correct that this is probably the problem though, it's the only thing that appears t... read more 06/16/2006 (3:22 am)
RC3 - Object not showing up using .pickPoint Hrm... These pieces aren't in the level until run-time, so I really don't see where they could be... read more 06/16/2006 (3:17 am)
RC3 - Object not showing up using .pickPoint I didn't define the collision for these AFAIK, they're pretty much just image maps... And if you ... read more 06/16/2006 (2:03 am)
RC3 - Object not showing up using .pickPoint Also, when creating the objects I get this in output: t2dPhysics::setCollisionPolyCustom() - Poly... read more 06/15/2006 (11:49 pm)
Passing objects to clients via commandToClient? That's perfect, thanks!... read more 05/27/2006 (9:16 pm)
SceneWindow2D.loadLevel vs. sceneWindow2D.setSceneGraph(t2dScene Erk, when I use t2dScene.loadLevel(%level) the level doesn't load up. But it doesn't blitz t2dSce... read more 05/21/2006 (8:11 pm)
SceneWindow2D.loadLevel vs. sceneWindow2D.setSceneGraph(t2dScene Awesome, thanks! P.S. What the hell are you doing up so late? ;)... read more 05/21/2006 (10:34 am)
Still lost... The Strategy tutorial really is excellent. It covers a ton of concepts and explains a lot of little ... read more 04/28/2006 (11:19 pm)
Gui buttons not working I ran into this problem as well: [url=http://www.garagegames.com/mg/forums/result.thread.php?qt=4... read more 04/28/2006 (10:26 pm)
How do I load a level 2. You can enter "quit();" into the console to get it to close.... read more 04/14/2006 (12:42 am)
Problem with the Mouse callbacks Yup, that would be the same problem I encountered in my post: "GUI buttons broken? Or, Level Contro... read more 04/12/2006 (10:29 pm)
GUI buttons broken? Or, Level Control why have you forsaken me? It appears that if I run the game without the Level Builder my GUIs work as expected. If I toggle to... read more 04/11/2006 (5:39 am)
GUI buttons broken? Or, Level Control why have you forsaken me? Added a bunch of the basic mouse callback functions to see if I could debug this a little bit more. ... read more 04/11/2006 (12:54 am)