Search found 11 matches

by Panchoman777
Thu Nov 14, 2019 11:48 pm
Forum: Ren'Py Questions and Announcements
Topic: Textbox not showing on emulated android phone
Replies: 4
Views: 566

Re: Textbox not showing on emulated android phone

Look for a section called mobile variants on both gui.rpy and screens.rpy You get that image instead of what you expect because renpy forcefully creates a different look for Android/iOS devices in an attempt to keep things easily readable/interactable on the relatively small size of a mobile phone ...
by Panchoman777
Thu Nov 14, 2019 4:47 pm
Forum: Ren'Py Questions and Announcements
Topic: Textbox not showing on emulated android phone
Replies: 4
Views: 566

Textbox not showing on emulated android phone

Everything works fine in the pc and tablet version but when I try the phone version it just show a black square instead of my custom textbox. Does anybody know what is happening?

Heres an image of the problem.

Image
by Panchoman777
Thu Sep 05, 2019 6:10 pm
Forum: Ren'Py Questions and Announcements
Topic: How to achieve something like this? (youtube video)
Replies: 4
Views: 671

Re: How to achieve something like this? (youtube video)

I guess you're referring to the menu statement of renpy. With menu statement, you can give the player several or more options that he or she can choose from. Then with each option you can trigger some lines etc.. https://www.renpy.org/doc/html/_images/easy_choice_screen.jpg menu: "Eileen"...
by Panchoman777
Wed Sep 04, 2019 4:39 pm
Forum: Ren'Py Questions and Announcements
Topic: How to achieve something like this? (youtube video)
Replies: 4
Views: 671

Re: How to achieve something like this? (youtube video)

Hello my creative friends! :D I was wondering if you know or have any idea of how i can achieve something like this kinda checklist where you can ask questions or access to different dialogues. Does renpy have a feature to do this? thanks for your answers! :D Heres a link to the exact minute where ...
by Panchoman777
Wed Sep 04, 2019 1:17 am
Forum: Ren'Py Questions and Announcements
Topic: How to achieve something like this? (youtube video)
Replies: 4
Views: 671

How to achieve something like this? (youtube video)

Hello my creative friends! :D I was wondering if you know or have any idea of how i can achieve something like this kinda checklist where you can ask questions or access to different dialogues. Does renpy have a feature to do this? thanks for your answers! :D Heres a link to the exact minute where t...
by Panchoman777
Fri Aug 30, 2019 7:51 pm
Forum: Ren'Py Questions and Announcements
Topic: Present certain item when certain text is displayed?
Replies: 4
Views: 538

Re: Present certain item when certain text is displayed?

Hi everybody, I'm stuck again, this time on how to make a mechanism where one can present certain item in the middle of a text (while a character is talking) to trigger an event that shows a hidden text line for that character. It's been giving me headaches, if someone has an idea please let me kno...
by Panchoman777
Fri Aug 30, 2019 5:41 pm
Forum: Ren'Py Questions and Announcements
Topic: Present certain item when certain text is displayed?
Replies: 4
Views: 538

Present certain item when certain text is displayed?

Hi everybody, I'm stuck again, this time on how to make a mechanism where one can present certain item in the middle of a text (while a character is talking) to trigger an event that shows a hidden text line for that character. It's been giving me headaches, if someone has an idea please let me know...
by Panchoman777
Fri Aug 30, 2019 1:09 pm
Forum: Ren'Py Questions and Announcements
Topic: Help on making a simple inventory
Replies: 3
Views: 626

Re: Help on making a simple inventory

Thank you both, i already learned how classes work :)
by Panchoman777
Fri Aug 30, 2019 1:01 am
Forum: Ren'Py Questions and Announcements
Topic: Class name is not defined ?
Replies: 2
Views: 471

Re: Class name is not defined ?

Hi everyone, after studying a lot about classes I finally thought that i was understanding it... but when I tried to use them I got this error. While running game code: File "game/script.rpy", line 14, in script python: File "game/script.rpy", line 15, in <module> manzana = Obje...
by Panchoman777
Fri Aug 30, 2019 12:26 am
Forum: Ren'Py Questions and Announcements
Topic: Class name is not defined ?
Replies: 2
Views: 471

Class name is not defined ?

Hi everyone, after studying a lot about classes I finally thought that i was understanding it... but when I tried to use them I got this error. While running game code: File "game/script.rpy", line 14, in script python: File "game/script.rpy", line 15, in <module> manzana = Objet...
by Panchoman777
Thu Aug 29, 2019 6:28 pm
Forum: Ren'Py Questions and Announcements
Topic: Help on making a simple inventory
Replies: 3
Views: 626

Help on making a simple inventory

Hi, I need your help :( , I started a project in Ren'py with 0 programming knowledge. My project is a detective game, kinda like Phoenix Wright. The thing is that I want a simple inventory to storage clues that can be found in some imagemaps i did and i'm clueless. I've watched a lot of tutorials bu...