Rain droplets don't stop when game is paused
AeroWidescreen opened this issue · 5 comments
I noticed that the animation does not stop when the game is paused. Would this be possible to fix? Carbon has an address (00A8AD18) that you could use for this.
Amazing mod btw. I didn't realize this existed for Carbon until now.
Yeah, I just didn't implement it, it needs a timestep address, like so:
https://github.com/aap/skygfx_vc/blob/master/src/neoWaterdrops.cpp#L862
I maybe will add it later.
Okay, added (appveyor only for now). I also need to port it to MW, pretty sure everything should work identically there.
In NFSU2 couldn't find how to check for rain, other than to use forced rain and check for that.
And no idea if NFSU1 even has rain.
UPD. Uploaded to github, also updated MW, should work the same as carbon now.
Should be fixed now.
Confirmed, thanks.