gonetz / GLideN64

A new generation, open-source graphics plugin for N64 emulators.
Other
773 stars 180 forks source link

Ogre Battle 64 endlessly dumps images and cannot be replaced as a result #2440

Open RabidLabMonkey opened 3 years ago

RabidLabMonkey commented 3 years ago

It looks like when a sprite/image doesn't occupy all the space assigned to it in memory, it's dumped with left over gibberish from previous draw calls, which causes most character images and interface elements to be dumped every frame and thus make replacement impossible.

image A single image being dumped several times because the pixel column to the right is filled with gibberish that causes the image to be dumped every time the emulator encounters it.

Nes-player4Life commented 2 years ago

have you tried the wildcard option? https://github.com/gonetz/GLideN64/pull/2441