Joined: 6/10/2022
Posts: 1
Hey all, I'm using the Bizhawk Shuffler program and it includes a text file that fills in the name of the current game you're playing for OBS. I try to change the name of some games and it doesn't reflect in Bizhawk (at the top of the emulator), and thus in the text source for OBS. The weird thing is changing the name of most titles works (as in it updates in Bizhawk), but a decent number of game don't update from file name changes. Two examples are Tetris Attack and Super Metroid: both games won't reflect in Bizhawk any name changes to their files, whereas most games do. I don't even know where they are pulling the original names from once their name is changed.--I click on properties on the game and it doesn't show the original name anywhere. I haven't been able to discern any pattern among the games that won't update their titles in Bizhawk. Any help would be appreciated, thank you.
YoshiRulz
Any
Editor
Joined: 8/30/2020
Posts: 80
Location: Sydney, Australia
The titles will be coming from the gamedb, or in rare cases from the contents of the rom itself.
I contribute to BizHawk as Linux/cross-platform lead, testing and automation lead, and UI designer. This year, I'm experimenting with streaming BizHawk development on Twitch. nope Links to find me elsewhere and to some of my side projects are on my personal site. I will respond on Discord faster than to PMs on this site.
Hey look buddy, I'm an engineer. That means I solve problems. Not problems like "What is software," because that would fall within the purview of your conundrums of philosophy. I solve practical problems. For instance, how am I gonna stop some high-wattage thread-ripping monster of a CPU dead in its tracks? The answer: use code. And if that don't work? Use more code.
Emulator Coder, Judge, Experienced player (609)
Joined: 2/26/2020
Posts: 698
Location: California
If the game's hash matches one in the gamedb it will use the gamedb's name. If the game's hash does not match anything in the gamedb (romhacks, homebrew, or maybe system has no gamedb), it will usually use the file name (maybe in some case it might go use some name from another source e.g. in the ROM, but it's usually the file name in this case).
RGL
Joined: 7/13/2017
Posts: 54
Cant he just edit the GameDB Textfiles then? Edit : Yeah, that works