Search found 9 matches

by MiaCorvere
Thu Jan 18, 2024 6:57 pm
Forum: Ren'Py Questions and Announcements
Topic: Error when trying to instal Android SDK
Replies: 1
Views: 816

Error when trying to instal Android SDK

I'm getting this error when trying to install Android SDK. My OS is ubuntu. Any idea how to fix it?
Bildschirmfoto vom 2024-01-18 23-55-01.png
Bildschirmfoto vom 2024-01-18 23-55-01.png (91.46 KiB) Viewed 816 times
by MiaCorvere
Thu Jan 18, 2024 5:05 am
Forum: Ren'Py Questions and Announcements
Topic: Tracking character approval of player
Replies: 2
Views: 567

Re: Tracking character approval of player

Thank you, that helps a lot!
by MiaCorvere
Wed Jan 17, 2024 6:18 pm
Forum: Ren'Py Questions and Announcements
Topic: Tracking character approval of player
Replies: 2
Views: 567

Tracking character approval of player

If I want to track how much a character likes the player, do I have to use persistent variables to store that data? My idea is that I have a variable for each character and depending on which dialogue options you pick, I add a number to that variable. If the number is high enough, you get a bonus di...
by MiaCorvere
Thu Jan 09, 2020 8:42 pm
Forum: Ren'Py Questions and Announcements
Topic: Videos don't play
Replies: 5
Views: 539

Re: Videos don't play

Okay, I solved this. It works with the webm format.
by MiaCorvere
Thu Jan 09, 2020 4:08 pm
Forum: Ren'Py Questions and Announcements
Topic: Videos don't play
Replies: 5
Views: 539

Re: Videos don't play

Yeah, I thought of that already and checked and even took the video out of the sub folder and just put it into the game folder and changed the path accordingly, to make sure there wasn't some kind of issue with the sub folder. Idk, at least it'd good to know that it should work. I'm gonna check for ...
by MiaCorvere
Thu Jan 09, 2020 1:50 pm
Forum: Ren'Py Questions and Announcements
Topic: Videos don't play
Replies: 5
Views: 539

Re: Videos don't play

Thanks for trying to help. I fixed the /, and the indention was right all along, it just didn't work to copy it properly. But the video just doesn't play. I don't get an error message, it just doesn't do what it's supposed to do. It should work with mp4 too, right? So I don't have to change the form...
by MiaCorvere
Thu Jan 09, 2020 11:05 am
Forum: Ren'Py Questions and Announcements
Topic: Videos don't play
Replies: 5
Views: 539

Videos don't play

I'm confused. I tried to implement videos in my game, so I made a cutscene label like this: label cutscene1: $ renpy.movie_cutscene("/videos/dimension.mp4") But instead of playing the video, the choice menu button that is supposed to transport you to the label just freezes in the "hov...
by MiaCorvere
Tue Dec 03, 2019 11:16 am
Forum: Ren'Py Questions and Announcements
Topic: Addings sounds to choice buttons
Replies: 2
Views: 523

Re: Addings sounds to choice buttons

Thank you! That worked :-)
by MiaCorvere
Sun Dec 01, 2019 12:54 pm
Forum: Ren'Py Questions and Announcements
Topic: Addings sounds to choice buttons
Replies: 2
Views: 523

Addings sounds to choice buttons

Hi, I'm probably missing something really obvious, because I'm still trying to figure out how changing all the style properties actually works. But I'm trying to add sounds to the choices buttons, one for when they're hovered and one for when they're clicked. So I added this to gui.rpy: define gui.c...