Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Now that you mention that I'm almost certain that's what's going on.
There's timers that apply the fixes and clean the map shortly after loading it and looking into it it seems that the one for cleaning up the map ran BEFORE the one that applies the particle fixes. Tweaking the timing seems to have fixed it.
if it's any help, when working on another addon, i noticed that loading a pcf again after particle effects from it had already spawned would get rid of them all - could that possibly be what's going on here? the addon is just loading the pcfs too late, after the particle entities on the map have already spawned? ideally, autorun should be loading them as early as possible.
I wonder if something changed with how particles are handled...