Список эффектов частиц
Смотри все эффекты частиц GTA V с их словарями ассетов и копируй рабочий сниппет UseParticleFxAsset + StartParticleFxLoopedOnEntity.
Этот инструмент и его описание пока на английском.
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.
Ещё в категории «справочники»
Модели и хеши
Ищи среди 900+ машин, 1100+ педов и всего оружия, с фото, spawn name и хешами.
Интерактивная карта
Вся карта GTA V в браузере: 2D-карта с координатами и 3D-мир, по которому можно летать или ходить.
Блипы, маркеры и чекпоинты
Все спрайты и цвета блипов, все типы маркеров и чекпоинтов. С поиском и копированием в один клик.
