Effects and particles

How do effects work? How do I mod them?

Summary

Published: Feb 11 2024 by manavortex Last documented edit: Feb 11 2024 by manavortex

Wait, this is not what I want!

This page is a stub, but this wiki is a community project! Please sign up and , we'd love to have you!

Effect registry

All effect files are registered in static_effects.csv. Since that file can only be edited once, you have to merge your own .es files by script.

For instructions on how to do that, check Scripting Cyberpunk -> Effects

Effect duration

An effect's duration is defined in the .effects file:

Particle lifetime

You can find a particle's lifetime for the individual entries in the modules array:

These are probably (?) overwritten by effect durations?

Last updated