Search found 7 matches

by jasmoe4
Sun Jul 02, 2017 10:54 pm
Forum: Ren'Py Questions and Announcements
Topic: Temporarily hide overlay
Replies: 3
Views: 586

Re: Temporarily hide overlay

I'm confused. Are you asking how to set showexperience to False? $ showexperience = False should work fine...? Essentially yes but I would want to do it within the story itself and not in the initialization section above. I'm basically wanting to hide the portion of the interface that would otherwi...
by jasmoe4
Sat Jul 01, 2017 11:21 am
Forum: Ren'Py Questions and Announcements
Topic: Temporarily hide overlay
Replies: 3
Views: 586

Temporarily hide overlay

Sorry if this is a simple question. I am tracking experience points in a small overlay. I'm wanting to occasionally turn it off during game play for specific dialogue purposes (like during a tutorial). I don't know what the best way would be to mark it as hidden. Here's the code from the init sectio...
by jasmoe4
Sat Jul 01, 2017 9:16 am
Forum: Ren'Py Questions and Announcements
Topic: How to remove projects
Replies: 8
Views: 2055

Re: How to remove projects

philat wrote:That's hardcoded in the launcher. You'd have to edit front_page.rpy in the launcher directory of renpy.
I found the lines and commented them out.

Worked!

Thanks.
by jasmoe4
Sat Jul 01, 2017 4:42 am
Forum: Ren'Py Questions and Announcements
Topic: How to remove projects
Replies: 8
Views: 2055

Re: How to remove projects

Imperf3kt wrote:Oh I see. Sorry, I did not properly read your post.
philat's advice sounds like it should work.
No problem. Thanks for replying.
by jasmoe4
Sat Jul 01, 2017 4:21 am
Forum: Ren'Py Questions and Announcements
Topic: How to remove projects
Replies: 8
Views: 2055

Re: How to remove projects

Well, you can just delete the folders to remove them as well... https://puu.sh/wyMAi/b5ceadd634.png C:\Program Files (x86)\renpy I did that. That's what left me with just the names of the projects but removed all the options to the right. I was told that these are hardcoded into the program and and...
by jasmoe4
Sat Jul 01, 2017 4:19 am
Forum: Ren'Py Questions and Announcements
Topic: How to remove projects
Replies: 8
Views: 2055

Re: How to remove projects

philat wrote:That's hardcoded in the launcher. You'd have to edit front_page.rpy in the launcher directory of renpy.
Thanks. I'll try that this morning.
by jasmoe4
Fri Jun 30, 2017 11:50 pm
Forum: Ren'Py Questions and Announcements
Topic: How to remove projects
Replies: 8
Views: 2055

How to remove projects

So I am trying to clean up my Ren'Py launcher. I wanted to remove both the "Tutorial" and "The Question" projects. That way only mine are listed. I clicked on one, then clicked on "game" to get to the directory, and then I deleted the project folders. I refreshed the li...