Skip to content
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

Open
nkrapivin opened this issue Dec 15, 2019 · 6 comments
Open

GM:S 1.4 support #32

nkrapivin opened this issue Dec 15, 2019 · 6 comments

Comments

@nkrapivin
Copy link

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?

@sanbox-irl
Copy link
Owner

Can you tell me more about .gmx files? I apologize!

@RobQuistNL
Copy link

GMX is the format for GMS1.4 - its an XML format as opposed to the GMS2's .yy JSON files.

@sanbox-irl
Copy link
Owner

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

@RobQuistNL
Copy link

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?

@sanbox-irl
Copy link
Owner

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

@RobQuistNL
Copy link

I completely agree 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants