It's 8 most of the time.
(not sure this is relevant, but startup seems to be taking more than 10 seconds?)
Search found 211 matches
- Tue Aug 10, 2010 12:47 am
- Forum: Development of Ren'Py
- Topic: Ren'Py 6.11.0 Public Pre-Release
- Replies: 145
- Views: 10966
- Mon Aug 09, 2010 11:30 pm
- Forum: Development of Ren'Py
- Topic: Ren'Py 6.11.0 Public Pre-Release
- Replies: 145
- Views: 10966
Re: Ren'Py 6.11.0 Public Pre-Release
I tried that, it was a bit over 110 most of the time.PyTom wrote:To get a really good performance test, try looking of the framerate of the following code:
I'd like to see what you're getting during dissolveCode: Select all
label start: scene black with Dissolve(10.0)
- Mon Aug 09, 2010 3:22 pm
- Forum: Development of Ren'Py
- Topic: Ren'Py 6.11.0 Public Pre-Release
- Replies: 145
- Views: 10966
Re: Ren'Py 6.11.0 Public Pre-Release
1) Can you grab a tool like FRAPS, and see what Ren'Py's framerate is? I'll note that the framerate varies a lot over the course of Ren'Py, to save energy - I suggest measuring it during the ATL concert demo, in the tutorial. FRAPS is showing yellow numbers in the range of 4-5 when nothing is happe...
- Mon Aug 09, 2010 1:40 pm
- Forum: Development of Ren'Py
- Topic: Ren'Py 6.11.0 Public Pre-Release
- Replies: 145
- Views: 10966
Re: Ren'Py 6.11.0 Public Pre-Release
You could also create a file "environment.txt" in the same directory as renpy.exe, with the following line in it: RENPY_RENDERER="gl,sw" I did that, it works now (with a bit of visible lag when resizing). On an unrelated note, how do you get the window back to its original size after resizing it? (...
- Mon Aug 09, 2010 1:14 pm
- Forum: Development of Ren'Py
- Topic: Ren'Py 6.11.0 Public Pre-Release
- Replies: 145
- Views: 10966
Re: Ren'Py 6.11.0 Public Pre-Release
Unless you were running just the launcher (which disables OpenGL on its own) No, I actually started a game. , that means that you failed the OpenGL performance test. If Ren'Py can't dissolve at at least 16fps, then it gives up and reverts back to software rendering mode. So basically this means my ...
- Mon Aug 09, 2010 12:42 pm
- Forum: Development of Ren'Py
- Topic: Ren'Py 6.11.0 Public Pre-Release
- Replies: 145
- Views: 10966
Re: Ren'Py 6.11.0 Public Pre-Release
All it says is this:
GL Disabled.
- Mon Aug 09, 2010 10:49 am
- Forum: Development of Ren'Py
- Topic: Ren'Py 6.11.0 Public Pre-Release
- Replies: 145
- Views: 10966
Re: Ren'Py 6.11.0 Public Pre-Release
OpenGL mode doesn't work on my laptop (I tried resizing the window - can't). I find this rather strange, since this laptop otherwise supports OpenGL (I just updated the graphic drivers to the latest version and can even see an OpenGL settings screen). Any ideas what might be causing this / what to d...
- Sat Aug 07, 2010 3:44 pm
- Forum: General Discussion
- Topic: What you see looking outside of your window?
- Replies: 95
- Views: 8052
- Sat Aug 07, 2010 2:59 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Automatically making a determined menu choice?
- Replies: 8
- Views: 1516
Re: Automatically making a determined menu choice?
That's so wonderfully simple!
Why didn't I think of it
Thank you!
Why didn't I think of it
Thank you!
- Sat Aug 07, 2010 2:03 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Automatically making a determined menu choice?
- Replies: 8
- Views: 1516
Re: Automatically making a determined menu choice?
Sorry to revive a thread from 2007, but is this possible?
I'm trying to implement an advanced skip mode, where all menu choices but those in major cutscenes are skipped, just like regular text - the first menu option should be chosen automatically.
Any suggestions?
I'm trying to implement an advanced skip mode, where all menu choices but those in major cutscenes are skipped, just like regular text - the first menu option should be chosen automatically.
Any suggestions?
- Wed Jun 23, 2010 11:33 am
- Forum: Creator Discussion
- Topic: Background Photos - old bathhouse, geothermal valley
- Replies: 3
- Views: 1428
Background Photos - old bathhouse, geothermal valley
I had the opportunity to take a few photographs of an old Japanese bathhouse last week and thought of sharing them. They should work well as backgrounds, either as-is or filtered / processed. Feel free to use them any way you like - no restrictions, no credit needed. The resolution is pretty low - i...
- Sat Apr 17, 2010 10:34 am
- Forum: General Discussion
- Topic: Post your photo
- Replies: 1175
- Views: 115401
Re: Post your photo
I had great fun going through this thread.
So here's mine:
So here's mine:
- Sun Feb 28, 2010 6:37 am
- Forum: Completed Games
- Topic: RE: Alistair++
- Replies: 329
- Views: 90902
Re: RE: Alistair (Otome dating sim/stats raising visual novel)
I just finished playing, it's really good! Probably the best Ren'Py game I played so far.
I'm infinitely impressed you managed to produce this in two months.
I'm infinitely impressed you managed to produce this in two months.
- Thu Feb 18, 2010 11:48 am
- Forum: General Discussion
- Topic: Buy Music in dl site for commercial game
- Replies: 6
- Views: 1922
Re: Buy Music in dl site for commercial game
We actually buy all our music on DL site (Japanese version) - I think we even used some music from T.M.Bach in The Stolen Diamond Ring, so I'll take a look at their Japanese licence and report later. In general, "copyright-free" in Japanese context doesn't mean free of copyright. It means "royalty f...
- Thu Feb 11, 2010 4:08 am
- Forum: Ren'Py Questions and Announcements
- Topic: DSE 2
- Replies: 11
- Views: 1613
Re: DSE 2
Sorry to revive an old thread, but I have a question that never got answered (several people asked on several threads): How do you show only selected stats? (for example, only those that changed as a result of player's latest interaction - while still keeping the option to show all stats on a stat s...