Seznam particle efektů
Projdi všechny particle efekty z GTA V i s jejich asset dictionaries a zkopíruj funkční snippet s UseParticleFxAsset + StartParticleFxLoopedOnEntity.
Tento nástroj a jeho poznámky jsou zatím v angličtině.
How particle effects load
Every effect lives inside a particle dictionary (the ptfx asset, like core orscr_rcbarry2). The dictionary has to be streamed in before you can spawn anything from it, and you have to call UseParticleFxAsset right before every Start*ParticleFx* call, because it only applies to the next one.
RequestNamedPtfxAsset(dict)and wait forHasNamedPtfxAssetLoaded(dict).UseParticleFxAsset(dict).- Spawn it with one of the start natives below.
- Looped effects return a handle. Stop them with
StopParticleFxLooped(handle, false). RemoveNamedPtfxAsset(dict)when you are done with the dictionary.
Which native to use
| Native | Use it for |
|---|---|
StartParticleFxNonLoopedAtCoord | One-shot effects (explosions, sparks, splashes) only you see. |
StartNetworkedParticleFxNonLoopedAtCoord | Same, synced to nearby players. |
StartParticleFxLoopedOnEntity | Continuous effects attached to a ped, vehicle or prop (fire, smoke, trails). |
StartParticleFxLoopedAtCoord | Continuous effects at a fixed spot. |
For looped effects you can also change colour and alpha with SetParticleFxLoopedColour andSetParticleFxLoopedAlpha, but only effects authored with tintable colours react to it.
Data source
Effect and dictionary names come fromDurtyFree/gta-v-data-dumps(particleEffectsCompact.json). Inspired by Vespura's particle list.
Další nástroje v kategorii reference
Prohlížeč modelů a hashů
Prohledej přes 900 vozidel, přes 1100 pedů a každou zbraň i s fotkami, spawn názvy a hashi.
Interaktivní mapa
Celá mapa GTA V v prohlížeči: 2D mapa se souřadnicemi a 3D svět, po kterém se projdeš freecamem nebo pěšky.
Prohlížeč animací
Přehraj si animace z GTA V na freemode pedovi ve 3D. Všechny herní slovníky a klipy, k tomu synced scény pro dva pedy i s propy.
