mupen64plus / mupen64plus-video-glide64mk2

Video plugin for Mupen64Plus 2.0 based on 10th anniversary release code from gonetz
28 stars 37 forks source link

Paper Mario Star spirit text missing #77

Closed fzurita closed 7 years ago

fzurita commented 7 years ago

When star spirits talk in Paper Mario, their text doesn't show up. The text does seem to have some effect applied to it that may use noise emulation.

fzurita commented 7 years ago

This turned out to be a configuration issue.

dguyonvarch commented 1 year ago

Hello, same problem :( What is the expected configuration to make texts appear ?

fzurita commented 1 year ago

If I remember correctly, you have to enable noise for that game.

See here: https://github.com/mupen64plus-ae/mupen64plus-ae/blob/master/app/src/main/assets/mupen64plus_data/Glide64mk2.ini

dguyonvarch commented 1 year ago

Hum 🤔 this configuration is different that one i use (see https://github.com/mupen64plus/mupen64plus-video-glide64mk2/blob/master/data/Glide64mk2.ini#L951) The only setting missing compared to this one is stipple_mode (3DFX Dithered alpha emulation mode). I will test this soon 😉 thks

dguyonvarch commented 1 year ago

That's it ! The default value for stipple_mode is 2. So override this setting by 0 for Paper Mario 64 makes the Star spirits texts appear. To add context, its runs on a rpi4. Hoping it will be useful for someone else 🚀