mb's Forum Posts
| Thread | Post | Date Posted |
|---|---|---|
| Drawing a simple 2d image on screen | Try this: [url]http://www.garagegames.com/community/resources/view/15072[/url]... read more | 02/02/2009 (10:18 am) |
| Level and characters moddeling | You don't create objects in the game engine. You import them after creating them in either a BSP ed... read more | 01/08/2009 (9:57 am) |
| Combining projects | WinMerge works.... read more | 12/28/2008 (10:24 am) |
| Alternate Weapon Fire | Kevin, you might need to implement a melee resource for that, or you can do it by casting a ray and ... read more | 12/18/2008 (9:24 am) |
| How to do a Missile Launcher? | Go here for a rocket launcher tutorial: [url]http://www.codesampler.com/torque.htm[/url]... read more | 12/12/2008 (9:16 am) |
| Defautl 3th person camera | You can set to 3rd person with: %clientConn.setFirstPerson(false);... read more | 11/24/2008 (7:42 am) |
| Blender dif/map | Blender tutorials on exporting with materials here: [url]http://www.users.on.net/~symes/gamedev/vide... read more | 11/24/2008 (6:33 am) |
| Getting rid of terrain | Delete it in the worldbuilder?... read more | 11/24/2008 (6:28 am) |
| Plumber game | I thought this was gonna be a serious post about making a game where you fix people toilets & sinks.... read more | 11/13/2008 (8:38 am) |
| Is landscape possible with Vue | I'm sure its possible if you can export the terrain as a heightmap or something. I've only seen whe... read more | 11/05/2008 (10:40 am) |
| DTS Blender exporter error | [url]http://nsa03.casimages.com/img/2008/11/04/081104021659270463.jpg [/url] the links not worki... read more | 11/04/2008 (7:31 am) |
| How can i write this program with torque script | Look in the defaultbinds.cs file on the client/server .... read more | 11/03/2008 (9:54 am) |
| I Need A Website designer (will pay % of website monthly gross) | @ J.P. Berry I think this is it: [image]http://news.filefront.com/wp-content/uploads/2007/11/team-a... read more | 11/02/2008 (7:10 pm) |
| I Need A Website designer (will pay % of website monthly gross) | Curious: [url]http://www.getafreelancer.com/projects/Website-Design-Logo-Design/Need-Website-Desi... read more | 11/02/2008 (3:24 pm) |
| I Need A Website designer (will pay % of website monthly gross) | You own several restaurants? Do you pay your employees? lol Funny how people think web designers w... read more | 11/02/2008 (3:21 pm) |
| I Need A website designer (I will pay a % of website gross) | I am also looking for someone to work for free for me. Do odd jobs pick up after me, clean my house... read more | 11/02/2008 (3:13 pm) |
| Mount Point Problems | I dunno.. maybe try naming your mountpoints to 'MountPoint' or 'mountPoint'. If this doesn't work I... read more | 10/22/2008 (12:49 pm) |
| Mount Point Problems | Your function is "function Display" and your ItemData is named Display20.... read more | 10/20/2008 (12:50 pm) |
| Free Army Pack for Indies | Oh ok thanks :)... read more | 10/20/2008 (12:39 pm) |
| Free Army Pack for Indies | Any screenshots of this pack?... read more | 10/20/2008 (12:31 pm) |
| Assign a key to a function | BTW: I could be wrong* but I think that the client is returned automagically when you do a command ... read more | 10/20/2008 (10:17 am) |
| Assign a key to a function | I don't know anything about the digital shock sci-fi soldier but to make a client->server command yo... read more | 10/20/2008 (7:08 am) |
| IPhone & TGE Resources | Cool thanks!... read more | 10/08/2008 (11:55 am) |
| Service Unavailable - Fail to connect | Time to switch web hosts garage games?... read more | 09/26/2008 (11:15 am) |
| There is no starter tutorial in torque ?? | [url=http://www.garagegames.com/index.php?sec=mg&mod=resource&page=view&qid=12721]New torque Codumen... read more | 08/08/2008 (8:56 am) |
| I Want My Money Back | Getting objects into torque from lightwave is easy and there's tutorials on how to do it. The scrip... read more | 08/04/2008 (11:50 am) |
| Got a problem with lesson 1 | You are missing some files. Look in the console and see what files are missing.... read more | 07/24/2008 (11:53 am) |
| MazeRunner problems | There is 2 main.cs files. One is in the root folder another is in the game's folder. [url]http:/... read more | 07/24/2008 (11:50 am) |
| GarageGames Group on Vimeo | Thats probably part of it Robert, but reading the staff comments they seem like a bunch of snobs who... read more | 07/23/2008 (1:43 pm) |
| GarageGames Group on Vimeo | Bleh I wouldn't want to use their site anyways if they think they can tell the world what is creativ... read more | 07/23/2008 (1:18 pm) |
| Indies question | This is probably a question for the official GG staff but I'll try to answer it anyways. As long ... read more | 07/23/2008 (1:06 pm) |
| Making the player character invisible? | In TGE you can use cloak to make the player invisible. [url]http://tdn.garagegames.com/wiki/Torque... read more | 07/22/2008 (1:07 pm) |
| Shoot where the camera is looking | I found some code in the forums for ray casting and used it in a 'cast ray use button'. you can see... read more | 07/21/2008 (7:12 am) |
| A little help. | You can also add the modernization kit for TGE which allows normal maps to be used on dif's (I'm not... read more | 07/21/2008 (7:05 am) |
| Script Inheritance | You could do: [code] datablock ItemData(CrossbowAmmo : Ammo) { ... className = "Ammo"; ...... read more | 07/17/2008 (12:59 pm) |
| Script Inheritance | Yes. You add namespaces if you want to use functions. You create a datablock and add a classname v... read more | 07/15/2008 (12:34 pm) |
| Service Unavailable - Fail to connect | Thanks Scott. Using the IP seems to work at the moment. :)... read more | 07/15/2008 (10:32 am) |
| Script Inheritance | Oops. Yeh you're right. edit: fixed my goof the code above should be correct now.... read more | 07/15/2008 (10:26 am) |
| Canceled project | [quote] EPIC Is the name of the Game making company. EPIC Is the name of our game so yes. It doesn'... read more | 07/15/2008 (8:47 am) |
| Script Inheritance | Edit: [url]http://www.garagegames.com/docs/tge/general/ch05s04.php[/url] this is how you create ... read more | 07/15/2008 (8:32 am) |
| Service Unavailable - Fail to connect | TDN still doesnt work. [b]Annoying[/b]. Seriously find a new web host for GG guys. PLEASE. [i]b... read more | 07/15/2008 (8:26 am) |
| Help Wanted For MMO "EPIC | This mmo isn't using torque? whys not?... read more | 07/08/2008 (1:08 pm) |
| Blender export problem | 1. Is your texture UV mapped to your cube? 2. You need to make a collision object. There i... read more | 07/02/2008 (8:35 am) |
| How do i make a solid shape? | Just to add to what Nathan has said: In Milkshape you create a meshGroup and name it Collision-1 ... read more | 06/30/2008 (8:13 am) |
| Alright this is where I am at... please direct me. | You can look at how players are spawned in the fps.starter game example in the examples folder. Loo... read more | 06/27/2008 (7:01 am) |
| Creating Cave | Here's a tutorial for creating a cave using skinning in blender. http://www.blendernation.com/tut... read more | 06/24/2008 (9:16 am) |
| Scripting Languages | Btw: I'm not sure what you mean when you say Torque Script has no OO features. As far as I can tell... read more | 06/19/2008 (8:49 am) |
| Scripting Languages | This is how you create a scriptObject (taken from [url=http://www.garagegames.com/mg/forums/result.t... read more | 06/19/2008 (8:45 am) |
| Good program for detailed buildings. | Blender... read more | 06/17/2008 (11:39 am) |
| How Do Particle Effects Work? | More about animated particles by Jeff Faust here: [url]http://www.garagegames.com/mg/forums/result.t... read more | 06/13/2008 (10:38 am) |