Game Development Community

Harold "LabRat" Brown's Forum Posts

Thread Post Date Posted
Tcpobject onLine problem First of all... your code as written won't work no matter how you format the GET line. You're sendi... read more 08/31/2006 (1:59 pm)
Files Erased... Try this: [code] function checkStats(%client) { %filename = "scripts/serverStats/user" @ %cl... read more 08/31/2006 (1:22 am)
Files Erased... It includes changes that should fix his code... Including changing his If-Else-If chain into a Sw... read more 08/30/2006 (4:35 pm)
Files Erased... [code] function checkStats(%client) { %filename = "scripts/serverStats/user" @ %client.namebase... read more 08/30/2006 (4:04 pm)
What does correctmuzzlevector do? CorrectMuzzleVector is TRUE by default. From the C++ source this causes the engine to: // Mod... read more 08/30/2006 (2:56 pm)
Saving User Profiles [code] // Torque File Operation Examples function createfile() { Error("--=[ Creating ... read more 08/29/2006 (11:34 pm)
Saving User Profiles Below are two code samples I wrote to demonstrate the file functions. The first is simply two funct... read more 08/29/2006 (11:33 pm)
GUI Question Thread GuiMLTextCtrl / GuiMLTextEditCtrl Tags: ==============
- Insert a new line read more
08/29/2006 (1:19 pm)
Torque/1.5/WhatsNew The wheels on the bus go round and round...... read more 08/29/2006 (10:04 am)
Changing .cs to .ts OK I'm confused by a couple things.... #1. Why change .dso to .tso? #2. You did all this so ... read more 08/27/2006 (12:13 am)
Torque/1.5/WhatsNew There is a difference between "Posting information about an upcoming release" and "Someone found a p... read more 08/24/2006 (4:17 pm)
GuiTextCtrl - Can it display multiple lines of text Use a GUIMLTextCtrl. Add text with %ctrl.addText("Your text goes here.\nNew line here",true); ... read more 08/24/2006 (2:02 pm)
Creating a browser in Torque to re-route default browser calls? [url]http://www.ubrowser.com/[/url]... read more 08/23/2006 (1:24 pm)
Reloading a GUI for editing? Exec("path/to/file.gui");... read more 08/20/2006 (6:37 pm)
Guide to the TGB GUI controls/classes? Most of the common GUI controls have pretty descriptive names which reflects their purpose. If it i... read more 08/20/2006 (12:19 am)
Deleted Blog Posts Teresa... a BLOG is not the proper tool to make notes such as that.. No matter where the blog is ho... read more 08/20/2006 (12:10 am)
Can GuiMLText load text from a URL? You would need to use TCPObject (or HTTPObject) to request the data from the server.... read more 08/18/2006 (3:44 pm)
GuiTheoraCtrl and TGB - New Forum Yes Theora works fine with TGB. In the example code you posted above, you are creating the GuiThe... read more 08/18/2006 (3:11 pm)
Gui profiles It does nothing. You can delete it from your profiles without any problems.... read more 08/18/2006 (10:24 am)
Possible to fill an "array" with one line? I'm more in favor of something like this. [code] function Array::explode(%this,%arrayInitString ... read more 06/29/2006 (2:04 pm)
Recommend a good network library? That is not true Pauliver. The Torque Network Layer is NOT 100% identical to that in Torque. And yo... read more 06/28/2006 (9:28 am)
Scripting question The correct way to do this is using the following: [code] PlayerData.Player[%p].LevelPlayed[%i] ... read more 06/28/2006 (9:23 am)
Dealing with undeclared variables and vague compile errors $Con::warnUndefinedVariables = True;... read more 06/27/2006 (12:07 pm)
Using TCPObject I covered a bit of this in my most recent .plan / blog post. If you haven't read it, here it is. ... read more 06/26/2006 (4:37 pm)
TGB TorqueScript vs. TGE TorqueScript Yes they are the same. TGB has some extra items that relate only to TGB objects. But the core scri... read more 06/21/2006 (9:09 am)
Playing MP3 Use .ogg files. MP3 playback requires a license and it's not a cheap one.... read more 06/20/2006 (6:38 pm)
Query string not sent with HTTPObject [url]http://www.garagegames.com/index.php?sec=mg&mod=resource&page=view&qid=10202[/url] My last p... read more 06/14/2006 (10:07 am)
Copies of Arrays? It is much simpler to do the following: [code] new ScriptObject (test); test.val[1] = 1; tes... read more 06/13/2006 (3:26 pm)
Native TCP from TorqueScript? TcpObject is not a "raw" tcp socket it is pretty much a text based one, so if you are using somethin... read more 05/04/2006 (10:50 am)
Method to the product madness? The RTS kit was a project by one person Ben Garney, who does also happent to be a GG's employee. Th... read more 04/25/2006 (2:01 pm)
Simple Script Problem %times is a local variable. As such it will be reset to 0 every time the function is called.... read more 03/02/2006 (4:41 pm)
Who/What is KillerBunny? KillerBunny is one of only two Non-Dynamix Employees(former), who started scripting with Tribes 1 ba... read more 03/01/2006 (11:51 pm)
Whay TORQUE game sources cannt be published on websites? You can publish T2D (TGB) scripts as long as those scripts do not expose any T2D(TGB) functionality ... read more 03/01/2006 (4:18 pm)
Does any documentation exist for TCPObject? LoL Dreamer... Yes I had a working IRC client for Torque. But it was mostly a re-hacked version ... read more 03/01/2006 (10:58 am)
Does any documentation exist for TCPObject? [url=http://realmwars.feylab.com/tutorial/Tutorial1.htm]Old TCPObject Tutorial[/url]... read more 02/23/2006 (2:49 pm)
Bind vs bindCmd Bind takes a single function and passes to it a value to represent keydown and keyup (1 and 0) bi... read more 02/21/2006 (12:39 pm)
New Torque2D Users/Beginning Tutorial Problems and Solutions Matt... it does work If you'll read my post... I downloaded Beta 1.1, and went through the tutori... read more 02/12/2006 (12:07 am)
New Torque2D Users/Beginning Tutorial Problems and Solutions Whenever you refer to getting files from the SpaceScroller demo you use the old path structure, not ... read more 02/11/2006 (10:07 am)
New Torque2D Users/Beginning Tutorial Problems and Solutions OK... I just went through the Tutorial PDF.... and other then the setGraphGroup... everything else s... read more 02/11/2006 (9:29 am)
Passing variable into function as reference/pointer? Torquescript doesn't have the ability to pass by reference. But you can work around this using Scri... read more 02/10/2006 (10:44 am)
Torque Console... XBox360? Interesting... how can you prefer a console that doesn't exist in production units over one that doe... read more 10/20/2005 (8:20 pm)
2(or more) player cardgame or boardgame? 1.1 will have basic networking in place for using commandToServer and commandToClient. Currently in... read more 10/12/2005 (4:12 pm)
Simple Mac port This issue is corrected in Torque 1.4, compiled script files will be cross-platform compatible.... read more 10/12/2005 (2:18 pm)
TDN, Forums, and You Stephen... I also am having the login issue. IE. I can login to the GG's site, but no matter what ... read more 10/11/2005 (4:55 pm)
Scriptobject inheritance; what caveats? The name of an object is automatically added to the Namespace [code] new ScriptObject(Orc) { ... read more 10/11/2005 (11:09 am)
TDN is up with T2d Section Alex... you're right... I think I have posted a couple times about how to use the classes and superc... read more 10/10/2005 (3:57 am)
Page «Previous 1 2 3 4 5 6 7 Last »