Difference between revisions of "015C"
m (Found out the unknown parameter (3) to be density of pedestrians spawned.) |
|||
Line 4: | Line 4: | ||
'''Parameter 1''': [[Zone]]'s name as defined in the <code>gta3.zon</code> file in GTA III and <code>info.zon</code> file in Vice City<br> | '''Parameter 1''': [[Zone]]'s name as defined in the <code>gta3.zon</code> file in GTA III and <code>info.zon</code> file in Vice City<br> | ||
'''Parameter 2''': Time (0 = night: 19:00 - 8:00, 1 = day: 8:00 - 19:00)<br> | '''Parameter 2''': Time (0 = night: 19:00 - 8:00, 1 = day: 8:00 - 19:00)<br> | ||
− | '''Parameter 3''': | + | '''Parameter 3''': Density of pedestrians to spawn. |
{| cellpadding="0" cellspacing="0" | {| cellpadding="0" cellspacing="0" | ||
! | ! |
Revision as of 12:20, 16 September 2010
015C=11,%1s% %2b% %3h% %4h% %5h% %6h% %7h% %8h% %9h% %10h% %11h%
015C=13,%1s% %2b% %3h% %4h% %5h% %6h% %7h% %8h% %9h% %10h% %11h% %12h% %13d%
Description: Sets the zone's gang spawn
Parameter 1: Zone's name as defined in the gta3.zon
file in GTA III and info.zon
file in Vice City
Parameter 2: Time (0 = night: 19:00 - 8:00, 1 = day: 8:00 - 19:00)
Parameter 3: Density of pedestrians to spawn.
Supports: GTA 3, Vice City, Liberty City Stories (0161), Vice City Stories (00B7)
This opcode sets the zone's gang info. This opcodes only spawns them on foot. To spawn them in cars, use opcode 0152. In GTA III, this opcode has only 11 parameters. Vice City added two extra parameters to include more gangs. Parameters 4 and up are integers from 0 to 1000. These set the density of the gang. 0 means the gang takes up 0% of the random ped in the area and 1000 means the gang takes up 100% of the random ped in the area. The numbers added up cannot exceed 1000 or else the game will not properly spawn the gang.
Default settings
The spawned gang members use hardcoded models by default if models are not set by opcode 0410 or 0235. Only two gang members each are set per gang. The models depend on their IDs defined in the IDE file, specifically the default.ide file.
GTA III | Vice City | |||
---|---|---|---|---|
Gang | ID 1 | ID 2 | ID 1 | ID 2 |
0 | 83, CBA | 84, CBB | ||
1 | 85, HNA | 86, HNB | ||
2 | 87, SGA | 88, SGB | ||
3 | 89, CLA | 90, CLB | ||
4 | 91, GDA | 92, GDB | ||
5 | 93, BKA | 94, BKB | ||
6 | 95, PGA | 96, PGB | ||
7 | 63, WFOGO | 64, WMOGO |
Other default settings for Vice City include gang 6 faking deaths and gang 7 wielding golf clubs.