You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.
Please pardon my ignorance here I'm trying to find out if there is an easier way of reading the tile information for games whenever building an HD pack? When looking at a title sequence for a game I have noticed that the elements that might create a logo are spread out throughout different tiles with some repeating, which I knew that some elements would be reused. Is there a practical way to determine this so that whenever I'm editing in Photoshop I'll know what to use or how to map it or where the mapping might be? In need help you all can provide would be appreciated as I'm trying to learn more about this in the best manner possible.
The text was updated successfully, but these errors were encountered:
Play the game until the point where the object can be seen on the screen (next frame to be exact). Pause the emulator and select "PPU Viewer" under "Debug" menu. For background tiles, under the "Nametable Viewer", there will be 4 screen showing all the background tiles in the nametable. Hold the "Shift" key and right click a screen and choose "Copy Nametable (HD Pack Format)". This will copy the tiles into the clipboard. Then you can either:
Paste the data in a text file, save it with csv extension and open it in Excel. You can now use Excel formula or sort function to look for duplicates.
Yes, unfortunately there is no way to do this automatically. Mesen records the tiles as they are stored in the .nes file. Originally, I tried to make the recorder "smarter" and to try and arrange the tiles like how they appeared on the screen, but it didn't work very well and was generally worse than just using the same order as the .nes file, for most scenarios.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Please pardon my ignorance here I'm trying to find out if there is an easier way of reading the tile information for games whenever building an HD pack? When looking at a title sequence for a game I have noticed that the elements that might create a logo are spread out throughout different tiles with some repeating, which I knew that some elements would be reused. Is there a practical way to determine this so that whenever I'm editing in Photoshop I'll know what to use or how to map it or where the mapping might be? In need help you all can provide would be appreciated as I'm trying to learn more about this in the best manner possible.
The text was updated successfully, but these errors were encountered: