Christian's Forum Posts
| Thread | Post | Date Posted |
|---|---|---|
| Torque 3d for iphone | Will it be similar similar to Torque 3d the way TGB is to iT2d?... read more | 06/04/2011 (4:14 am) |
| Looking for AFX Spell and Effect Designers | Sounds like something I would have been interested in a while back. My spells didn't have the finis... read more | 11/14/2008 (1:34 am) |
| Left/Right Vector | Thanks for the replies. I thought that would solve the problem i'd been having, the vectors I belie... read more | 12/16/2007 (2:19 pm) |
| Left/Right Vector | I am doing this in script, but if there is a c++ solution that makes more sense.... As to objects t... read more | 12/16/2007 (3:39 am) |
| Replacing the Ork & nonworking animations | Not quite sure why you have that problem, we add our player datablocks all the time in AFX and they ... read more | 11/29/2007 (11:42 am) |
| Mini-map draw ins? | Magnus, that picture you just showed is about exactly what i'm looking for, could you point me in th... read more | 11/21/2007 (9:04 pm) |
| Mini-map draw ins? | Ooh, that is a great idea, thak you Orion, i'll try it out here shortly.... read more | 11/21/2007 (4:50 pm) |
| Mini-map draw ins? | C++ is very new to me so far (learning the basics)....so reverse engineering from the radar is a lit... read more | 11/21/2007 (4:35 pm) |
| Dif Collision | Hey Jeff, is there a way to disable collision on terrain? Thanks.... read more | 11/09/2007 (5:38 pm) |
| Prepare spell | What we've done for things like that accomplish what your looking for. Make a spellbutton with ... read more | 10/29/2007 (10:51 am) |
| EffectWrapperData not a member error | Right now i'm just using the default [code]function autoloadAFXModules() { %pattern = "~/serv... read more | 10/28/2007 (11:46 am) |
| Turn to face: aim constraint? spin? | What i've had to do for this type of effect is is mount an invisible player object such as a sword t... read more | 10/19/2007 (11:06 am) |
| Change default player animation? | If I understand you right just switch from [code] sequence1 = "./npc_walk.dsq walk"; // here is ... read more | 09/30/2007 (10:26 am) |
| AFXSpellButton | Gotcha, instead of working with AFXSpellButton, I took out the good parts of it and added them to GU... read more | 09/21/2007 (1:00 pm) |
| Camera Questions | Works great, always appreciate your help Jeff.... read more | 09/08/2007 (12:28 am) |
| Camera Questions | I don't have any answer for that , but also have a question regaurding afx camera. When using $clie... read more | 09/05/2007 (12:06 am) |
| Collision for stationairy things | Thanks for the response, ::onenter doesn't help since I need the people who are already in it when i... read more | 08/27/2007 (10:44 pm) |
| AI using AFX to cast spells | Figured out what was wrong, thanks Jeff. Was using the same %spell_data I used to use in the mmo/af... read more | 08/25/2007 (9:27 am) |
| AI using AFX to cast spells | Hey, I know this is a bit old. It looks like the newest afx has the change already in afxspellcasti... read more | 08/24/2007 (1:54 pm) |
| ScrollCtrl | I got ya. The ScrollCtrl's use GuiTextListCtrl to do all the actual options. The pop-up doesn't re... read more | 08/20/2007 (10:32 pm) |
| Switching between players | Yes to both. Echoing works. .setTransform() just doesn't do anything, no errors.... read more | 08/18/2007 (12:37 pm) |
| Switching between players | Thanks, that part works, the camera part i'm having a bit of trouble with. Maybe it's because using... read more | 08/17/2007 (1:14 pm) |
| 3d modeller freelancer wanted | Thanks for all the responses, the position has been filled for now. -Christian... read more | 08/02/2007 (8:06 pm) |
| Vista/RTSKit graphics problem | I have a feeling it is a combo of vista and the mmokit. Stock torque runs great. But the mmokit ha... read more | 07/31/2007 (8:33 pm) |
| Vista/RTSKit graphics problem | It happens 8 out of 10 times. I change the resolution either way higher or lower and it will usuall... read more | 07/31/2007 (6:38 pm) |
| Unit movement question | Thank you, that saves a lot of trouble for all the movement (that other function would be a pain wit... read more | 07/30/2007 (6:44 am) |
| Unit movement question | The other one relies on you selecting a unit in the game. Mine all have to be done through script w... read more | 07/29/2007 (6:21 pm) |
| Unit movement question | Ooh that did the trick Novack! The moving has to be done in script so I made a new function out of ... read more | 07/29/2007 (2:46 pm) |
| Using a new RTSBuilding | Nevermind. Foud the problem. Was using the new animated .dts models (don't know why they don't wor... read more | 05/15/2007 (10:13 pm) |
| TGE 1.5 + RTS Starter Kit? | Is there any way to get 1.4.2 if you already have 1.5?... read more | 05/15/2007 (2:09 am) |
| Camera following magic. | This is similar to what your talking, not sure if it'll help you or not. http://www.youtube.com/w... read more | 05/13/2007 (8:10 am) |
| Mapquest pathfinding | Ok, thought you forget to finish your sentence at first...It looks good but very complicated. Thank... read more | 05/12/2007 (10:15 am) |
| Mapquest pathfinding | What is A*?... read more | 05/12/2007 (9:35 am) |
| Giving an item dynamic on creation | Thanks Tim. As of now it gives each marker a set of dynamic fields that are preset in script. If... read more | 05/09/2007 (12:17 pm) |
| Determining a Player is airborne. | %bla = %z.getTerrainHeigh(); %unbla = %actualZ Have you tried doing something to the extent of V... read more | 05/04/2007 (1:07 am) |
| The basics of AI | %bot.setMoveDestination can be looped wherever you have the %bot. For example you could do [code... read more | 04/30/2007 (5:12 pm) |
| Astral Passport with an AI | My mistake. I had messed around with it so much I had forgotten I added all the casting effects to ... read more | 04/30/2007 (10:17 am) |
| Finding nearby ai's | Thank you, i'll try this out... read more | 04/29/2007 (2:10 pm) |
| Finding nearby ai's | [code] %count = ClientGroup.getCount(); for(%i = 0; %i < %count; %i++) { %client = ClientG... read more | 04/29/2007 (1:28 pm) |
| Transparent texture download? | Ok that explains it, thanks... read more | 04/26/2007 (9:35 am) |
| Transparent texture download? | Yes TGE, i've tried a few different ones but they don't seem to work. Here are those 2 above [... read more | 04/26/2007 (9:29 am) |
| Transparent texture download? | Are there any modifications that need to be done to get pngs to work? None of them seem to work. T... read more | 04/26/2007 (8:31 am) |
| 3DWorld Studio | Correct... read more | 03/28/2007 (8:19 pm) |
| 3DWorld Studio | Drag your .map file into it that is.... read more | 03/28/2007 (7:54 pm) |
| 3DWorld Studio | In the main folder it comes with a program called map_2dif+. Just drag your .map file into it.... read more | 03/28/2007 (7:54 pm) |
| Following | Sorry, i've never used TGB. Hoefully someone else will know that one.... read more | 03/28/2007 (1:22 pm) |
| Key bindings | Thank you Amr. The push and Pop Dialog works. As far as the keybindings. I'm not sure how to do t... read more | 03/28/2007 (10:37 am) |
| Following | A simple way for TGE is the .setMoveDestination(%playeryouwanttofollow); and keep rescheduling it. ... read more | 03/27/2007 (9:35 pm) |
| Effects from copying | Copying SoR for example, a couple times I forgot to bring all the icons/zodiacs from the coretech/sp... read more | 03/27/2007 (9:03 am) |
| Effects from copying | Yeah wouldn't you know it, I have this problem for 4 months...10 seconds after I put it on the forum... read more | 03/26/2007 (12:10 am) |