Game Development Community

Ryan Roper's Forum Posts

Thread Post Date Posted
$Game::DefaultScene mysterously changing value I've been having the same issue with Torsion and TGB. Sometimes I hit run in Torsion and it errors o... read more 02/06/2012 (1:53 pm)
Some template questions Unfortunately that page seems like it's no longer available. I've been having that problem with TDN ... read more 12/24/2008 (2:00 pm)
Some template questions This can be deleted or whatever, I've figured out an answer for some of my questions and figured out... read more 12/24/2008 (12:53 pm)
TGE to TGEA upgrade Question Thanks again.... read more 12/22/2008 (7:45 pm)
TGE to TGEA upgrade Question I just looked at my profile and apparently I own a license for 1.4.2. So if I bought the 1.4 to 1.5 ... read more 12/22/2008 (3:25 pm)
TGE to TGEA upgrade Question I'm sorry but how do you upgrade from TGE to TGEA? I can't find anything on the website about it and... read more 12/22/2008 (3:00 pm)
How to find on what tile a point is on a rotated tilemap? From what I can tell, tilemap.PickTile(Vector2) should work since it gives you back the tile at spec... read more 12/19/2008 (4:51 pm)
Multiple animations for a single sprite Thanks, apparently I forgot about that tutorial even though I just went over it a few days ago. T... read more 01/09/2008 (8:01 pm)
T2D Turn Based MP I took a socket library wrapper I wrote and added it to the T2D engine. Then I created a server exec... read more 11/30/2005 (12:39 pm)
Can t2d do 2d mmorpgs? Except add water solutions will never "work" when you are trying to make money. Take MUD's for insta... read more 10/11/2005 (11:42 am)
Can t2d do 2d mmorpgs? If you aren't a programmer, and I assume the CEO friend isn't either, you aren't going to make an mm... read more 10/07/2005 (2:40 pm)
Can t2d do 2d mmorpgs? I have created a server for what could be deemed a space based mmorpg. I bought T2d a while back and... read more 10/07/2005 (12:38 pm)
Problem with tilemaps and scrolling. Well, I'm using Torque2d as a client for my multiplayer space based game. I want to have a truly hug... read more 07/22/2005 (11:13 am)
Problem with tilemaps and scrolling. Ok, I worked it out. I can just use the setAutoPan, and update it when the player's "speed" changes.... read more 07/22/2005 (10:58 am)
Problem with tilemaps and scrolling. Well, now I still have the original problem which is, how do I move the background without moving th... read more 07/22/2005 (10:26 am)
Problem with tilemaps and scrolling. Ok, I figured it out. Johns post from [url=http://www.garagegames.com/mg/forums/result.thread.php?q... read more 07/22/2005 (9:35 am)
Yet another basic tutorial problem... Yes, the code isn't in the example/T2d directory that comes with the source.... read more 07/15/2005 (12:17 pm)
Instantiating T2D datablocks in C++ Yeah, I had already figured out how I needed to do it. I also found out that datablocks hold static ... read more 07/14/2005 (8:31 am)
What problems have you run into programming T2D with C++ ? Yeah, I just pushed through it. I added in my networking library and exposed an object to the torque... read more 07/11/2005 (12:06 pm)
What problems have you run into programming T2D with C++ ? The most frustrating thing for me is the lack of documentation, and the fact that the search engine ... read more 07/11/2005 (10:08 am)
Instantiating T2D datablocks in C++ Ok, so once you do that to create the datablock in C++ how do you go about inserting it into to the ... read more 07/10/2005 (1:34 pm)