Difference between revisions of "015C"
Line 33: | Line 33: | ||
|}'''Supports''': [[GTA 3]], [[Vice City]], [[Liberty City Stories]] (0161), [[Vice City Stories]] (00B7)<br> | |}'''Supports''': [[GTA 3]], [[Vice City]], [[Liberty City Stories]] (0161), [[Vice City Stories]] (00B7)<br> | ||
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. | 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. | ||
+ | {| {{prettytable}} | ||
+ | ! | ||
+ | ! colspan="2"| GTA III | ||
+ | ! colspan="2"| 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. | ||
[[Category:OpCodes]] | [[Category:OpCodes]] |
Revision as of 06:26, 10 April 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: unknown
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.