christhed Posted January 8, 2024 Posted January 8, 2024 I'm trying to write a script to create custom fields automaticaly for my games but I can't find where they are stored. I assumed they would be in metadata.xml but can't find them there. Anyone can help with that? Thanks! Quote
Solution superrob3000 Posted January 8, 2024 Solution Posted January 8, 2024 1 hour ago, christhed said: I'm trying to write a script to create custom fields automaticaly for my games but I can't find where they are stored. I assumed they would be in metadata.xml but can't find them there. Anyone can help with that? Thanks! CustomField elements get added to Data/Platforms/<platform_name>.xml 1 Quote
christhed Posted January 8, 2024 Author Posted January 8, 2024 Wow messing with that will suck. Thanks a lot! Quote
superrob3000 Posted January 8, 2024 Posted January 8, 2024 7 minutes ago, christhed said: Wow messing with that will suck. Thanks a lot! You could always write a simple plugin instead of a script. There is a method to add custom fields for a game which might be easier/safer than trying to directly edit your XML data files. Quote
christhed Posted January 8, 2024 Author Posted January 8, 2024 I thought about it but i'm only familiar with Python so I'll have to go with this method Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.