Search found 8 matches

by Rietr
Thu Aug 21, 2014 3:34 am
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Web updater with https
Replies: 3
Views: 850

Re: Web updater with https

Thanks for your suggestions!

I'm indeed also stuck on zsync, which doesn't want to cooperate.
So for now I decided it would not be worth the hassle and just put up a http server, thanks anyway!
by Rietr
Mon Aug 18, 2014 4:14 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Web updater with https
Replies: 3
Views: 850

[SOLVED] Web updater with https

Hi everybody, While trying to implement a web-updater I've been stuck on a problem. The updater is working fine when I'm testing it internally from my server over http. However when I'm trying to grab a file externally the site uses https and the updater just gives an error about an unknown url type...
by Rietr
Mon Aug 18, 2014 4:05 am
Forum: Ren'Py Questions and Announcements
Topic: [Solved] Conditional textbuttons in Quickmenu don't work
Replies: 4
Views: 2058

Re: Conditional textbuttons in Quickmenu don't work

Hi! I've been struggling with a (kind of ) similar problem, but the main point is you can't actually directly supply a function (or at least with arguments) to a text button. Well, that sound a bit strange, but let me show you what I mean in simpler terms. textbutton _("To Map") action [sh...
by Rietr
Tue Aug 12, 2014 3:15 am
Forum: Ren'Py Questions and Announcements
Topic: Is it possible?: User room navigation
Replies: 4
Views: 1577

Re: Is it possible?: User room navigation

Your problem seems to look a lot like this one (if I understand you correctly): http://lemmasoft.renai.us/forums/viewtopic.php?f=8&t=27937 So you can make an map with different buttons and with each button have a call to a label. Then make something like this(I used your example of the player ne...
by Rietr
Sun Aug 10, 2014 6:09 pm
Forum: Ren'Py Questions and Announcements
Topic: Problem with 'return'?
Replies: 3
Views: 809

Re: Problem with 'return'?

May I suggest posting (part of) your script?
Without that it's really hard to troubleshoot this problem.
by Rietr
Sun Aug 10, 2014 5:58 pm
Forum: Ren'Py Questions and Announcements
Topic: How to disable buttons in menu screen?
Replies: 2
Views: 405

Re: How to disable buttons in menu screen?

You just don't want the button to show up? I'm not sure whether you want it in the main menu, but I assume so. To do this, you need to open screens.rpy and go to the section where it says Main Menu. In that section there will be a line of code as follows: textbutton _("Load Game") action S...
by Rietr
Sat Aug 09, 2014 10:28 am
Forum: Ren'Py Questions and Announcements
Topic: Navigation map different situation?
Replies: 2
Views: 803

Re: Navigation map different situation?

If I understand you correct, you want something like this: label gym: scene gym python: if somevariable: renpy.jump("gym1") else: renpy.jump("gym2") return label gym1: testch "There is nobody here" return label gym2: testch "Now there is somebody here" return ...
by Rietr
Sat Aug 09, 2014 8:39 am
Forum: Ren'Py Questions and Announcements
Topic: HELP me code my cg gallery T^T
Replies: 6
Views: 1267

Re: HELP me code my cg gallery T^T

aaaaaaaa
aaaaaaaa