Search found 78 matches

by nanashi
Wed Sep 21, 2011 4:17 am
Forum: Ren'Py Questions and Announcements
Topic: 【Solved】How to start a new line before character speaks?
Replies: 11
Views: 1022

【Solved】How to start a new line before character speaks?

Hi. I know we use "\n" to start text with a new line. But how do we start new line before character speaks? Below is what I'm looking for.     Testing. John "Hello world!" If I write this way, a " Testing." john "\n Hello world!" it comes out like this.     Te...
by nanashi
Wed Sep 21, 2011 4:04 am
Forum: Ren'Py Questions and Announcements
Topic: 【Solved】How to keep playing Hover Sound
Replies: 6
Views: 3184

Re: How to keep playing Hover Sound

Oh, okay.
Thanks for replying. I'll be waiting then.

How will I know when it's ready btw?
by nanashi
Tue Sep 20, 2011 9:28 pm
Forum: Ren'Py Questions and Announcements
Topic: 【Solved】How to keep playing Hover Sound
Replies: 6
Views: 3184

【Solved】How to keep playing Hover Sound

Hi. I have image map save/load screen. I'm using the code below in order to add a hover sound effect. style.imagemap_button.hover_sound = "audio/se/SE11.mp3" style.imagemap_button.activate_sound = "audio/se/SE13.mp3" Problem is, the sound stops as the cursor hovers another hot sp...
by nanashi
Mon Sep 05, 2011 9:15 pm
Forum: Ren'Py Questions and Announcements
Topic: Declaring image online?
Replies: 11
Views: 2776

Re: Declaring image online?

Ah, thanks SleepKirby. As I update and run my renpy as administrator, both of the codes are working great! As for Linux, I haven't tried it yet. I'll see if I have chance to. And thanks bink, that code is amazing. Um, do you think we can add some timer feature? Because when I tried to run it without...
by nanashi
Mon Sep 05, 2011 4:26 am
Forum: Ren'Py Questions and Announcements
Topic: Declaring image online?
Replies: 11
Views: 2776

Re: Declaring image online?

@SleepKirby Thanks! Now I know the difference between show and call. I copied posixpath.py into my game folder and changed "init" into "init python". The game now excutes, but I get this error when I call the screen. I'm sorry, but an uncaught exception occurred. NameError: name ...
by nanashi
Mon Sep 05, 2011 4:07 am
Forum: Ren'Py Questions and Announcements
Topic: what_slow_cps and NVL mode help please?
Replies: 3
Views: 957

Re: what_slow_cps and NVL mode help please?

Hi. I haven't fully understand what you mean, but is "showing character and narration speaking at the same screen" is what you're aiming for? If it's the case, try defining the narrator, too. # Your character $ a = Character("John", kind=nvl, what_prefix="\"", what...
by nanashi
Sun Sep 04, 2011 4:47 pm
Forum: Ren'Py Questions and Announcements
Topic: Declaring image online?
Replies: 11
Views: 2776

Re: Declaring image online?

@SleepKirby Thanks for the reply! It sounds exactly what I'm aiming for. I'm trying out the 2nd method right now. I think I still need some professional's help. I created a new rpy file called dev_progress. I wrote all the codes you gave me and tried to run the game, it gets some errors. screen dev_...
by nanashi
Sun Sep 04, 2011 12:06 pm
Forum: Ren'Py Questions and Announcements
Topic: Declaring image online?
Replies: 11
Views: 2776

Re: Declaring image online?

Anyone?
by nanashi
Sat Sep 03, 2011 11:58 am
Forum: Ren'Py Questions and Announcements
Topic: Declaring image online?
Replies: 11
Views: 2776

Re: Declaring image online?

@tentacle
Cool, thanks for the code.

Actually I'm newbie in both renpy and python.
If anyone knows how to use it on renpy, please give me a hand.
by nanashi
Sat Sep 03, 2011 9:37 am
Forum: Ren'Py Questions and Announcements
Topic: Declaring image online?
Replies: 11
Views: 2776

Declaring image online?

I was wondering if you can declare image from the internet. let's say something like, "image update_progress = "http://example-vngames.com/update.jpg" I just thought it would be awesome if I could let the players know our game's next chapter progress without having them visit our site...
by nanashi
Thu Aug 25, 2011 7:26 am
Forum: Ren'Py Questions and Announcements
Topic: 【Solved】Playing sound while characters speaking
Replies: 3
Views: 1534

Re: Playing sound while characters speaking

@Alphonse
That works perfect!
Thanks for the help.
by nanashi
Wed Aug 24, 2011 11:31 am
Forum: Ren'Py Questions and Announcements
Topic: 【Solved】Playing sound while characters speaking
Replies: 3
Views: 1534

【Solved】Playing sound while characters speaking

Hey. There's a scene in my game where the character punches her keyboard while she's speaking. I'd like to play "keyboard_typing.mp3" while she's speaking. The sound is less than a second long. I'd like to loop it until the character stops talking. If anybody knows how, please give me a ha...
by nanashi
Sat Aug 20, 2011 11:53 am
Forum: Ren'Py Questions and Announcements
Topic: 【Solved】Showing image right after loading a saved game
Replies: 3
Views: 709

【Solved】Showing image right after loading a saved game

Is there any method to show
certain image after you loaded a saved game?

My game has date recorded on it.

I'd like to show something like "august.jpg"
right after the game has been loaded.