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

Fix SGM import #54

Closed
fatcerberus opened this issue Oct 15, 2015 · 1 comment
Closed

Fix SGM import #54

fatcerberus opened this issue Oct 15, 2015 · 1 comment
Assignees

Comments

@fatcerberus
Copy link
Collaborator

This was broken by the recent project subsystem changes, Sphere Studio can no longer open game.sgm files directly.

Add an option to "upgrade" game.sgm to .ssproj, or alternatively an "import" feature which copies the assets into a new project without touching the original distribution.

@fatcerberus
Copy link
Collaborator Author

Fixed in commit: 370d9ed

This adds a menu item to the File menu, "Upgrade SGM". The upgrade is done in-place, deleting the SGM and replacing it with a Sphere Studio .ssproj file. In the future this should probably be moved into a plugin, but the bindings aren't in place to allow that to be done cleanly.

@fatcerberus fatcerberus self-assigned this Oct 16, 2015
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

1 participant