Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stage Select Texture Seams when 4:3 #113

Open
Ellasent opened this issue Aug 9, 2024 · 5 comments
Open

Stage Select Texture Seams when 4:3 #113

Ellasent opened this issue Aug 9, 2024 · 5 comments
Labels
ver-dreamcast Issue is confirmed as present on the Dreamcast version ver-gamecube Issue is confirmed as present on the GameCube version ver-playstation Issue is confirmed as present on the Playstation 3 version ver-xbox Issue is confirmed as present on the Xbox 360 version

Comments

@Ellasent
Copy link

Ellasent commented Aug 9, 2024

Whenever the game is set to 4:3, the textures for the stage select suddenly gain seams that aren't present when the game is 16:9.
image
I stitched together screenshots of the stage select to try and show where the seams show up.
They seam to be around the chunks of the textures as seen in the stageMapBG.pak, which makes a lot of sense.
image
image

I don't know how easy this would be to take care of or if it'd be better saved for the menu rewrite down the line, but I figure it's worth bringing up.

@shaddatic
Copy link
Owner

This is due to each section being a seperate sprite. It was never designed to be viewed in anything but 480p. The widescreen version is instead one large texture that is scrolled across the screen. This is an issue in general with the older draw functions

@Ellasent
Copy link
Author

Unfortunately the issue persists even when the game is rendering at 480p.
image
I probably should've brought it up in the initial post since I did try to see if setting it to 480p would fix it before opening the issue, but yeah.
It still absolutely has something to do with that, it's just an extra thing I figured would be worth noting.

@shaddatic
Copy link
Owner

This is also the case on the Dreamcast version

image

@shaddatic
Copy link
Owner

Not saying it's not an issue, but it's also slightly misplaced on the original versions too. So this issue specifically might end up being an easier fix than I expected, but it's also true that much of the old UI elements suffer from seams and that might be a deeper issue

@Ellasent
Copy link
Author

Interesting, I never noticed that before.
I certainly hope that it might be easy to fix.

@shaddatic shaddatic added ver-dreamcast Issue is confirmed as present on the Dreamcast version ver-gamecube Issue is confirmed as present on the GameCube version ver-xbox Issue is confirmed as present on the Xbox 360 version ver-playstation Issue is confirmed as present on the Playstation 3 version labels Aug 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ver-dreamcast Issue is confirmed as present on the Dreamcast version ver-gamecube Issue is confirmed as present on the GameCube version ver-playstation Issue is confirmed as present on the Playstation 3 version ver-xbox Issue is confirmed as present on the Xbox 360 version
Projects
None yet
Development

No branches or pull requests

2 participants