-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GM:S 1.4 support #32
Comments
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 👍 |
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?
The text was updated successfully, but these errors were encountered: