A.I. Disabled???

dream431ca

Newbie
Joined
Jan 23, 2004
Messages
3,383
Reaction score
0
In most custom maps I download, the A.I. is disabled..how can I enable it?? Thanks.
 
Nemesis6 said:
Why does this happen, anyway?

Do you mean what does ai_disable do? It disables the npcs, like, they dont move anymore, they dont do anything.

To re-enable it simply just type ai_disable again :thumbs:
 
Doesn't always work though. There's one mod I can't play. One of the antlion ones, I can make the ai_disabled go away, but the people still won't move.
 
Go into your hl2\cfg\ folder, and create a txt file, inside this
text file, write the following lines.

ai_norebuildgraph "1"
ai_disable "0"

Save, then rename the text file to ai_fix.cfg, right click the file
and set it to read only.

Next, open up valve.rc in notepad, you should see the following
// load the base configuration
//exec default.cfg
// Setup custom controller
exec joystick.cfg
// run a user script file if present
exec autoexec.cfg
//
// stuff command line statements
//
stuffcmds
// display the startup level
startupmenu

under "exec autoexec.cfg", add this line
exec ai_fix.cfg

Save the file and done.
 
ai_norebuildgraph "1" should actually be be ai_nodebuildgraph "1"

I misspelled it and couldn't edit it back cuz of the gay 15 min limitation...
 
Back
Top