-
Notifications
You must be signed in to change notification settings - Fork 18
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
Support for Steins;Gate (Steam) #55
base: master
Are you sure you want to change the base?
Conversation
Get Steins;Gate to the point where it's at the main menu (though only the music plays, graphics are currently broken). Much of this is copy-paste from other games and probably wrong.
Hey @casept ! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left some comments for the things I've noticed just so I don't forget about it later.
profiles/sg/game.lua
Outdated
root.LayerCount = 100; | ||
root.GameFeatures = GameFeature.Sc3VirtualMachine | GameFeature.Renderer2D | GameFeature.Input | GameFeature.Audio | | ||
GameFeature.Video | GameFeature.DebugMenu; | ||
-- NOTE: 1080p messes up rendering of "loading system data..." message, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1080p is correct for S;G HD. But you are reusing the system message box from C;H LCC which is a base 720p game. You can try to reuse the system message box for example from Memories Off 8 (which looks/acts pretty similar) and it should look correct.
Thank you for the changes! 👍 |
Currently mostly just copy-paste from other games. No graphics yet, but the main menu is reached (the theme music plays).