PEDS: Difference between revisions

211 bytes added ,  4 July 2018
m
no edit summary
(contributions from myself, Aschratt, and Solom)
mNo edit summary
Line 4: Line 4:
|description = Used to define characters and pedestrians
|description = Used to define characters and pedestrians
}}
}}
'''PEDS''' is a section in the item definition file in [[Grand Theft Auto III]], [[Grand Theft Auto: Vice City]], [[Grand Theft Auto: San Andreas]], and [[Grand Theft Auto IV]]. It is used to define characters and pedestrians and some of their properties.
'''<code>peds</code>''' is a section in the item definition file in [[Grand Theft Auto III]], [[Grand Theft Auto: Vice City]], [[Grand Theft Auto: San Andreas]], and [[Grand Theft Auto IV]]. It is used to define characters and pedestrians and some of their properties.


== Format ==
== Format ==
=== GTA III ===
=== GTA III ===
This section is mainly used in the <code>\data\default.ide</code> file.
This section is mainly used in the <code>\data\default.ide</code> file.
<pre>
{{Pre|
peds
peds
Id, ModelName, TxdName, Default pedtype, Behavior, AnimGroup, Cars can drive mask
Id, ModelName, TxdName, Default pedtype, Behavior, AnimGroup, Cars can drive mask
end
end
</pre>
}}


{|class="wikitable center-col-1 center-col-2" style="width: 100%;"
{|class="wikitable center-col-1 center-col-2" style="width: 100%;"
Line 21: Line 21:
!Description
!Description
|-
|-
|A ||Id ||integer ||Unique model ID
|A ||Id ||integer ||Unique object identifier
|-
|-
|B ||ModelName ||string ||Name of the .dff model file, without extension
|B ||ModelName ||string ||Name of the .dff model file, without extension
Line 61: Line 61:
=== GTA Vice City ===
=== GTA Vice City ===
This section is mainly used in the <code>\data\default.ide</code> file.
This section is mainly used in the <code>\data\default.ide</code> file.
<pre>
{{Pre|
peds
peds
Id, ModelName, TxdName, Default pedtype, Behavior, AnimGroup, Cars can drive mask, Animfile, Radio1, Radio2
Id, ModelName, TxdName, Default pedtype, Behavior, AnimGroup, Cars can drive mask, Animfile, Radio1, Radio2
end
end
</pre>
}}


{|class="wikitable center-col-1 center-col-2" style="width: 100%;"
{|class="wikitable center-col-1 center-col-2" style="width: 100%;"
Line 73: Line 73:
!Description
!Description
|-
|-
|A ||Id ||integer ||Unique model ID
|A ||Id ||integer ||Unique object identifier
|-
|-
|B ||ModelName ||string ||Name of the .dff model file, without extension
|B ||ModelName ||string ||Name of the .dff model file, without extension
Line 125: Line 125:
=== GTA San Andreas ===
=== GTA San Andreas ===
This section is mainly used in the <code>\data\peds.ide</code> file.
This section is mainly used in the <code>\data\peds.ide</code> file.
<pre>
{{Pre|
peds
peds
Id, ModelName, TxdName, Default pedtype, Behavior, AnimGroup, Cars can drive mask, Flags, Animfile, Radio1, Radio2, VoiceArchive, Voice1, Voice2
Id, ModelName, TxdName, Default pedtype, Behavior, AnimGroup, Cars can drive mask, Flags, Animfile, Radio1, Radio2, VoiceArchive, Voice1, Voice2
end
end
</pre>
}}


{|class="wikitable center-col-1 center-col-2" style="width: 100%;"
{|class="wikitable center-col-1 center-col-2" style="width: 100%;"
Line 137: Line 137:
!Description
!Description
|-
|-
|A ||Id ||integer ||Unique model ID
|A ||Id ||integer ||Unique object identifier
|-
|-
|B ||ModelName ||string ||Name of the .dff model file, without extension
|B ||ModelName ||string ||Name of the .dff model file, without extension
Line 227: Line 227:


=== Radio stations ===
=== Radio stations ===
This is a list of available radio stations.
This is a list of available radio stations for use in the Radio1 and Radio2 columns.
{|class="wikitable"
{|class="wikitable"
!rowspan="2" |Number
!rowspan="2" |Number
Line 234: Line 234:
!{{Icon-square|VC}} ||{{Icon-square|SA}}
!{{Icon-square|VC}} ||{{Icon-square|SA}}
|-
|-
|0 ||Wildstyle ||Playback FM
|0 ||[[Wildstyle]] ||[[Playback FM]]
|-
|-
|1 ||Flash FM ||K Rose
|1 ||[[Flash FM]] ||[[K Rose]]
|-
|-
|2 ||KChat ||WCTR
|2 ||[[K-Chat|KChat]] ||[[West Coast Talk Radio|WCTR]]
|-
|-
|3 ||Fever 105 ||K-DST
|3 ||[[Fever 105]] ||[[K-DST]]
|-
|-
|4 ||VRock ||Bounce FM
|4 ||[[V-Rock|VRock]] ||[[Bounce FM]]
|-
|-
|5 ||VCPR ||SF-UR
|5 ||[[Vice City Public Radio|VCPR]] ||[[SF-UR]]
|-
|-
|6 ||Espantoso ||Radio Los Santos
|6 ||[[Radio Espantoso|Espantoso]] ||[[Radio Los Santos]]
|-
|-
|7 ||Emotion 98.3 ||Radio X
|7 ||[[Emotion 98.3]] ||[[Radio X]]
|-
|-
|8 ||Wave 103 ||CSR 103.9
|8 ||[[Wave 103]] ||[[CSR 103.9]]
|-
|-
|9 ||Default vehicle's station ||K-Jah West
|9 ||Default vehicle's station ||[[K-JAH West|K-Jah West]]
|-
|-
|10 ||Radio off ||Master Sounds 98.3
|10 ||Radio off ||[[Master Sounds 98.3]]
|-
|-
|11 ||- ||User Track Player
|11 ||- ||User Track Player
|-
|-
|12 ||- ||Radio Off
|12 ||- ||Radio off
|}
|}


== Statistics ==
== Statistics ==
Total number of PEDS entries in:
Total number of <code>peds</code> entries in:
:GTA III: 83 (max 90)
:GTA III: 83 (max 90)
:GTA Vice City: 126 (max 130)
:GTA Vice City: 126 (max 130)
Line 268: Line 268:


{{fdl}}
{{fdl}}
{{modding}}
[[Category:Modifications]]
12,236

edits