javeryh Posted July 23, 2020 Posted July 23, 2020 I'm trying to make my own theme but I cannot figure out how to remove the yellow circled text in the picture I attached. The toggles in Hyper HQ modify it somewhat but I'm not seeing an option to remove it completely. Thanks.
Spawk Posted July 23, 2020 Posted July 23, 2020 That info comes from the XML.Notepad plus plus (notepad++) will help you edit them easily.Sent from my iPhone using Tapatalk
javeryh Posted July 23, 2020 Author Posted July 23, 2020 49 minutes ago, Spawk said: That info comes from the XML. Notepad plus plus (notepad++) will help you edit them easily. Sent from my iPhone using Tapatalk Thanks. The MAME.xml? Is there an easy way to delete the stuff I don't want or is this going to be painful? Right now I only have about 100 games on my arcade cabinet but I may be adding and subtracting games over time depending on my playing habits or if a guest wants to play a particular game. The MAME.xml file has every game in there (like 9,000 of them) so I really don't want to edit it all manually if I can avoid it. Also, in the future in the unlikely event that I change themes and want this info it will be gone although I suppose I could make a MAME-backup.xml just to be sure...
Spawk Posted July 23, 2020 Posted July 23, 2020 Back ups are always a good idea. There might be someone who can make a script or something that can remove it? Not sure, I usually just bite the bullet and do this sort of stuff manually (painfully hahaha).Sent from my iPhone using Tapatalk
32assassin Posted July 23, 2020 Posted July 23, 2020 use Dons tools to generate an XML based on the games you have it will not include any of the meta data.
tancrede987 Posted July 23, 2020 Posted July 23, 2020 1 hour ago, javeryh said: Is there an easy way to delete the stuff I don't want or is this going to be painful? Has says above: np++ and use regex to find and replace the strings. Here is the regex for the titles : <description>.*?<\/description>
dark13 Posted July 23, 2020 Posted July 23, 2020 Settings/MAME.ini game_text_active=false show_year=false show_manf=false show_description=false Automatizing infopanels creation from .csv files for HTPCs themes (look at infopanel tutorial.zip on the ftp in dark13 folder) PNGs to SWFs automatized flash scripts Hyperspin Wheelset automatized template (photoshop's variables + batch) Aeon nox 4.13 W.I.P. hyperspin skin
javeryh Posted July 23, 2020 Author Posted July 23, 2020 1 hour ago, dark13 said: Settings/MAME.ini game_text_active=false show_year=false show_manf=false show_description=false There it is. Thanks so much!!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.