Game Development Community

Torque 3D AI

by User97684 · in Torque 3D Beginner · 02/15/2015 (8:59 am) · 7 replies

I am Using Torque 3D from 2014 DEC, Now I'm Just A Torque Student

I've Used Terrain, Forest, PhysX, PostFX, Normal Mapping in My Game but it Has No
AI(Artificial Intelligence) Players. The Game Is Useless Without AI

Please Upload a AI Sample With Resources For Torque 3D.
Thank You.

#1
02/15/2015 (9:21 am)
i got twisted jenious' improved guard ai working. search through the last couple pages. its in michael roberts thread in a package called basic ai kit. install improved guard and aimarker. its good for basic needs but will make you want uaisk.

Edit:www.garagegames.com/community/forums/viewthread/141086/1#comment-863468
#2
02/15/2015 (10:01 am)
Richard Ranft has something cooking:
http://forums.torque3d.org/viewtopic.php?f=11&t=25 it's not an actual tutorial yet, but I believe the AI code is sane.

Other than that, you can find numerous AI examples on these forums, just search for it under "resources".
#3
02/15/2015 (9:28 pm)
I installed All AI Scripts.
But I Can't Use use It.

AI Marker Editor Has A Problem
this is from Console.log

tools/worldEditor/scripts/AIMarkerEditor.cs (208): Unable to find object: '' attempting to call function 'getGroup'
Selected Marker:
tools/worldEditor/scripts/AIMarkerEditor.cs (228): Unable to find object: '' attempting to call function 'getName'
tools/worldEditor/scripts/AIMarkerEditor.cs (263): Unable to find object: '' attempting to call function 'getName'

Please Give Me A Sample .mis Level
#4
02/16/2015 (9:29 am)
im not at my computer. if you installed the aiplayer.cs you should be able to place the ai from within the editor without aimarker.


Edit: Sorry, I rechecked the archive and the AIMarker instructions were wrong. Here is the correct instructions and updated package.

www.mediafire.com/?39h2anpcok1p1g8

It should be this as the correct placement:

game/tools/worldEditor/gui/AIMarkerEditor.gui
game/tools/worldEditor/scripts/AIMarkerEditor.cs
#5
02/16/2015 (9:31 pm)
I'll Try It.

Thank You.
#6
03/23/2015 (8:10 pm)
Mr Jason .

your script is working. AI following player and shooting him.
but AIs doesn't dying. I am now trying it on my new project I'll try
installing it again. I guess it will work if problem is occurred when I install scripts.
#7
03/24/2015 (9:50 am)
Its the changes in player.cs that must be messed up.