sur un forum du jeu je suis tomber sur un mec qui parle qu'on peu améliorer l'IA en changeant des valeur dans un fichier:
in the 'sniper ghost warrior/Game' folder (dans le fichier du jeu)
open Data0.pak with winzip or similar. (ouvrir)
look for the file: ai_config.scr
extract this to the 'sniper ghost warrior/Game/Data' folder.
make a copy of it before you tweak it. (
faite une copie avant de faire une bétise !!!!)
open ai_config.scr with a text editor and read the descriptions (ouvrir ce fichier avec un editeur de texte)
this is the original:
Code:
// Maksymalna odleglosc widzenia
!MaxSeeDistance(f, f, f) // CALM, UPSET, ALARMED
MaxSeeDistance(8000.0, 16000.0, 20000.0)
personally i halved the values and it made it a bit more of a rewarding game on hard mode. (personnellement j'ai mis les valeur de moitie)
you can tweak their angle of view and how they alarm their friends: (vous pouvez aussi changer la façon ou les ennemie alerte leur coéquipier) avec ce code
Code:
// Odleglosc [cm] alarmowania kompanow
!AlarmFriends(f, f) // alarm, upset
AlarmFriends(3000.0, 1000.0)
-----------------
moi je n'arrive pas a modifier le fichier
mon PC me dit que c'est impossible dommage....