Search found 3775 matches

by Imperf3kt
Wed Apr 19, 2017 4:10 am
Forum: Ren'Py Questions and Announcements
Topic: how to make a continuous text?
Replies: 14
Views: 1560

Re: how to make a continuous text?

That's what the hard pause is for. show text will automatically go to the next line after a set time, I think it's 3 seconds by default. By adding a hard pause, a user cannot skip and the screen won't advance until the seconds have gone by. So if your sound file is 9 seconds long, set the pause to 9...
by Imperf3kt
Wed Apr 19, 2017 3:33 am
Forum: Ren'Py Questions and Announcements
Topic: how to make a continuous text?
Replies: 14
Views: 1560

Re: how to make a continuous text?

It happens.

So am I right in assuminv you want this to be automatic?

Something like this may do the trick.

Code: Select all

show image
show text "some text"
$ renpy.pause(#seconds, hard=True)
by Imperf3kt
Wed Apr 19, 2017 2:52 am
Forum: Ren'Py Questions and Announcements
Topic: How to disable /remove save options (solved)
Replies: 17
Views: 4151

Re: How to disable /remove save options

Sorry, but I already gave you an answer: screen save(): tag menu This is the result when you right click during the game, a blank save screen with nothing in it. https://puu.sh/vp48q/ca930e4600.png To keep the main menu, quit and return buttons, just add use navigation And in the screen called navig...
by Imperf3kt
Tue Apr 18, 2017 10:25 pm
Forum: Ren'Py Questions and Announcements
Topic: how to make a continuous text?
Replies: 14
Views: 1560

Re: how to make a continuous text?

We need more information to help. For example, if I tell you "I want to make the world's greatest game, plz help." do you think you know what I want?
You can just set a cps speed in the options (included as "text speed") and presto, 90% done. I think...
by Imperf3kt
Tue Apr 18, 2017 3:36 pm
Forum: Ren'Py Questions and Announcements
Topic: Showing a new Menu once a goal is reached
Replies: 6
Views: 915

Re: Showing a new Menu once a goal is reached

Why do you have two ifs for the same thing?
by Imperf3kt
Tue Apr 18, 2017 8:28 am
Forum: Ren'Py Questions and Announcements
Topic: how to disable click to skip?
Replies: 3
Views: 1517

Re: how to disable click to skip?

Use ATL and add a hard pause during the ATL. ATL is explained in the tutorial that comes with Ren'Py and the Documentation (also comes with Ren'Py) As a quick explanation, you define a normal image but you place a colon and then indent the next line 4 spaces and anything you add there is what happen...
by Imperf3kt
Tue Apr 18, 2017 12:52 am
Forum: Anime, Games, and Japan
Topic: Anime due for a remake
Replies: 6
Views: 3403

Re: Anime due for a remake

I'd love to see GTO redone, closer to the manga and updated visuals. On the same thought though, sometimes new visuals are counter-productive. For example, Initial D seasons 1-4 got better each season (if you can call season 3 a season...). Then along comes season 5. I must say, while the visuals ar...
by Imperf3kt
Mon Apr 17, 2017 9:15 pm
Forum: Ren'Py Questions and Announcements
Topic: How to disable /remove save options (solved)
Replies: 17
Views: 4151

Re: How to disable /remove save options

I'm going to have to bypass the youtube link for now as my ISP has dug an enormous hole in the ground to fix the internet and phone lines in my area and its been that way for over a month and no idea when they're going to finish. In short, I am using my cellphone's data, tethered to my laptop, to us...
by Imperf3kt
Mon Apr 17, 2017 8:44 pm
Forum: Ren'Py Questions and Announcements
Topic: How to disable /remove save options (solved)
Replies: 17
Views: 4151

Re: How to disable /remove save options

...
Then, you shouldn't have anything in those screens at all. Not even navigation.

What exactly are you trying to accomplish? Can you show me via a photoshopped image or something?
by Imperf3kt
Mon Apr 17, 2017 7:25 pm
Forum: Ren'Py Questions and Announcements
Topic: How to disable /remove save options (solved)
Replies: 17
Views: 4151

Re: How to disable /remove save options

In screens.rpy remove the line

Code: Select all

use fileslots(title)
from the save screen.

Alternatively, edit the fileslots within the gui.rpy
by Imperf3kt
Mon Apr 17, 2017 5:15 pm
Forum: Ren'Py Questions and Announcements
Topic: partially transparent character(solved)
Replies: 8
Views: 6526

Re: partially transparent character(still need help im dumb)

The colon means you want to add properties to the image. No need to define the image twice, just do it once and when you show it, specify the properties you need, as shown by xela
Perhaps this helps a bit?
by Imperf3kt
Mon Apr 17, 2017 5:06 pm
Forum: Welcome!
Topic: Lemma Soft Forums Reception Desk
Replies: 77
Views: 214272

Re: Lemma Soft Forums Reception Desk

Personally, I'd send an email to NBC http://www.nbc.com/contact/general Nobody here can give you an answer beyond "We are fine with it, but NBC may not be" Also, NBC is only the broadcaster, ie; they have distribution rights, not copyrights. You'll have to find out: Who owns the copyright ...
by Imperf3kt
Mon Apr 17, 2017 5:37 am
Forum: Ren'Py Questions and Announcements
Topic: no longer have a gui file?IGNORE THIS
Replies: 2
Views: 384

Re: no longer have a gui file?

Did you accidentally choose legacy theme when making a new project?
by Imperf3kt
Mon Apr 17, 2017 2:26 am
Forum: We are offering Paid Work
Topic: Name my game (Closed)
Replies: 22
Views: 3769

Re: Name my game (for money)

Did you miss the "3-6 words please". The OP wants short names and yours are, well... not.
I guess you did say they're mostly a joke.

I do like the last one though, however, you're not grand mage yet, you're only arch mage.
by Imperf3kt
Mon Apr 17, 2017 2:24 am
Forum: Creator Discussion
Topic: The moment of giving up
Replies: 16
Views: 2516

Re: The moment of giving up

I think I'm about to reach that point myself (nah, just kidding. I don't want to give up)
Me, for the last three or four hours:
Image
Why doesn't it wooo~~~rk