gonetz / GLideN64

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

Paper Mario Monstar issue #2642

Closed Darth-Koopa closed 2 years ago

Darth-Koopa commented 2 years ago

In the original Nintendo 64 version of the game, Monstar has a moving iridescent star pattern over it. However, the emulator, incorrectly renders this as a cloud of star-like particles surrounding it.

Here is the graphic comparsion

The above text is from the Super Mario Wiki and is available under a Creative Commons license. Attribution must be provided through a list of authors or a link back to the original article. Source: https://www.mariowiki.com/Monstar image screenshot from emulator image image of real console image from https://youtu.be/bMIkzLVkvbM

StatesavePaper_Mario_U.pj.zip

olivieryuyu commented 2 years ago

looks like a nice fb effect :)

ghost commented 2 years ago

The stars are rendered as a decal over the monster texture. You need N64 style depth compare so the effect shows correctly.

Darth-Koopa commented 2 years ago

The stars are rendered as a decal over the monster texture. You need N64 style depth compare so the effect shows correctly.

image Issue fixed. thanks