Game Development Community

Ted Southard's Forum Posts

Thread Post Date Posted
How do i package up my Torque3d game so that it goes to the internet and i can play it with my friends? @Adam: He originally posted this in a forum other than T3D, and Scott moved it to this forum so that... read more 03/22/2010 (6:56 am)
How do i make a computer controlled enemy in torque3d Firstly, you're posting in the TGE forums, not T3D, so you will want to move this thread. Secondl... read more 03/21/2010 (9:04 pm)
sorta new Use whichever 2D art package you're most comfortable with. I use Paint Shop Pro and Photoshop, but s... read more 03/18/2010 (7:58 pm)
uv menu script exporter problem plz help me This is probably handled better and faster on the Blender forums. Not that you can't find anyone her... read more 03/18/2010 (7:55 pm)
New Gaming Business is needing People Read here(closed) [quote]doing both will really speed up the time[/quote] Actually, it just doubles the workload fo... read more 03/16/2010 (6:50 am)
Pornographic games utilizing 3D technology [quote]But hey, any publicity is good publicity[/quote] Not true at all, which is why not every c... read more 03/15/2010 (8:32 am)
Torque 3D bits the dust? Do you have the latest drivers for your hardware?... read more 03/14/2010 (8:28 pm)
New Gaming Business is needing People Read here(closed) [quote]correct you are but there are always some people that lack that knowledge and want to have a ... read more 03/13/2010 (8:58 am)
New Gaming Business is needing People Read here(closed) If someone wants to build an MMO and hires a small team, then wouldn't they spend the same amount of... read more 03/12/2010 (10:53 pm)
Reducing draw calls / increasing performance Another tip I read somewhere was that you should make sure that your objects come in at a scale of &... read more 03/12/2010 (11:29 am)
Terrain problems - looking for a best solution 1) Also, scaling your objects down can also make the terrain bigger without increasing the size of t... read more 03/12/2010 (11:21 am)
GUI professional Needed - Programmer Is this a paid position?... read more 03/10/2010 (3:35 pm)
Is this possible? Mission jumping (Server to Server) I think that that is something you need to handle like any other game condition, since you're limiti... read more 03/09/2010 (10:52 am)
Is this possible? Mission jumping (Server to Server) Yeah, just make sure that if you're running your servers on a single physical box to give each serve... read more 03/09/2010 (10:31 am)
Is this possible? Mission jumping (Server to Server) Sure. You have to be running a dedicated server for each mission. Do a search for zoning or mission ... read more 03/09/2010 (8:54 am)
Concept Artist As the lead on Epic Frontiers, I can vouch for Damien's work. He's very attentive to detail, and oft... read more 03/07/2010 (6:08 am)
Character Interaction / Grabbing [quote]I just know the animating part is going to be the headache :-P[/quote] Yep. Do a search fo... read more 03/05/2010 (1:59 pm)
Character Interaction / Grabbing [quote]What about the character grabbing the NPC's hand and then run off still holding hands?[/quote... read more 03/05/2010 (12:09 pm)
Allowing player to go through walls? If it's only certain walls on the level, I would put triggers there. When the player enters the trig... read more 03/05/2010 (5:35 am)
Character Interaction / Grabbing I'm working on a similar feature for my own project, and how we're looking to go about it is to have... read more 03/05/2010 (5:20 am)
Populating a World/Zone with MySQL data? [quote]I guess in any real world setting these servers are likely all on the same local network, so ... read more 03/04/2010 (3:23 pm)
Populating a World/Zone with MySQL data? [quote]but couldn't you just put the clients on an account which has only read access, and only to s... read more 03/03/2010 (1:28 pm)
Populating a World/Zone with MySQL data? [quote]Wouldn't having the game perform remote database queries directly be considered unsafe?[/quot... read more 03/03/2010 (12:51 pm)
Populating a World/Zone with MySQL data? I actually use the ODBC resource (it's a carry-over from the previous versions of the engine, but it... read more 03/02/2010 (8:34 pm)
Connecting database to TGB That video is a guide to setting up a resource for which you need source code access. Since you a... read more 03/01/2010 (6:44 pm)
Looking for Programming Price Quotes for Space RPG/Adventure Email me at [email]Ted@DigitalFlux.com[/email] when you're ready to discuss specifics, or we can mee... read more 03/01/2010 (5:43 am)
Looking for Programming Price Quotes for Space RPG/Adventure [quote]So when you say "a lot," it sounds like you do have some idea in your head as to wh... read more 02/28/2010 (8:31 pm)
Looking for Programming Price Quotes for Space RPG/Adventure [quote]Any chance you can ballpark what "a lot" is, since getting even a vague number is t... read more 02/28/2010 (6:37 pm)
Looking for Programming Price Quotes for Space RPG/Adventure 1) Having taken a look at the two games you mentioned (though I haven't played them), I don't see wh... read more 02/28/2010 (5:57 am)
how do you do multi line text in the Gui There's a whole markup set that goes with them for links, colors, fonts, etc. The text in it wraps, ... read more 02/26/2010 (9:52 am)
how do you do multi line text in the Gui Tried using GuiMLTextCtrl?... read more 02/26/2010 (8:00 am)
WorldSize and ZoneSize 1) That's weird. When I walk off my terrain, I fall Wyle E. Coyote like... 2) There is a tile check... read more 02/26/2010 (6:32 am)
Torque 3d MySql connection Problem T3D doesn't have ODBC or SQL functionality out of the box. Do a search for ODBC and you'll find a fe... read more 02/25/2010 (5:22 am)
Connecting database to TGB As I explained, it does not support it without getting into the source code, which you don't have ac... read more 02/24/2010 (7:52 pm)
Connecting database to TGB Retchel: There is a resource for attaching to ODBC data sources that can do this. unfortunately, it ... read more 02/24/2010 (7:30 pm)
[Closed] [Volunteer] Need a coder for Mac compiling of T3D... And replied. Thanks :)... read more 02/24/2010 (7:25 pm)
Connection problem in MySQL [quote]Unable to instantiate non-conobject class DatabaseConnection[/quote] You say you're switch... read more 02/24/2010 (6:14 am)
Speedometer HELP for racing game in TGE! Just curious, but how'd you get the 1.5.2 without getting T3D?... read more 02/22/2010 (1:20 pm)
Different looking Gear (textures/Materials) Do a search for skinning and texture swapping in the resources and forum sections. There's a couple ... read more 02/16/2010 (1:23 pm)
Where can I find TGE download link?? T3D doesn't show up when I look at your profile, so if you bought T3D and don't see the link or the ... read more 02/13/2010 (10:57 am)
Just saying hi Long time to see, Ace!... read more 02/12/2010 (11:26 am)
Tutorials? You can also look at the TGE/TGEA tutorial sections in the online docs, since there's an 80-90% carr... read more 02/09/2010 (1:57 pm)
Using fileIO for RPG character data @Ki: Have you tried to make sure that Windows is not hiding any files? A .dat file might be consider... read more 02/09/2010 (1:53 pm)