tpunix / SAROO

SAROO is a SEGA Saturn HDloader
293 stars 37 forks source link

Batman Forever - The Arcade Game - Graphical Glitch #83

Closed keeper7keys closed 3 months ago

keeper7keys commented 4 months ago

FW: 0.3

The opening scene has graphical glitches. Tested on american and japanese version of the game.

https://youtu.be/fV3dy3YvXBA

I tested using the following sector delay values but there was no difference. 1000, 4000, 8000, 10000, 11000, 12000, 13000, 14000, 15000, 16000, 20000, 30000

Regards

tzmwx commented 4 months ago

sector_delay = 40000

keeper7keys commented 3 months ago

Setting the value to 40000 fixes the glitch but causes problems during gameplay probably because the delay is too long. For example the sprites on screen warps from one place to another or take too long to appear, there are pauses during fights, some animations in the result screen after you beat the level sometimes don't show up and the game loading is way too longer.

Thanks

tzmwx commented 3 months ago

play_delay= 65000 sector_delay = 8000

keeper7keys commented 3 months ago

Thanks. It's working now.