Page 1 of 1 |
|
Posted: Mon, 12th Dec 2005 11:01 Post subject: Half-Life 2 A.I. (?) Problems |
|
 |
Hi,
Having little problems with my HL2. The A.I seems to be broken... Well, every time I start the game, I need to enable AI from the console, that's ok. But now I'm in Entanglement, where I should place the turrets and stuff. I tried this couple of times, quite the game, and now whenever I start the game it won't work again. None of the savegames. What actually happens, the NPCs do not move. Whenever they see me, they start to behave "normally". But before the contact, nothing. This is bit of a problem, because in Entanglement I should just wait them to arrive (which never happens)...
Any ideas?
Thanks!
|
|
Back to top |
|
 |
ThOMaZ
Posts: 809
Location: Here
|
Posted: Mon, 12th Dec 2005 11:16 Post subject: |
|
 |
make a copy of your saved games and reinstall? that's the first thing i'd try to do.
|
|
Back to top |
|
 |
|
Posted: Mon, 12th Dec 2005 11:46 Post subject: |
|
 |
Yes, that might do the trick. The problem is that there's some 1000km too much between the dvd and me for the next three weeks... I was thinking is it possible to tweak any of those console params that could affect?
|
|
Back to top |
|
 |
nightlith
Posts: 744
Location: Land of Bagged Milk
|
|
Back to top |
|
 |
|
Posted: Mon, 12th Dec 2005 14:16 Post subject: |
|
 |
The A.I. problem was fixed in a very early HL2-update, guess you need to wait for the DVD to come back to you. Unfortunately there is not much you can do with the console, as enabling the AI would not help in that respect, as the command parameters for the soldiers to come to your position is not stored in that command but in some others.
|
|
Back to top |
|
 |
|
Posted: Mon, 12th Dec 2005 15:06 Post subject: |
|
 |
EU version:
Code: |
// RVL 2004
sv_unlockedchapters "15"
sv_cheats "1"
con_enable "1"
ai_norebuildgraph "1"
ai_disable "0"
bind "\" "toggleconsole"
|
US version:
Code: |
// RVL 2004
sv_unlockedchapters "15"
sv_cheats "1"
con_enable "1"
ai_norebuildgraph "1"
ai_disable "0"
|
I found this in the Revelation fix. Put this into hl2/cfg/autoexec.cfg
|
|
Back to top |
|
 |
|
|
Back to top |
|
 |
kosmiq
Posts: 2304
Location: Somewhere
|
Posted: Tue, 13th Dec 2005 10:55 Post subject: |
|
 |
// RVL 2004
sv_unlockedchapters "15"
sv_cheats "1"
con_enable "1"
ai_norebuildgraph "1"
ai_disable "0"
bind "\" "toggleconsole"
simply take a look at the lines...
sv_unlockedchapters "15" = unlock all chapters in the game
sv_cheats "1" = enable cheats
con_enable "1" = no idea
ai_norebuildgraph "1" = something about getting norebuild out of range error when using a crack. Does not exists in retail original version.
ai_disable "0" = that one is your magic line, ai_disable "0" kinda speaks for itself.
bind "\" "toggleconsole" = binds the console to a key.
Behold his GLORY! Bow for the technical master!
|
|
Back to top |
|
 |
Page 1 of 1 |
All times are GMT + 1 Hour |