Difference between revisions of "Talk:PEDS"
Jump to navigation
Jump to search
m |
|||
Line 6: | Line 6: | ||
Now you have one NPC more ;-). --{{#if:Aschratt|[[User:Aschratt|Aschratt]]}} - [http://www.aschratt.com oO] 09:32, 30 July 2010 (UTC) | Now you have one NPC more ;-). --{{#if:Aschratt|[[User:Aschratt|Aschratt]]}} - [http://www.aschratt.com oO] 09:32, 30 July 2010 (UTC) | ||
− | == Documentation for SA isn't correct | + | == Documentation for SA isn't correct == |
SA is missing a flag after carmask and before animfile. I'm not sure how to update the table under it to conform to this, so I'm forwarding the issue :) --[[User:Link2012|Link2012]] ([[User talk:Link2012|talk]]) 21:31, 14 June 2016 (UTC) | SA is missing a flag after carmask and before animfile. I'm not sure how to update the table under it to conform to this, so I'm forwarding the issue :) --[[User:Link2012|Link2012]] ([[User talk:Link2012|talk]]) 21:31, 14 June 2016 (UTC) |
Revision as of 21:31, 14 June 2016
PED bug for San Andreas
Just some information for those who are interested. R* made a mistake by defining the pedestrians for San Andreas. The peds.ide
file was created by hand and not tested for each entry, so that there is one invalid line (PED #51):
51, BMYMOUN, BMYMOUN, CIVMALE, STAT_SENSIBLE_GUY, man,0800,1, man,2,0 PED_TYPE_GEN,VOICE_GEN_BMYMOUN ,VOICE_GEN_BMYMOUN
To fix it you have to place the missing comma before the voice sound file information:
51, BMYMOUN, BMYMOUN, CIVMALE, STAT_SENSIBLE_GUY, man,0800,1, man,2,0, PED_TYPE_GEN,VOICE_GEN_BMYMOUN ,VOICE_GEN_BMYMOUN
Now you have one NPC more ;-). --Aschratt - oO 09:32, 30 July 2010 (UTC)
Documentation for SA isn't correct
SA is missing a flag after carmask and before animfile. I'm not sure how to update the table under it to conform to this, so I'm forwarding the issue :) --Link2012 (talk) 21:31, 14 June 2016 (UTC)