Search found 211 matches

by rinrin
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

Re: Ren'Py 6.11.0 Public Pre-Release

It's 8 most of the time.
(not sure this is relevant, but startup seems to be taking more than 10 seconds?)
by rinrin
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

PyTom wrote:To get a really good performance test, try looking of the framerate of the following code:

Code: Select all

label start:
    scene black
    with Dissolve(10.0)
I'd like to see what you're getting during dissolve
I tried that, it was a bit over 110 most of the time.
by rinrin
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...
by rinrin
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? (...
by rinrin
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 ...
by rinrin
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.
by rinrin
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...
by rinrin
Sat Aug 07, 2010 3:44 pm
Forum: General Discussion
Topic: What you see looking outside of your window?
Replies: 95
Views: 8052

Re: What you see looking outside of your window?

YongHeCity.jpg
View from my balcony (a few weeks old).
balcony-jp.jpg
View from my balcony (a few years old - different balcony, different country, same camera).
by rinrin
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 :oops:

Thank you! :D
by rinrin
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?
by rinrin
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...
by rinrin
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:
by rinrin
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.
by rinrin
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...
by rinrin
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...