gta-chaos-mod / Trilogy-ASI-Script

The ASI script for the GTA Trilogy (SA only for now, 3 and VC may follow later on)
GNU General Public License v3.0
141 stars 21 forks source link

Any custom texture effect uses the specified image to cover the entire screen rather than replacing textures. #233

Closed dennalig closed 1 year ago

dennalig commented 1 year ago

Hello, I am running into an issue where any custom texture effect does not replace current textures but instead covers the screen with the specified image.

Knuxfan24 commented 1 year ago

In my experience, this was caused by SkyGfx being enabled, something about how the texture replacement effects work seemed to conflict with it?

Lordmau5 commented 1 year ago

It could be that SkyGfx is overlaying some texture on the screen as a whole - all I'm doing is replace all texture load hooks with a custom file, I don't really have fine-control with those effects.

Can you try removing mods 1-by-1 to figure out what causes this in case SkyGfx isn't at fault?

dennalig commented 1 year ago

Thank you! That Skygfx is exactly what it was!