Difference between revisions of "024F"
(created article) |
|||
Line 11: | Line 11: | ||
| p8 = G | | p8 = G | ||
| p9 = B | | p9 = B | ||
− | | game = [[GTA 3]], [[Vice City]], [[San Andreas]], [[Liberty City Stories]] (0254) | + | | game = [[GTA 3]], [[Vice City]], [[San Andreas]], [[Liberty City Stories]] (0254), [[Vice City Stories]] (0165) |
}} | }} | ||
− | This creates a corona at the coordinate. It is nearly identical to opcode [[04D5]]. This opcode has to be placed in a [[Create a thread#Loops|loop]] in order for the corona to appear. When the corona appears and disappears, it fades in and out. They are transparent textures and all textures used for the coronas are from the <code>[[ | + | This creates a corona at the coordinate. It is nearly identical to opcode [[04D5]]. This opcode has to be placed in a [[Create a thread#Loops|loop]] in order for the corona to appear. When the corona appears and disappears, it fades in and out. They are transparent textures and all textures used for the coronas are from the <code>[[particle.txd]]</code> file. Coronas are mainly used as checkpoints in races in the games. Note that the first three parameters are placed at the beginning instead of in the beginning. |
[[Sanny Builder]] example:<source lang="scm">024F: create_corona_with_radius 1.0 type 6 lensflares 0 with_color 255 0 0 at_point 0.0 0.0 0.0</source> | [[Sanny Builder]] example:<source lang="scm">024F: create_corona_with_radius 1.0 type 6 lensflares 0 with_color 255 0 0 at_point 0.0 0.0 0.0</source> | ||
Revision as of 05:40, 22 January 2010
{{{games}}}
- Description
- Creates a corona
- Syntax
- {{{syntax1}}}
- Parameter
This creates a corona at the coordinate. It is nearly identical to opcode 04D5. This opcode has to be placed in a loop in order for the corona to appear. When the corona appears and disappears, it fades in and out. They are transparent textures and all textures used for the coronas are from the particle.txd
file. Coronas are mainly used as checkpoints in races in the games. Note that the first three parameters are placed at the beginning instead of in the beginning.
Sanny Builder example:
024F: create_corona_with_radius 1.0 type 6 lensflares 0 with_color 255 0 0 at_point 0.0 0.0 0.0
Note
The above format is more commonly used. The actual format of this opcode is in order:
024F=9,%1d% %2d% %3d% %4d% %5d% %6d% %7d% %8d% %9d%
The format to use depends on which INI file you use.
Types of Coronas
Values not listed in the table will crash the game. The following images all have a size of 1.0 with the color white.
Type | GTA III | Vice City | San Andreas | Texture | Description |
---|---|---|---|---|---|
0 | Type 0 | coronastar | Solid light | ||
1 | Type 1 | coronastar | Slightly brighter solid light | ||
2 | Type 2 | coronamoon | Moon | ||
3 | Type 3 | coronareflect | Oval light used in sun "reflections" | ||
4 | Type 4 | coronaheadlightline | Elongated light | ||
5 | Type 5 | coronahax | Hexagonal light | ||
6 | Type 6 | coronacircle | Circular light | ||
7 | Type 7 | coronaringa | Ring light | ||
8 | Type 8 | Very thin and long light |
Types of Lens Flare
Lens flare is the light scattering effect on the lens of a camera. The most noticeably obvious use of lens flare in the games is when the player looks toward the sun but not directly at the sun.
Lensflare | Description |
---|---|
0 | none |
1 | yellow |
2 | white |