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

World Map Location Selection Button Bugs #419

Closed
cambragol opened this issue Aug 16, 2024 · 5 comments
Closed

World Map Location Selection Button Bugs #419

cambragol opened this issue Aug 16, 2024 · 5 comments

Comments

@cambragol
Copy link

Several issues with the WorldMap location selection buttons.

One, the top button is in a depressed state at all times. Further, when scrolling the map left or right, the top button disappears:

Screen Shot 2024-08-16 at 11 39 19 Screen Shot 2024-08-16 at 11 39 10

Further, though not necessarily related, scrolling the location selection buttons (not pressing the up and down arrows) will frequently cause the buttons to stop working. Using the up down arrow buttons restores functionality to the location selection buttons.

@cambragol
Copy link
Author

Part of the issue here may be a 'bug' in the background graphics for the scroll buttons.

The default graphic looks like this:

Image

The blank area at the top is being placed behind the top entry in the location list. This means the button that is overlayed looks 'off or depressed' (slightly). Additionally, all the buttons may be disappearing, rather than just the top button, when scrolled left and right, but the lack of a background bug behind the top entry makes it appear to only happen there.

@cambragol
Copy link
Author

cambragol commented Jan 20, 2025

The loss of button functionality can also be triggered by clicking the up area for the scroll when the location list is at the default (top) position.

@cambragol
Copy link
Author

// 0x4C219C static void wmInterfaceScrollTabsStart(int delta) { for (int index = 0; index < 7; index++) { buttonDisable(wmTownMapSubButtonIds[index]); }

Does anyone know what this chunk of code is for in worldmap.cc?

commenting out the for loop fixes the above bug. But..what is the code for?

@alexbatalov
Copy link
Owner

Can you post a save game so I can investigate?

@cambragol
Copy link
Author

Sure, but it happens with all save games. I am getting it in default Fallout 2 and Sonora, from any save (that I can see so far).

SLOT08.zip

alexbatalov added a commit that referenced this issue Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants