Search found 33 matches

by bbs3223474
Fri Jan 22, 2016 11:11 am
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED]Can Ren'py play multiple voices at the same time?
Replies: 5
Views: 5580

Re: Can Ren'py play multiple voices at the same time?

Yeah it can but you might have to define more sound channels, because by default renpy only shoots out one sound and music channel at a time. I had a similar problem when I wanted to have multiple instruments play at the same time (while still having the possibility to have them fade in/out individ...
by bbs3223474
Thu Jan 21, 2016 2:01 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED]Can Ren'py play multiple voices at the same time?
Replies: 5
Views: 5580

[SOLVED]Can Ren'py play multiple voices at the same time?

For example, I write script like this:

Code: Select all

voice "moba001_10007"
voice "moba002_10006"
voice "moba003_10005"
But Ren'py can only play the last one. Actually I want those three voices play at the same time to make a special effect. Can Ren'py do this?
by bbs3223474
Wed Jan 20, 2016 3:03 am
Forum: Ren'Py Questions and Announcements
Topic: How to use a transition to realize this?
Replies: 2
Views: 473

Re: How to use a transition to realize this?

You are using transitions that move sprites inside the game to different positions, while what you want to do is to move the scene. In this case is pretty easy but in some other situations it's better to use transforms . The easier thing would be just stating the positions with "at". scen...
by bbs3223474
Tue Jan 19, 2016 12:49 pm
Forum: Ren'Py Questions and Announcements
Topic: How to use a transition to realize this?
Replies: 2
Views: 473

How to use a transition to realize this?

For example, this image: http://i.imgur.com/Z0Lpdqj.png In my case, I want Ren'py to move it from bottom to top just like look upon the sky. But when I tried "moveintop" statement, it can only slide in and stop when the image border reaches the bottom of the window, like this: http://i.im...
by bbs3223474
Mon Jan 18, 2016 10:44 am
Forum: Ren'Py Questions and Announcements
Topic: How to deal with this situation?
Replies: 2
Views: 300

Re: How to deal with this situation?

SundownKid wrote:The Pause statement is as far as I know the only way to do that.
Not sure how it's ineffective though... Ctrl+C and Ctrl+V exist for a reason.
Because every voice have different length, I have to figure out the number every time but I have a plenty of the pictures to show and so the voices to play.
by bbs3223474
Sun Jan 17, 2016 7:09 am
Forum: Ren'Py Questions and Announcements
Topic: How to deal with this situation?
Replies: 2
Views: 300

How to deal with this situation?

I'm writing scripts like this: label ev0000: play music "bgm/bgm_m36.ogg" scene bg2 is_ecg01a_s01 with Fade(0.5, 1.0, 0.5) show bg2 is_ecg01a_s27 as bot with Dis show bg2 is_ecg01a_s02 as top with Dis voice "ayumu_10001" show bg2 is_ecg01a_s03 as top with Dis voice "ayumu_10...
by bbs3223474
Sat Jan 16, 2016 3:16 am
Forum: Ren'Py Questions and Announcements
Topic: Can mouse cursor be a ".cur" file?
Replies: 1
Views: 546

Can mouse cursor be a ".cur" file?

I'm writing a game which have its own mouse cursor, so I tried "config.mouse = " command like this: config.mouse = "system/mouse.cur" But game failed to run and I got this traceback: I'm sorry, but an uncaught exception occurred. While running game code: File "renpy/common/0...
by bbs3223474
Mon Sep 28, 2015 8:51 am
Forum: Ren'Py Questions and Announcements
Topic: RAPT build failed [SOLVED]
Replies: 3
Views: 732

Re: RAPT build failed

That's weird. Does F:\Ren'py_SDK_Nightly\rapt\android-sdk-r23\extras\google\play_licensing\library\build.xml exist? If so, what does it contain? It might make sense to try deleting F:\Ren'py_SDK_Nightly\rapt\android-sdk-r23 entirely, and re-running the install sdk step. Finally solved by my own. He...
by bbs3223474
Mon Sep 28, 2015 1:52 am
Forum: Ren'Py Questions and Announcements
Topic: RAPT build failed [SOLVED]
Replies: 3
Views: 732

Re: RAPT build failed

That's weird. Does F:\Ren'py_SDK_Nightly\rapt\android-sdk-r23\extras\google\play_licensing\library\build.xml exist? If so, what does it contain? It might make sense to try deleting F:\Ren'py_SDK_Nightly\rapt\android-sdk-r23 entirely, and re-running the install sdk step. It doesn't exist, but after ...
by bbs3223474
Sun Sep 27, 2015 8:29 am
Forum: Ren'Py Questions and Announcements
Topic: RAPT build failed [SOLVED]
Replies: 3
Views: 732

RAPT build failed [SOLVED]

When I'm trying to build a game for Android platform, RAPT reports a error message. BUILD FAILED F:\Ren'py_SDK_Nightly\rapt\android-sdk-r23\tools\ant\build.xml:597: Invalid file: F:\Ren'py_SDK_Nightly\rapt\android-sdk-r23\extras\google\play_licensing\library\build.xml Seems many people have same que...
by bbs3223474
Sat Sep 12, 2015 8:36 am
Forum: Ren'Py Questions and Announcements
Topic: Why can't I download RAPT?
Replies: 1
Views: 433

Why can't I download RAPT?

I'm trying to release a game. When I select "Android" in ren'py's menu, and confirm download RAPT from it, it turns out a message: ValueError: No JSON object could be decoded Then I download RAPT zip from ren'py homepage and extracted like this: F:\Ren'py_SDK_Nightly\rapt Still can't acces...
by bbs3223474
Fri Jun 26, 2015 11:00 am
Forum: Ren'Py Questions and Announcements
Topic: A question about krkr2 and Ren'py script
Replies: 6
Views: 1726

Re: A question about krkr2 and Ren'py script

PyTom wrote:These don't have direct equivalents, but I'll add something similar.

https://github.com/renpy/renpy/issues/671

will track the progress of this.
Appreciate that, I already saw changes in GitHub, when and how can I use this new function?
by bbs3223474
Thu Jun 25, 2015 7:02 am
Forum: Ren'Py Questions and Announcements
Topic: A question about krkr2 and Ren'py script
Replies: 6
Views: 1726

A question about krkr2 and Ren'py script

When I was working on making a krkr2 ADV game become Ren'py's, I discovered something. In krkr2's script, sometime I can find these: #skipoff #wipecancel disabled #waitcancel disabled at the begining or the end of many scripts. These commands mean: #skipoff --- In this script you can never use Ctrl...
by bbs3223474
Sat Jun 20, 2015 1:41 pm
Forum: Creator Discussion
Topic: I started a project to transplant a krkr2 game
Replies: 1
Views: 1014

I started a project to transplant a krkr2 game

Hi there, I'm Chinese and not goood at English, but I still hope you can understand. I started a project, to transplant a game which created by krkr2 engine to ren'py version. This game called "Sono hanabira ni kuchizuke wo - Shirayuki no kishi"(In japanese is:その花びらにくちづけを 白雪の騎士), all about...
by bbs3223474
Mon Apr 20, 2015 9:11 am
Forum: Ren'Py Questions and Announcements
Topic: Why circlewipe trasition can't work?
Replies: 5
Views: 924

Re: Why circlewipe trasition can't work?

After you pointed out that circlewipe was in the tutorial game, I checked out that file. Have you read it? There are two things to note. The first is that the transition is defined there like so: init: $ circlewipe = ImageDissolve("id_circlewipe.png", 1.0, 8) You should also have that in ...