gml_fmt
gml_fmt copied to clipboard
GM:S 1.4 support
Hello, I really liked your program!
But too sad that it can't support GMX project files.... (only .gml files from "scripts" directory)
Is it possible to make GMX support?
Can you tell me more about .gmx files? I apologize!
GMX is the format for GMS1.4 - its an XML format as opposed to the GMS2's .yy JSON files.
Do the .gmx files contain some code? Otherwise I'm not exactly following. We essentially do a glob for .gml files, so even loose files can be formatted. We in no way track project structure
I think GMX files could contain GML code inside of some nodes, yeah. But to make it work perfect you'd need some XML parser and grab out the contents, apply GML_FMT on that and put the XML back together. Maybe a proper regex would work good too?
Neither would be hard, but to be honest, not supporting GMS1.4 is also something good. It's deprecated software, and giving it more legs isn't a good idea, imo
I completely agree :+1: