Difference between revisions of "Particle (SA)"
Line 1: | Line 1: | ||
− | A '''particle''' is an animation of moving textures to simulate fuzzy effects. The new particle system in San Andreas is slightly different from GTA3 and Vice City. Almost all particle effects are stored in the <code>effects.fxp</code> file in the <code>models</code> folder. | + | A '''particle''' is an animation of moving textures to simulate fuzzy effects. The new particle system in San Andreas is slightly different from GTA3 and Vice City. Almost all particle effects are stored in the <code>effects.fxp</code> file in the <code>models</code> folder. You can also attach particle systems to your models using the 3d Studio Max script by [[DexX]], that works also for 2dfx [http://www.gtaforums.com/index.php?showtopic=261624 GtaForums topic] |
==Opcodes== | ==Opcodes== |
Revision as of 18:15, 9 December 2007
A particle is an animation of moving textures to simulate fuzzy effects. The new particle system in San Andreas is slightly different from GTA3 and Vice City. Almost all particle effects are stored in the effects.fxp
file in the models
folder. You can also attach particle systems to your models using the 3d Studio Max script by DexX, that works also for 2dfx GtaForums topic
Opcodes
You can use the following opcodes to do stuff to your particles.
064B - Creates a particle at a location
064C - Makes the particle visible
064E - Stops the particle
064F - Releases the particle from memory
0650 - Deletes the particle with fade
0669 - Attaches a particle to an actor
066A - Attaches a particle with rotation to an actor
066B - Attaches a particle to a vehicle
066C - Attaches a particle with rotation to a vehicle
066D - Attaches a particle to an object
066E - Attaches a particle with rotation to an object
0883 - Attaches a particle to an actor
0976 - Deletes a particle instantly
List of Particles
Name | Description | Image |
---|---|---|
blood_heli | Gush of blood | http://img.photobucket.com/albums/v41/spaceeinstein/blood_heli.jpg |
camflash | Flash of a camera | http://img.photobucket.com/albums/v41/spaceeinstein/camflash.jpg |
carwashspray | Spray of a car wash | http://img.photobucket.com/albums/v41/spaceeinstein/carwashspray.jpg |
cement | Stream of pouring cement | http://img.photobucket.com/albums/v41/spaceeinstein/cement.jpg |
cloudfast | Fast moving clouds | http://img.photobucket.com/albums/v41/spaceeinstein/cloudfast.jpg |
coke_puff | Puff of coke splling out | http://img.photobucket.com/albums/v41/spaceeinstein/coke_puff.jpg |