Search found 11 matches

by siolia
Thu Jun 06, 2019 6:06 pm
Forum: Ren'Py Questions and Announcements
Topic: [solved] Audio "from" statement
Replies: 9
Views: 1080

Re: Audio "from" statement

I'm trying to follow the from statement given in the renpy documentation but it's telling me it can't find the file. I tried both the defined term that I assigned the file and the direct copy/paste of the file name. play music "<from 1.45>Tchaikovsky - June, Barcarolle Op.37 no. 6.mp3" Ca...
by siolia
Thu Jun 06, 2019 5:57 pm
Forum: Ren'Py Questions and Announcements
Topic: [solved] Audio "from" statement
Replies: 9
Views: 1080

Re: Audio "from" statement

I think it should work. Try defining the file: define tcha = "Tchaikovsky - June, Barcarolle Op.37 no. 6.mp3" Then play music "<from 1.45>%s" % tcha (I'm not 100% sure of the last code, I have something similar in a project but it's not exactly the same thing. If it gaves you an...
by siolia
Thu Jun 06, 2019 5:23 pm
Forum: Ren'Py Questions and Announcements
Topic: [solved] Audio "from" statement
Replies: 9
Views: 1080

Re: Audio "from" statement

The file is in the game folder.
by siolia
Thu Jun 06, 2019 5:12 pm
Forum: Ren'Py Questions and Announcements
Topic: [solved] Audio "from" statement
Replies: 9
Views: 1080

[solved] Audio "from" statement

I'm trying to follow the from statement given in the renpy documentation but it's telling me it can't find the file. I tried both the defined term that I assigned the file and the direct copy/paste of the file name. play music "<from 1.45>Tchaikovsky - June, Barcarolle Op.37 no. 6.mp3" Can...
by siolia
Thu May 23, 2019 11:15 pm
Forum: Ren'Py Questions and Announcements
Topic: [solved] Audio channel u'audio' is unknown
Replies: 4
Views: 1214

Re: Audio channel u'audio' is unknown

Oh! I'll try that then. I don't think I indented the line when I tried to register it before.

Thanks!
by siolia
Thu May 23, 2019 9:01 pm
Forum: Ren'Py Questions and Announcements
Topic: [solved] Audio channel u'audio' is unknown
Replies: 4
Views: 1214

Re: Audio channel u'audio' is unknown

I did once have it on sound, however, I think I've read somewhere trying to research this issue that you cannot loop on the sound channel? What I want to do is to have the sound of a fire over some background music (which is why I wasn't keen on using the music channel so it could loop). Maybe that'...
by siolia
Thu May 23, 2019 7:42 pm
Forum: Ren'Py Questions and Announcements
Topic: [solved] Audio channel u'audio' is unknown
Replies: 4
Views: 1214

[solved] Audio channel u'audio' is unknown

Sorry I'm such an idiot and have to ask another question two days after my last one. What does it mean when I get an error "Audio channel u'audio' is unknown"? I tried to: play audio "audio.mp3" but it says that it can't find the audio channel. Did I misread that there was a chan...
by siolia
Tue May 21, 2019 11:19 pm
Forum: Ren'Py Questions and Announcements
Topic: [solved] How to use only side image
Replies: 0
Views: 612

[solved] How to use only side image

I'm sorry if this was already answered at some point. I did a surface search but nothing intensive, and I didn't see anything. Is there a way to use side images but without linking it to a main, defined image? Say, have only the background showing and no full sprite, just the expression image on the...
by siolia
Mon Apr 15, 2019 11:37 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved] Pausing between sentences?
Replies: 3
Views: 486

Re: Pausing between sentences?

Oh! That really helps! Thanks!
by siolia
Mon Apr 15, 2019 10:53 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved] Pausing between sentences?
Replies: 3
Views: 486

[Solved] Pausing between sentences?

Oh geez oh man, I hope this is right. I'm wondering if there is a way to have cps pause at end of sentence markers like periods, exclamation points, and question marks. The idea that I'm thinking of right now is to slow the cps down at the spaces between the sentences, but that's a lot of work you k...
by siolia
Mon Apr 15, 2019 10:05 pm
Forum: Welcome!
Topic: Guestbook
Replies: 5531
Views: 3706486

Re: Guestbook

Hi, I'm super new. I'm from the US, North-Midwest I guess if you want to call it that? Really nervous about meeting people haha I enjoy writing and took this up as a hobby to try and experiment in methods of storytelling. That doesn't mean I'm not going to take it seriously though. I'm...code illite...