Search found 9 matches

by Exodus13
Thu May 11, 2023 7:59 am
Forum: Ren'Py Questions and Announcements
Topic: How to implement Reward Ads
Replies: 0
Views: 2267

How to implement Reward Ads

Has anyone figured out how to make a reward ad? Watch a video and get some reward out of it. So far I know it involves using pyjnius and android studio. I'm not sure how to edit it after exporting it as an apk to be edited in Android studio either. If anyone can help on any of these, I'd be grateful.
by Exodus13
Mon May 08, 2023 6:51 pm
Forum: I am a Programmer, Director, or Other
Topic: [Open][PAID] Programmer In Need of Work
Replies: 0
Views: 2663

[Open][PAID] Programmer In Need of Work

Hello, my name is Exodus and I am the programmer that worked on the game Reanimated Heart by the wonderful BlackJack. Other than that, so far I've just been giving advice on other people's projects and as a result, I've become very confident in my abilities as a programmer. Why should you choose me...
by Exodus13
Sun Nov 27, 2022 5:29 am
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Customizing the volume slider
Replies: 1
Views: 370

[SOLVED] Customizing the volume slider

So I wanted to change the width and length of the sliders in user preferences, but I'm not sure how to do that in a way that it doesn't change the sliders in other menus. Basically I want the options menu to look different depending on where you access it from (quick menu or main menu).
by Exodus13
Fri May 13, 2022 6:00 pm
Forum: Welcome!
Topic: Guestbook
Replies: 5531
Views: 3703257

Re: Guestbook

I'm Exodus, I hail from India. So far I love it here. People are so nice and respond to doubts without judgement. :D
by Exodus13
Fri May 13, 2022 5:51 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Alignment got messed up after I changed the background of my frame.
Replies: 2
Views: 671

[SOLVED] Alignment got messed up after I changed the background of my frame.

define gui.confirm_frame_borders = Borders(752, 233, 0, 20) The standard quit prompt did not look good enough for me, so I made a new frame and added it. I changed the dimensions of the frame to account for the new change in frame. However, both the text (yes/no) and the image are now out of bounds...
by Exodus13
Fri May 13, 2022 3:24 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Lock buttons after an option is selected
Replies: 4
Views: 563

Re: Lock buttons after an option is selected

Yes, it does. Thanks. It works.
by Exodus13
Fri May 13, 2022 2:13 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Lock buttons after an option is selected
Replies: 4
Views: 563

Re: Lock buttons after an option is selected

To give a detailed explanation of what happens:
The new game button is an image, which once pressed changes out the background for another one and changes the music. So while the new background is being displayed, I want the user to not be able to press any buttons.
by Exodus13
Fri May 13, 2022 10:54 am
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Lock buttons after an option is selected
Replies: 4
Views: 563

[SOLVED] Lock buttons after an option is selected

In my Renpy game, I have this 3 second animation that plays once you click the 'new game' button. I was wondering if there was a way to prevent the pressing of the button once the new game option has been selected. Any help is appreciated. :)