023C

From GTAMods Wiki
Revision as of 18:08, 29 December 2014 by Spaceeinstein (talk | contribs) (vc completely redone)
Jump to navigation Jump to search

GTA III Vice City San Andreas LOAD_SPECIAL_CHARACTER


Description

Loads a special character into the specified memory slot

Syntax

GTA III Vice City 023C: load_special_actor [int] '[string]'
San Andreas 023C: load_special_actor '[string]' as [int]

Parameter

[int]
Memory slot (from 1 to 4 in GTA III, 1 to 21 in Vice City, and 1 to 10 in San Andreas)
[string]
Valid character DFF model name

This opcode loads a special character into the specified memory slot. It is required when using opcode 009A with special peds or opcode 02E6 during cutscenes. An interesting thing about this opcode is that the DFF model does not need to be defined in an IDE file. All it needs is a functional character model. Opcode 023D checks if the character has been loaded and opcode 0296 unloads it.

List of special characters

This is a list of all usable in-game characters that are not defined in an IDE file and can be spawned with opcode 009A as a special ped. That excludes the ones that can only be used in cutscenes.

GTA III

Vice City

Table of special characters in Vice City
Image VC special BGA.png VC special BGB.png VC special BOUNCA.png VC special BURGER.png VC special CGONA.png VC special CGONB.png VC special CGONC.png VC special CHEF.png
Name BGA BGB BOUNCA BURGER CGONA CGONB CGONC CHEF
Notes Bodyguard Bodyguard Malibu Club
bouncer
Food store worker Cortez's goon Cortez's goon Cortez's goon
(unused)
Chef
Image VC special CMRAMAN.png VC special COURIER.png VC special CREWA.png VC special CREWB.png VC special CSJUGGZ.png VC special DGOONA.png VC special DGOONB.png VC special DGOONC.png
Name CMRAMAN COURIER CREWA CREWB CSJUGGZ DGOONA DGOONB DGOONC
Notes Porno cameraman
(same as BMYST)
French courier Film Studio worker Film Studio worker Female porn actor Diaz's/Tommy's
goon
Diaz's/Tommy's
goon
Diaz's/Tommy's
goon
Image VC special FLOOZYA.png VC special FLOOZYB.png VC special FLOOZYC.png VC special FSFA.png VC special IGALSCB.png VC special IGBUDDY.png VC special IGBUDY2.png VC special IGBUDY3.png
Name FLOOZYA FLOOZYB FLOOZYC FSFA IGALSCB IGBUDDY IGBUDY2 IGBUDY3
Notes Floozy
(same as WFYST)
Floozy
(same as BFYRI)
Floozy
(same as WFYPR)
French SWAT Alex Shrub Lance Vance Lance (cop) Lance
(beaten, unused)

San Andreas

Liberty City Stories

Keywords

load, request, model, special, actor, character, ped

External link