Difference between revisions of "Pedstats.dat"
Jump to navigation
Jump to search
m |
|||
Line 123: | Line 123: | ||
| {{a|c}} | Default decision maker | | {{a|c}} | Default decision maker | ||
| integer | | integer | ||
− | | | + | | 1 for cops; 2 for normal peds; 3 for tough peds; 4 for coward peds; 5 for fireman.<br/>See [[Decision Maker#Default Decision Makers|Default Decision Makers]]. |
|} | |} | ||
== See also == | == See also == | ||
* [[DAT|List of all data files]] | * [[DAT|List of all data files]] | ||
+ | * [[Decision Maker]] | ||
* [[0243]], opcode for GTA III and Vice City to set the personality of an individual character | * [[0243]], opcode for GTA III and Vice City to set the personality of an individual character | ||
{{N|SA|VC|3}} | {{N|SA|VC|3}} | ||
[[Category:Pedestrian Formats]] | [[Category:Pedestrian Formats]] |
Revision as of 19:43, 1 February 2015
pedstats.dat
is a file located in the data
directory of many GTA games. The file contains information about pedestrian behavior and personality.
File format
Documentation of the format already exists within the file itself.
GTA III and Vice City
San Andreas
Identifier | Type | Description | |
---|---|---|---|
A | Type name | string | The string is ignored but the stats for the associated pedstat types must be in order |
B | Flee distance | float | |
C | Heading change rate | float | In degrees |
D | Fear | integer | Range from 0 to 100, 100 denoting "scared of everything" |
E | Temper | integer | Range from 0 to 100, 100 denoting "bad tempered" |
F | Lawfulness | integer | Range from 0 to 100, 100 denoting "boy scout" |
G | Sexiness | integer | Range from 0 to 100 |
H | Attack strength | float | Attack multiplier |
I | Defend weakness | float | Defense multiplier |
J | Shooting rate | integer | Range from 0 to 100 |
K | Default decision maker | integer | 1 for cops; 2 for normal peds; 3 for tough peds; 4 for coward peds; 5 for fireman. See Default Decision Makers. |
See also
- List of all data files
- Decision Maker
- 0243, opcode for GTA III and Vice City to set the personality of an individual character