|
Post by shadowcross on Dec 5, 2016 22:31:29 GMT -8
So, I have a particular problem while playing this game. Both on this game for me, and Sunrider Academy, the opening animation ends up stuck on "Love in Space's" logo, and won't advance. I'm not sure why this is.
I have looked around some and found the ALT+G command, and played around with it. Here are the results.
Direct X: Animation stuck on Love in Space screen. Open GL: Animation stuck on Love in Space screen. Software Renderer: Works normally, but then the rest of the game becomes extremely slow and borderline unplayable.
When it gets stuck, the music continues normally, the visuals simply refuse to advance. I'm not sure what exactly would be causing this. For the record, the 'GPU' I'm using is simply an integrated, but I played the first game in this series on a 2007 era laptop that was also on Intel integrated, and this is from 2012, so I don't think that by itself is the issue. It seems like a software issue of some kind. I have tried both the newest drivers for my chip and oldest ones, no dice.
Can somebody point me in the right direction?
|
|
|
Post by Nemjen on Dec 6, 2016 13:51:40 GMT -8
If in doubt, comment it out. - Go to: '\Sunrider Liberation Day\game' and find the file 'script.rpy' - Right click -> edit (I would recommend getting Notepad++ if you do not already have it) - Look for the line: $ renpy.movie_cutscene("3DCG/op.webm") - Change it to: # $ renpy.movie_cutscene("3DCG/op.webm") Does that allow you to get to the menu? Edit: Keep in mind that with OpenGL it is dependent on your hardware (especially drivers) so if your integrated graphics card doesn't support it you will not be able to use it. Then with DirectX I believe you need to have a minimum of 'DirectX 9' on your system to be able to use it with Renpy, the easiest way is to run 'dxdiag' and look in the 'system' tab.
|
|