Search found 9 matches

by creativechaos
Sat Dec 18, 2021 4:23 am
Forum: Development of Ren'Py
Topic: Need help with MiniGame
Replies: 0
Views: 3277

Need help with MiniGame

Hi, i have started a project in Renpy and i am really stuck and this part. I am trying to make a minigame (sorting garbage), so far i added to object and they are draggable. My idea is to do it like this: When a object is placed in the wrong container you get minus points and if its placed in the ri...
by creativechaos
Mon Oct 26, 2020 1:05 pm
Forum: Development of Ren'Py
Topic: [SOLVED]Need help with time system
Replies: 0
Views: 4972

[SOLVED]Need help with time system

Hello, I am stuck at triggering an event, which should happen 6 hrs after charging the mobile phone. So not matter when the player starts charging the phone, the event needs to be triggered after 6 hrs. This is my code for the time: label world_time: if world_time_minute >=60: $ world_time_minute = ...
by creativechaos
Mon Oct 05, 2020 5:28 pm
Forum: Ren'Py Questions and Announcements
Topic: Hud in Foreground, really need help
Replies: 2
Views: 419

Re: Hud in Foreground, really need help

Works perfectly. Thanks a lot!!!
by creativechaos
Mon Oct 05, 2020 5:38 am
Forum: Ren'Py Questions and Announcements
Topic: Hud in Foreground, really need help
Replies: 2
Views: 419

Hud in Foreground, really need help

Hi, I made a Hud (mobilephone, time ,energy ) but it doenst stay in the foreground. for example if there is a door which is clickable, the hud is behind the door/ partially visible. how do i make it stay in the foreground until i say hide screen Hud? After the intro i have put show screen hud, it wo...
by creativechaos
Tue Sep 29, 2020 3:49 am
Forum: Ren'Py Questions and Announcements
Topic: Problem with Social Media script
Replies: 0
Views: 354

Problem with Social Media script

Hi, I have a problem with a script which i have found on the internet and i quite like. http://renpyfordummies.blogspot.com/2019/11/vk.html I have implemented it in my game and it works but i would like to make some changes: No matter where i click on the screen with the mouse it throws me back to t...
by creativechaos
Sat May 02, 2020 7:19 am
Forum: Ren'Py Cookbook
Topic: telegram messenger (4 version)
Replies: 123
Views: 42126

Re: telegram messenger (2 version)

screen mc_room_map: imagemap: vbox: textbutton "{b}[clock.time]{/b}" textbutton "{b}[clock.weekday]{/b} {b}[clock.day]{/b}" hbox: imagebutton: top_margin .01 left_margin .15 xalign 0.0 ypos 0 focus_mask True idle "time-icon-idle" hover "time-icon-hover" actio...
by creativechaos
Thu Apr 30, 2020 11:15 am
Forum: Ren'Py Cookbook
Topic: telegram messenger (4 version)
Replies: 123
Views: 42126

Re: telegram messenger (2 version)

Here the complete error script. I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 15140, in script $ show_messenger() File "game/script.rpy", line 15140, in <module> $ show_messenger() File "game/messenger.rpy", line 5...
by creativechaos
Thu Apr 30, 2020 8:23 am
Forum: Ren'Py Cookbook
Topic: telegram messenger (4 version)
Replies: 123
Views: 42126

Re: telegram messenger (2 version)

It have set the imagebutton imagebutton: top_margin .01 right_margin .01 xalign 1.0 ypos 0.2 focus_mask True idle "mobile-icon-idle" hover "mobile-icon-hover" action Jump("groupchat_or_dialogue") But i get this error: I'm sorry, but an uncaught exception occurred. While...
by creativechaos
Thu Apr 30, 2020 5:29 am
Forum: Ren'Py Cookbook
Topic: telegram messenger (4 version)
Replies: 123
Views: 42126

Re: telegram messenger (2 version)

Hi,
First of all thanks for your work.

I tried to put the messenger on a icon. so when you click in the game on a icon (in this case mobile phone icon) the messenger shows up. No matter what i did i miserable failed.
Would you be so kind and show me how to do it?

Thanks in advanced