Game Development Community

AIGUARD help me please?

by Mark Junior · in Technical Issues · 10/15/2007 (9:41 am) · 6 replies

Ok, im just REALLY struggling on getting the ai guard ( marks aiguard unit ) to work! I have searched everywhere for people having problems on this and that hasent helped. I have no console errors. The problem is i cannot once so ever see aiguardmarker wtver its called anywhere on the mission creator. Im thinking aiguard.cs is not loading at all, ( yes i have put it in game.cs and yes ive added below ai.think stuff the aiguard::loadenteties code. ) yes i have recompiled the engine code, done step by step 5 times all over again and still nothing! I know im not quite making that much sense right now because im in an hurry. Any ( and i mean ANY ) help is appreciated

#1
10/16/2007 (11:21 am)
It's been a while since I played with that particular code.

If aiguard.cs was loaded you should be able to see it in the console log.

Look in ..\example\console.log to see if it was.
#2
10/16/2007 (1:45 pm)
"Any ( and i mean ANY ) help is appreciated"...

In aiguard.cs, do you have these parameters set like below?

$AI_GUARD_ENABLED = true;
$AI_GUARD_MARKER_HIDE = false;
#3
10/18/2007 (6:32 am)
Yep, MORE HELP APPRECIATED :) Oh and nothing even about aiguard.cs in the console log hmm , even though i have it on game.cs
#4
10/19/2007 (6:22 am)
Delete game.cs.dso, see what happens.
#5
10/23/2007 (6:53 am)
Nothing
#6
10/23/2007 (1:28 pm)
It seems a while ago that someone had a similar problem. Go to the resource page again, look for the comment post by Mark Holcomb date (Dec 03, 2004 at 02:07) . Have you tried all of that yet?