Search found 40 matches

by Minuteman
Mon Sep 03, 2018 8:50 am
Forum: Ren'Py Questions and Announcements
Topic: Placing variable based values in a imagemap
Replies: 7
Views: 1886

Re: Placing variable based values in a imagemap

This is still work?
I want to put a variables to imagemap

imagemap:
hotspot (0, 0, 0, 0) action Jump("school"), SetVariable("date, True")
by Minuteman
Mon Sep 03, 2018 8:39 am
Forum: Ren'Py Questions and Announcements
Topic: How to hide the navigation quick menu for a cutscene?
Replies: 4
Views: 15033

Re: How to hide the navigation quick menu for a cutscene?

Hello
What if I use '$ quick_menu = False' to hide quick menu? Is this is alright?
by Minuteman
Thu Aug 02, 2018 5:15 pm
Forum: Ren'Py Questions and Announcements
Topic: Navigation Screen
Replies: 4
Views: 697

Re: Navigation Screen

... 1 - I want to add navigation screen - like day, day week, map and etc, show this screen over any other screens ... What is the problem? 2 - There is issue I have with several menu choices ( 15 ) most of them goes behind screen, this is possible to add a scrollbar to menu choices? As far as I kn...
by Minuteman
Tue Jul 31, 2018 9:55 am
Forum: Ren'Py Questions and Announcements
Topic: Navigation Screen
Replies: 4
Views: 697

Re: Navigation Screen

Bump?....
by Minuteman
Mon Jul 30, 2018 12:37 pm
Forum: Ren'Py Questions and Announcements
Topic: How to make a .txt file depending on the renpy.input?
Replies: 6
Views: 3939

Re: How to make a .txt file depending on the renpy.input?

Sorry for off topic! This looks amazing, can I ask is there any more possible "eggs" in renpy engine to make? Well... This question is very hard to answer. The simplest answer is: Yes. you can make a lot of easter eggs in Ren'py, but I don't know ecaxtly what you are looking for. Could yo...
by Minuteman
Sat Jul 28, 2018 1:53 pm
Forum: Ren'Py Questions and Announcements
Topic: Navigation Screen
Replies: 4
Views: 697

Navigation Screen

Hello, I have two questions about Navigation Screen and Menu choices : 1 - I want to add navigation screen - like day, day week, map and etc, show this screen over any other screens 2 - There is issue I have with several menu choices ( 15 ) most of them goes behind screen, this is possible to add a ...
by Minuteman
Sat Jul 28, 2018 1:50 pm
Forum: Ren'Py Questions and Announcements
Topic: How to make a .txt file depending on the renpy.input?
Replies: 6
Views: 3939

Re: How to make a .txt file depending on the renpy.input?

First you have to store the input in a variable. Something like: character_name = renpy.input("What's your name?") Then, create a txt file using python's open function with mode "w" (writting): python: with open("Name of the file.txt","w") as egg: egg.write(&...
by Minuteman
Sat Jul 28, 2018 11:47 am
Forum: Ren'Py Questions and Announcements
Topic: Imagemap Questions
Replies: 4
Views: 714

Re: Imagemap Questions

Sorry for late reply, looks like this works better with 'if' and 'not' statement.
Thanks everyone for help.
by Minuteman
Thu Jul 12, 2018 11:05 am
Forum: Ren'Py Questions and Announcements
Topic: Imagemap Questions
Replies: 4
Views: 714

Imagemap Questions

Hi. I want to make interactive room, with items and stuff interact with. This is possible to use Imagemap not only for "Jump" statement, but to show text? or use for item pickup? Here is my example what I want to do: 1 - ' If I click at imagemap - I get message about this item and then get...
by Minuteman
Thu Jun 28, 2018 3:36 pm
Forum: Ren'Py Questions and Announcements
Topic: Dating Sim
Replies: 4
Views: 894

Re: Dating Sim

*cough* Remix is suffering the arduous task of refactoring that system to use a cleaner syntax and object hierarchy... Probably have something workable by the end of next week and it should (in most cases) be simpler to play with (presuming the person I am doing the amends for doesn't mind it being...
by Minuteman
Thu Jun 28, 2018 7:05 am
Forum: Ren'Py Questions and Announcements
Topic: Dating Sim
Replies: 4
Views: 894

Dating Sim

Hello. I'm have seen a lot of dating sims recently and always wondered how to unite point system, events, characters choices and etc. My current knowledge of renpy engine still poor but I'm have a lot of ideas and always wanted to make my own dating novel ....anyway, here is my question : Is there s...
by Minuteman
Thu Jun 28, 2018 6:35 am
Forum: Ren'Py Questions and Announcements
Topic: Developer Console
Replies: 11
Views: 1447

Re: Developer Console

kivik wrote: Thu Jun 28, 2018 4:30 am
Minuteman wrote: Thu Jun 28, 2018 4:02 am Thanks everone for help! Problem is solved. :)
Can you share what solved the problem for others who may encounter the same situation?
Solution was pretty simple - change keyboard layout
by Minuteman
Thu Jun 28, 2018 4:02 am
Forum: Ren'Py Questions and Announcements
Topic: Developer Console
Replies: 11
Views: 1447

Re: Developer Console

Thanks everone for help! Problem is solved. :)
by Minuteman
Tue Jun 26, 2018 1:23 pm
Forum: Ren'Py Questions and Announcements
Topic: Developer Console
Replies: 11
Views: 1447

Re: Developer Console

Ehm...how to change to another key? Sorry but I'm a still big noob in renpy.
by Minuteman
Tue Jun 26, 2018 12:31 pm
Forum: Ren'Py Questions and Announcements
Topic: Developer Console
Replies: 11
Views: 1447

Re: Developer Console

Wait...I need to change something in options.rpy?