PeterSHollander / glorious_gloves

Legacy repository of the Glorious Gloves upgrade mod for Half-Life: Alyx. Please see https://gitlab.com/recursivenomad/glorious_gloves for the primary repository.
GNU General Public License v3.0
3 stars 0 forks source link

Glorious Glove particles present during a save remain permanently active in place when loading that save #13

Open PeterSHollander opened 4 years ago

PeterSHollander commented 4 years ago

I have not been able to find a graceful way to disable the particle system when the game saves, nor when it loads.

I suppose I can attach a script to the particles when I spawn them in. Have it check for an external input on Activate(), and if it doesn't receive that input, then remove itself. Will give it a shot.