DK22Pac / plugin-sdk

An SDK for developing ASI/CLEO plugins for GTA San Andreas, GTA Vice City and GTA III
zlib License
431 stars 114 forks source link

Modifying shadow colors. #186

Open juicermv opened 7 months ago

juicermv commented 7 months ago

I'm trying to do a little experiment where I want to modify the color of all in-game shadows in real time.

I tried to do this by looping over aStaticShadows and aPermanentShadows and manually changing each shadow's color values. This does nothing. Excuse me if this is a completely stupid way of doing this, I'm trying to work with the lack of documentation and this is why I'm asking in the first place.

This is for GTA SA specifically.