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

Are there any plans to port it to 4.0? #9

Open
HastagGuigui opened this issue Mar 24, 2023 · 3 comments
Open

Are there any plans to port it to 4.0? #9

HastagGuigui opened this issue Mar 24, 2023 · 3 comments

Comments

@HastagGuigui
Copy link

I was trying to create a tool for helping me in development of my game but realized that this hasn't been updated yet (and trying to parse a 4.0 scene just throws a ParseException), and considering this may be a big rewrite, I just wanted to know if there were any plans for it.

@stevearc
Copy link
Owner

Sadly I do not have the same amount of spare time that I used to, and I'm not actively working on any projects using Godot. However, I would be surprised if the file format was significantly different. If you can provide some more information about what the new scene files look like and where the parsing is failing, it might be a relatively quick fix

@HastagGuigui
Copy link
Author

The biggest change i felt like when porting my scenes from 3.0 to 4.0 would be the change to the tilemap system. And here, I think that's what broke.

Error when attempting to parse

image

Screenshot from where the file fails to parse

image

stevearc added a commit that referenced this issue Mar 26, 2023
@stevearc
Copy link
Owner

The parser was choking because it didn't expect the : character to be there. I've pushed an update, could you try the latest master?

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

2 participants