Harold "LabRat" Brown's Forum Posts
| Thread | Post | Date Posted |
|---|---|---|
| THE Debugger? | I've been using the scripting language for about 5-6 years now... I can honestly say I have never fo... read more | 07/01/2005 (4:55 pm) |
| Part 1 of a multi-part Tutorial series | Hmm.. It's been 3 years... I should start working on Part 2 sometime shouldn't I.... read more | 06/28/2005 (1:06 pm) |
| How can I get more power from Torque? | Loading the models up into Show Tool Pro might provide a bit of usefull info.... read more | 06/25/2005 (3:55 pm) |
| What problems have you run into programming with TorqueScript ? | You can debug TorqueScript, the engine has a Debugger built in. As for syntax checking, I'm not ... read more | 06/25/2005 (3:50 pm) |
| material property map and projectiles | Sounds per material type for interiors (for footsteps) should already be working.... read more | 06/24/2005 (10:59 pm) |
| Skiing ala Tribes/Tribes2 | Hmm...resurecting old dead posts... Nrgggghhhhhh........ Braaaaiiiinnnsss!!!!... read more | 06/24/2005 (9:52 pm) |
| Worldcraft and torque link | The last EULA stated that it was for use only with Valve games.... read more | 06/24/2005 (9:24 pm) |
| Display large numbers in torquescript? | MID = substr... read more | 06/22/2005 (10:11 pm) |
| Display large numbers in torquescript? | The core of TGE uses 32-bit numbers, if the C++ script interface uses a U32 then your max number wou... read more | 06/22/2005 (4:37 pm) |
| Schedualing mouse events | [code] if($player.activeAction) { return; } else { $player.activeAction = true; ... read more | 06/20/2005 (12:15 pm) |
| Keybinding is backwards IMO | [code] bind(1, zoom(90)); bind(2, zoom(45)); bind(3, zoom(22.5)); [/code] Umm... how is what ... read more | 06/20/2005 (11:15 am) |
| Field of view control | Well technically the Zoom is nothing more then setting the FOV. x2 Zoom would be current FOV / 2 ... read more | 06/14/2005 (10:40 pm) |
| Field of view control | Let's see... this is a tough one.... press ~ type: setFov(45); press enter... read more | 06/14/2005 (8:00 pm) |
| What Airline carrier do you use to get to IGC? | I think this year my "airline" is going to be Amtrak.... Sure it will be a longer "flight" but the c... read more | 06/13/2005 (6:45 pm) |
| OSX/X86 and Torque | Wait wait... did we hear that correctly... yes... yes I think we did.. Torquescript: Compile once... read more | 06/13/2005 (1:49 pm) |
| GG tech support email? | [url]http://www.garagegames.com/company/contact/[/url] The above page lists all the contact infor... read more | 06/12/2005 (11:10 pm) |
| Changing position of a gui window | You might try the following line of code for setting the position. [code] commandsWindow.positio... read more | 06/12/2005 (12:20 am) |
| ForceEvent( %eventId ) - now incl. code | I'm sure you could modify the C++ code to allow you to cause a scheduled event to trigger immediatly... read more | 06/12/2005 (12:16 am) |
| Radiant support question | I'd say it was more from ShowTool then anything else... read more | 06/10/2005 (11:34 pm) |
| ForceEvent( %eventId ) - now incl. code | You could wrap the schedule call in your own functions, as you would need to keep an array that ties... read more | 06/10/2005 (11:32 pm) |
| Game for all registered users. | Oh my god... they killed project.... those bastages.... read more | 06/09/2005 (9:42 am) |
| Game for all registered users. | I've been to a library before... read more | 06/08/2005 (12:06 pm) |
| Apple switching to Intel | "You'll never need more then 640k" "Apple will never switch to Intel Chips" How many "absolute" ... read more | 06/07/2005 (4:28 pm) |
| A little less robust? | He has stated three times in this thread that No there are no .dso files to be loaded when the scrip... read more | 06/03/2005 (11:22 pm) |
| Push Button Master Server | Http://www.opentnl.org... read more | 06/03/2005 (9:35 am) |
| Eclipse | Have you considered using TBE to setup Eclipse, MinGW, and MSys for use with Torque? [url]http://www... read more | 06/03/2005 (9:32 am) |
| Names vs. Variables | Christopher: [quote] The only thing to come over this would be to create a numbering system in w... read more | 06/01/2005 (10:01 pm) |
| HttpObject info | Yes it does work, I just tested it again. One thing though... HTTP POST operations require very ... read more | 06/01/2005 (1:04 pm) |
| Compiling Torque with Eclipse | Torque in Eclipse uses a Makefile to manage files for compile. The file should be C:\Torque\... read more | 05/31/2005 (11:55 am) |
| Is torque 2d similar to torque game engine? | The scripting language is the same.... read more | 05/30/2005 (11:21 pm) |
| HttpObject info | You had a couple errors in your code: [code] $tcpserv = new TCPObject(); $tcpserv.connect("w... read more | 05/28/2005 (2:04 pm) |
| Time/Date from script | If you're using networking you can get the current time from a global timeserver using TCPObject. ... read more | 05/24/2005 (9:58 pm) |
| TCPObject connection refused on my webserver but not Gamebeavers | HTTP 1.1 supports some special features.... things like GZip compression of the data stream. From t... read more | 05/24/2005 (2:43 pm) |
| TCPObject connection refused on my webserver but not Gamebeavers | Even if you rent the server you should be able to get to the logs for your site. I've been throug... read more | 05/24/2005 (11:28 am) |
| TCPObject connection refused on my webserver but not Gamebeavers | Replace Torque/1.0 with the following: [code] Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)... read more | 05/24/2005 (10:36 am) |
| HttpObject info | In that example I don't. [code] function HTTPObject::onLine( %this, %line ) { echo(%line); ... read more | 05/21/2005 (9:49 pm) |
| HttpObject info | [code] %server = "localhost:80"; %path = "/website/"; %script = "testpage.php?var1=testing1&var2=... read more | 05/21/2005 (1:30 pm) |
| Please help with 2 dim array | For the way Matthew wrote the resource you would need to do: %gameData = newScriptObject(gameDa... read more | 05/21/2005 (1:02 pm) |
| T2D Compilation woes | [url]http://www.garagegames.com/mg/forums/result.thread.php?qt=29368[/url]... read more | 05/20/2005 (5:27 pm) |
| GG at E3 ?? | E3 went through a slump shortly after it moved from Atlanta to LA the first couple years in LA were ... read more | 05/14/2005 (10:25 pm) |
| (fixed) Tabs cause "Forbidden" page on posts! | Hmm... without spaces your text prompts would look a bit strange: "Pleaseentertheamountofmoneyy... read more | 05/13/2005 (2:44 pm) |
| Header bug | Conversly... with Firefox.... if you run at higer resolutions (1280x1024) with a fullscreen browser.... read more | 05/09/2005 (4:45 pm) |
| Odd behaviour on hover over forum menu links | I keep trying to switch to Firefox... but the IE... it just keep pulling me back in.... read more | 05/09/2005 (4:43 pm) |
| Odd behaviour on hover over forum menu links | OK I just looked at the page with Firefox... The Line I am seeing is the orange line that underli... read more | 05/09/2005 (4:24 pm) |
| Odd behaviour on hover over forum menu links | Internet Explorer 6.0.2800.1106 Windows 20000... read more | 05/09/2005 (4:18 pm) |
| Displaying HTML inside of Torque? | This might be of some use: [url]http://interreality.org/projects/crystalzilla/[/url]... read more | 05/08/2005 (3:28 am) |
| Mounting the crossbow on the racer fps | [url]http://www.garagegames.com/index.php?sec=mg&mod=resource&page=view&qid=2601[/url] It hasn't ... read more | 05/06/2005 (11:33 pm) |
| Porn (& Violence) in Games Rant | I only read a small portion of this thread as the whole "Moral Obligation of Game Developers" is jus... read more | 05/05/2005 (10:34 am) |
| TBE Error :( | One thing... the compiling with MinGW / MSYS (with or without Eclipse) never did set the Icon. Some... read more | 05/02/2005 (9:00 pm) |
| Here's how to do 2 differant variables in setPosition | The following will also work: $paddle.setPosition("-24.5" SPC %yp);... read more | 05/02/2005 (3:45 pm) |