Pedsstat.dat is a data file, it contains, the peds types, actions amount, such as flee distance, hitting strength, etc.
This file can be opened and edited by any text editor, such as Notepad.
In order for the file to reload, you must shut the game down, if you edit it while playing, the saved changes will not make effect until you restart the game. To make a comment in the file put # before what you write.
Rockstar have left comments in the file to help when editing:
So for example:
The letters above the values are what there meaning is see above for the list ^
This file can be opened and edited by any text editor, such as Notepad.
In order for the file to reload, you must shut the game down, if you edit it while playing, the saved changes will not make effect until you restart the game. To make a comment in the file put # before what you write.
- Code:
A: PedStat type name (Ignored: MUST be in correct order)
B: Flee distance (float)
C: Heading change rate (float in degrees)
D: Fear (0-100) 100=Scared of everything
E: Temper (0-100) 100=Bad Tempered
F: Lawfullness (0-100) 100=Boy Scout
G: Sexiness (0-100)
H: Attack strength (float multiplier to attack damages)
I: Defend weakness (float multiplier to received damages)
J: Shooting Rate (0-100 to determine how they fight)
K: Default Decision Maker -> 0: group member, 1:cop, 2:rand_norm 3:rand_tough 4:rand_weak
Rockstar have left comments in the file to help when editing:
So for example:
- Code:
# A B C D E F G H I J K
STAT_COP 20.0 7.5 10 30 100 50 1.0 1.0 40 1
The letters above the values are what there meaning is see above for the list ^