Hola,
Vete a tu carpeta del Half Life y abre la carpeta "cfg" (C:\Archivos de Programa\HL2\cfg creo) y creas un txt con esto:
Código:
ai_norebuildgraph "1"
ai_disable "0"
Le das a guardar como, abre el desplegable abajo y pon todos los archivos que no se te olvide y pones este nombre: ai_fix.cfg, y le das las propiedades de solo lectura.
Luego abre el valve.rc con el notepad.exe y verás algo parecido a esto:
Código:
// 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 start-up level
startupmenu
debajo de "exec autoexec.cfg", añades tu nuevo archivo:
Código:
// load the base configuration
//exec default.cfg
// Setup custom controller
exec joystick.cfg
// run a user script file if present
exec autoexec.cfg
exec ai_fix.cfg
//
// stuff command line statements
//
stuffcmds
// display the start-up level
startupmenu
Que quedará asi, guardalo y ya te debería funcionar. Un saludo