Brian Hill's Forum Posts
| Thread | Post | Date Posted |
|---|---|---|
| Scheduling Functions In C | You could try this: int argCount = 5; Con::executef(scriptObject, argCount,"schedule",scriptThis... read more | 04/11/2006 (8:31 pm) |
| Database Driven Torque | One easy, but pointless, way to do it would be to load the contents of each of the script files into... read more | 04/11/2006 (8:03 pm) |
| Database Driven Torque | I integrated SQLite3 into TGE 1.4, and am using it to store game data, but not GUI elements. I use i... read more | 04/10/2006 (7:37 am) |
| Gravity | I used this resource: http://www.garagegames.com/index.php?sec=mg&mod=resource&page=view&qid=1723 ... read more | 03/31/2006 (7:35 am) |
| Extracting TorqueScript | If you just like the syntax of TorqueScript, but don't need it to be compatible, etc..., I'd look at... read more | 03/22/2006 (7:40 am) |
| RPG system : Classes vs Skills | I think classes work better in a Tolkeinesque/D&D-themed RPG, since 'worlds' based around that theme... read more | 02/22/2006 (6:02 am) |
| Mounting object when created in mission editor | Do this in 'onAdd(%this,%obj)' instead of 'create'. It gets called every time the object is loaded, ... read more | 02/17/2006 (3:38 pm) |
| SQLite question | Well, I've succeeded in confusing myself regarding the status of threads in Torque. It looks like mu... read more | 02/13/2006 (7:59 am) |
| SQLite question | I'm using the SQLite resource for the single player mode of what I'm working on, and haven't had any... read more | 02/12/2006 (8:48 am) |
| Stripping color tags ? | There's a function for that: %name = StripMLControlChars(%name);... read more | 02/10/2006 (8:04 pm) |
| How to do this texture map in CS4.1? the texture | I have to flip sign-type textures in Quark too. Don't know why -- just do.... read more | 02/04/2006 (10:12 pm) |
| How to do this texture map in CS4.1? the texture | Hmm...I don't know how it works in CS, but if you had an 800 x 128 image of that sign and mashed it ... read more | 02/04/2006 (8:22 pm) |
| Getting the client name? | I don't know what database nor what 'Torque adapter code' you are using, so I have no idea. I'm usin... read more | 01/31/2006 (3:27 pm) |
| Getting the client name? | Oh, I ran into that too. I think it's formatting code for the chat HUD, etc... I cleaned my strin... read more | 01/31/2006 (6:16 am) |
| Getting the client name? | I had to do this to grab the text of the client's name on the server side to use in database searche... read more | 01/31/2006 (5:36 am) |
| Updating Torque - stupid question | Almost everytime I've gotten that 'wrong version' message, it was due to a texture file I'd forgotte... read more | 01/18/2006 (1:47 pm) |
| Disable expos | Goto System Preferences -> Expose In the bottom section of the preference pane, there are menus t... read more | 12/26/2005 (8:01 am) |