Search found 97 matches

by Trafagal
Sat Feb 19, 2022 12:52 am
Forum: Ren'Py Questions and Announcements
Topic: Is there a way to randomize menu options or is there anyway to hide 5 options but show only 3 out of the 5 to the player
Replies: 2
Views: 472

Re: Is there a way to randomize menu options or is there anyway to hide 5 options but show only 3 out of the 5 to the pl

this is one way on how you want it to be menu: "test 1": $ testone_done = True jump testone "test 2" if testone_done == True: e "Hello you have unlocked me..." pass e "That's how you do it" return Thank you Rayminator! Will try it!
by Trafagal
Sat Feb 12, 2022 9:10 pm
Forum: Ren'Py Questions and Announcements
Topic: Is there a way to randomize menu options or is there anyway to hide 5 options but show only 3 out of the 5 to the player
Replies: 2
Views: 472

Is there a way to randomize menu options or is there anyway to hide 5 options but show only 3 out of the 5 to the player

Hi Community, 1. May I ask of there is a way to randomize menu options in renpy? For example, I have 3 answers to a question of what to eat. I would like to randomize the options. menu:# Option 1 "American Coffee and Agolio Olio please." : # Option 2 "Breakfast Tea with Spaghetti Sauc...
by Trafagal
Sat Feb 05, 2022 7:47 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved] How to create code for setting up a day to a week schedule (like morning, noon, evening, night, monday-sunday)?
Replies: 2
Views: 448

Re: How to create code for setting up a day to a week schedule (like morning, noon, evening, night, monday-sunday)?

this will help you map.png screen TopBar(): hbox: xalign 0.003 spacing 10 if month == 1: $ mm = _("Jan") elif month == 2: $ mm = _("Feb") elif month == 3: $ mm = _("March") elif month == 4: $ mm = _("Apirl") elif month == 5: $ mm = _("May") elif mon...
by Trafagal
Sat Feb 05, 2022 12:19 am
Forum: Ren'Py Cookbook
Topic: [Tutorial] Using a real Datetime to control flow of your game
Replies: 5
Views: 6430

Re: [Tutorial] Using a real Datetime to control flow of your game

Hi ! I'm already know so much content from this forum and I find myself bad for not sharing myself also what I'm discovering At the start of my project it was a mesh when I put the factor "time" in the game. It was a mesh, Ints that counts for days , that read from a list of days for name...
by Trafagal
Fri Feb 04, 2022 10:53 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved] How to create code for setting up a day to a week schedule (like morning, noon, evening, night, monday-sunday)?
Replies: 2
Views: 448

[Solved] How to create code for setting up a day to a week schedule (like morning, noon, evening, night, monday-sunday)?

Hi Community, I have seen some games where when player click a few locations, the day will change from morning to night. May I ask does anyone able to provide some sample codes for setting up a day to a week schedule (like morning, noon, evening, night, monday-sunday) in renpy? When the player selec...
by Trafagal
Thu Sep 16, 2021 7:14 pm
Forum: Ren'Py Cookbook
Topic: 81 mini game Renpy
Replies: 73
Views: 172853

Re: 8 mini games

Hi Gas, Do you happen to still have the 3-in-1 image files? The orginal link doesn't seems to work anymore. Thank you. Had the same issue but fortunately all you need to do is make them yourself in like 10 minutes. Grab some free vectors or w/e and edit them in photoshop or gimp to be 100x100 pixel...
by Trafagal
Thu Sep 09, 2021 7:12 pm
Forum: Ren'Py Cookbook
Topic: 81 mini game Renpy
Replies: 73
Views: 172853

Re: 8 mini games

gas wrote: Thu May 24, 2018 2:57 pm 3 in 1 can be really streamlined using some particular python method. I'll try for as it's a nice input.
Hi Gas,

Do you happen to still have the 3-in-1 image files?
The orginal link doesn't seems to work anymore.

Thank you.
by Trafagal
Mon Sep 06, 2021 8:12 pm
Forum: Ren'Py Cookbook
Topic: Cursor Hand
Replies: 0
Views: 1125

Cursor Hand

I was searching around and found a Russian Ren'py creator who created this Cursor Hand, which I found it really cool Just thought that since some of us don't speak Russian(me neither :D), and I hope to give him some exposure here since his work is really useful. Let me know if this is not appropriat...
by Trafagal
Sun Sep 05, 2021 10:04 am
Forum: Ren'Py Cookbook
Topic: Simon minigame [updated for renpy 6.9+]
Replies: 8
Views: 6899

Re: Simon minigame [updated for renpy 6.9+]

Hi Gas,

Just came here to say thank you!

I tried this game on the latest renpy(Ren'py 7.4.8.1895) and it worked.
simon.JPG
by Trafagal
Sun Sep 05, 2021 2:51 am
Forum: Ren'Py Questions and Announcements
Topic: Error when implementing minigame: Couldn't find file 'bep.ogg'.
Replies: 1
Views: 315

Re: Error when implementing minigame: Couldn't find file 'bep.ogg'.

Sorry, I figure out its because renpy cant locate my audio files.
by Trafagal
Sun Sep 05, 2021 12:35 am
Forum: Ren'Py Questions and Announcements
Topic: Error when implementing minigame: Couldn't find file 'bep.ogg'.
Replies: 1
Views: 315

Error when implementing minigame: Couldn't find file 'bep.ogg'.

Hi, I'm trying to implement a game created by Gas long time ago in the latest Renpy Environment. May I ask what is "bep.ogg'" I don't recognise the .ogg extension . I wonder if someone can help me figure out what is the error. Thank you. The minigame is this: https://lemmasoft.renai.us/for...
by Trafagal
Tue Aug 31, 2021 7:44 pm
Forum: Ren'Py Cookbook
Topic: 81 mini game Renpy
Replies: 73
Views: 172853

Re: 11)test Chess

https://pp.userapi.com/c840420/v840420100/4de6e/hyA5kvX-XNI.jpg download https://m.vk.com/doc245191038_459115246?hash=74cb0ab5465ac02aec&dl=7cf3b1bb4cceed95f6 The license is free, but I'll be glad if ty specify the author -Al Loui The download link for this game is gone, any chance for you to r...
by Trafagal
Tue Aug 31, 2021 7:35 pm
Forum: Ren'Py Cookbook
Topic: 81 mini game Renpy
Replies: 73
Views: 172853

Re: 16 mini game Renpy

[ Thanks for the reply but unfortunately the link found there is dead as well. When you click on "Kri2.rar" it sends you there: https://vk.com/doc28338738_463390421?hash=b45e1390dc674af1dd https://sun9-52.userapi.com/impg/E1z45delDBnp44rCBmUeHcQHziCPxx9_P7h2UQ/7YK8wBt06vQ.jpg?size=720x602...
by Trafagal
Mon Aug 30, 2021 6:56 pm
Forum: Ren'Py Cookbook
Topic: Simple minigames (Screen Language only).
Replies: 130
Views: 114093

Re: Simple minigames (Screen Language only).

Try to set any default value for variable default diff_timer = 0 The original code was made long time ago, and for now the proper way is to set default values for variables that will be changed during the game. https://www.renpy.org/doc/html/python.html#default-statement Thank you Alex, I manage to...
by Trafagal
Sun Aug 29, 2021 4:18 am
Forum: Ren'Py Cookbook
Topic: Simple minigames (Screen Language only).
Replies: 130
Views: 114093

Re: Simple minigames (Screen Language only).

Hi Alex,

While I was testing the "Find the Difference" game. I receive this error.
I wonder if anyone can help.
find the difference.JPG
Thank you.