Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 2.37 KB

File metadata and controls

45 lines (27 loc) · 2.37 KB
description
How do effects work? How do I mod them?

Effects and particles

Summary

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

Wait, this is not what I want!

{% hint style="info" %} This page is a stub, but this wiki is a community project! Please sign up and start editing1, we'd love to have you! {% endhint %}

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?

Footnotes

  1. Don't worry, you can't break anything. Each change has to be reviewed by an admin before it is merged back.