Search found 40 matches

by sDextra
Sat May 02, 2020 8:38 am
Forum: Ren'Py Cookbook
Topic: telegram messenger (4 version)
Replies: 123
Views: 41101

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 sDextra
Thu Apr 30, 2020 11:26 am
Forum: Ren'Py Cookbook
Topic: telegram messenger (4 version)
Replies: 123
Views: 41101

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 ...
by sDextra
Thu Apr 30, 2020 9:17 am
Forum: Ren'Py Cookbook
Topic: telegram messenger (4 version)
Replies: 123
Views: 41101

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. Whil...
by sDextra
Thu Apr 30, 2020 7:16 am
Forum: Ren'Py Cookbook
Topic: telegram messenger (4 version)
Replies: 123
Views: 41101

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 Can u show me yo...
by sDextra
Thu Mar 05, 2020 3:58 pm
Forum: Ren'Py Cookbook
Topic: telegram messenger (4 version)
Replies: 123
Views: 41101

Re: telegram messenger (2 version)

I have the same question. I've already answered that question. Yeah, of course. You just need to add a new function in messenger.rpy: init python: # ... def switch_dialogue(name='sDextra', dialogue=store.messages): store.interlocutor_name = name store.messages = dialogue Update messenger.rpy on Git...
by sDextra
Thu Mar 05, 2020 1:10 am
Forum: Ren'Py Cookbook
Topic: telegram messenger (4 version)
Replies: 123
Views: 41101

Re: telegram messenger (2 version)

Hello! So I tried the code and it's working like an absolute dream!! :D I just had a question. Would it be possible to text two different people with two different histories in play? Not a group chat but two separate chat threads? I have the same question. I've already answered that question. Hello...
by sDextra
Wed Oct 23, 2019 7:39 pm
Forum: Ren'Py Cookbook
Topic: telegram messenger (4 version)
Replies: 123
Views: 41101

Re: telegram messenger (2 version)

Sorry, Yes... I miss that.. now its working, however, is there a way to make it smaller? Look how it looks on my game: http://en1.me/8.png My game is 1280 x 720 :shock: I see, the error in the line: key 'anykey' action NullAction() You must add this code to the script: init python: config.keymap = ...
by sDextra
Wed Oct 23, 2019 6:01 pm
Forum: Ren'Py Cookbook
Topic: telegram messenger (4 version)
Replies: 123
Views: 41101

Re: telegram messenger (2 version)

Hi Im trying to implement the script on my game, but when I run the $show_messenger() I get this error: I'm sorry, but an uncaught exception occurred. While running game code: File "game/historias.rpy", line 1046, in script $ show_messenger() File "game/historias.rpy", line 1046...
by sDextra
Sat Oct 19, 2019 5:00 pm
Forum: Ren'Py Cookbook
Topic: telegram messenger (4 version)
Replies: 123
Views: 41101

Re: telegram messenger (2 version)

WOW!!! THIS IS AMAZING!! One of the best scripts I have seen!! Cheers for the programmers Having said that, I found some bugs with it, some are simple to fix and some I just dont know how hahaha First, there is no "other" image, guessing by the images of the preview, this image is the thr...
by sDextra
Fri Oct 04, 2019 10:28 am
Forum: Ren'Py Cookbook
Topic: telegram messenger (4 version)
Replies: 123
Views: 41101

Re: telegram messenger (2 version)

Hello! So I tried the code and it's working like an absolute dream!! :D I just had a question. Would it be possible to text two different people with two different histories in play? Not a group chat but two separate chat threads? Yeah, of course. You just need to add a new function in messenger.rp...
by sDextra
Tue Oct 01, 2019 2:17 am
Forum: Ren'Py Cookbook
Topic: telegram messenger (4 version)
Replies: 123
Views: 41101

Re: telegram messenger (2 version)

Hi!I love your code so much, but as I'm trying to test the "dialog" option where the player inputs their name, I keep running into this error: I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 475, in script $ msg (None, name_in...
by sDextra
Tue Sep 17, 2019 8:57 pm
Forum: Ren'Py Cookbook
Topic: telegram messenger (4 version)
Replies: 123
Views: 41101

Re: telegram messenger (2 version)

Update to Messenger 1.4 New: Custom Color Themes GitHub To create a custom theme, use the function 'set_color_theme(1,1,1)' with three arguments (red,green,blue). For example: textbutton 'default' action Function(set_color_theme, 1.0,1.0,1.0) # (1.0,1.0,1.0) == RGB textbutton 'blue' action Function...
by sDextra
Mon Jul 15, 2019 6:30 pm
Forum: Works in Progress
Topic: d20: Sweet Roll Club [GxG] [Ecchi, Fantasy, SchoolLife, Comedy] [RPG] [Steam] [Commercial]
Replies: 6
Views: 2055

Re: d20: Sweet Roll Club [GxG] [Ecchi, Fantasy, SchoolLife, Comedy] [RPG] [Steam] [Commercial]

I apologize for the long silence. Valve banned our game in Steam. But we do not despair, work on creating a remake will be started soon.
Now the scene will take place at the university.
by sDextra
Fri Jul 12, 2019 6:42 pm
Forum: Ren'Py Cookbook
Topic: telegram messenger (4 version)
Replies: 123
Views: 41101

Re: telegram messenger (2 version)

Ah yes sorry I wasn’t clear enough ! Changing their avatars is not a problem, what I mean is that I want to change the characters’ avatars several times at different points throughout the game. For example, I want character X to have image 1 as their avatar in chapter 1 but then change for image 2 ...
by sDextra
Fri Jul 12, 2019 3:41 pm
Forum: Ren'Py Cookbook
Topic: telegram messenger (4 version)
Replies: 123
Views: 41101

Re: telegram messenger (2 version)

Hello~! I've tried changing the avatars for the characters in the group chat mig game but failed miserably in doing so... I thought of using a persistent but it's definitely not the best thing I could use. I also thought of using a condition switch but somehow I ended up with an error screen everyt...