Search found 18 matches

by shiolily
Wed Jan 18, 2023 4:50 am
Forum: Completed Games
Topic: The Rising Sun, Falling Waves [Free] [Murder Mystery] [Itchio]
Replies: 2
Views: 2905

Re: The Rising Sun, Falling Waves [Free] [Murder Mystery] [Itchio]

Thank you so much Kokoro! I had a lot of fun animating the intro so I appreciate hearing that so much :D
by shiolily
Tue Jan 17, 2023 6:57 am
Forum: Completed Games
Topic: The Rising Sun, Falling Waves [Free] [Murder Mystery] [Itchio]
Replies: 2
Views: 2905

The Rising Sun, Falling Waves [Free] [Murder Mystery] [Itchio]

https://media.discordapp.net/attachments/546466300755443718/1064861057870483466/image.png It is the turn of the century. The most unknown island on Earth has become the most surveilled​​ overnight- and somehow, a string of tragedies occur over and over, seemingly in plain sight. Full voice acting a...
by shiolily
Mon Oct 11, 2021 12:58 am
Forum: Ren'Py Questions and Announcements
Topic: Renpy android games not working on samsung device (possible bug?)
Replies: 0
Views: 499

Renpy android games not working on samsung device (possible bug?)

Hello! My game is fully functional, so we built the android distributions and sent it out to a few friends for testing. It ran fine for everyone except one person, so we built the tutorial game 'the question' to see if that worked. It didn't work on his device either. We tried building the game with...
by shiolily
Tue Oct 05, 2021 4:29 am
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Scrollbar in the music room
Replies: 6
Views: 829

Re: Scrollbar in the music room

That fixed it, thank you so, so much!
by shiolily
Sat Oct 02, 2021 9:51 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Scrollbar in the music room
Replies: 6
Views: 829

Re: Scrollbar in the music room

Thank you so much! I checked out the link you sent and have been reading, and implemented the indentation, but am stuck between two issues. I formatted the code like this: frame: # 2nd column xpos 500 ypos 90 # Put here its parameters like xpos, ypos # ... side "c r": viewport id "col...
by shiolily
Sun Sep 26, 2021 10:26 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Scrollbar in the music room
Replies: 6
Views: 829

Re: Scrollbar in the music room

Oh the duplicate stuff happened when I copy pasted it over rip I tried implementing it but got an error that said 'expected statement'. frame: # 1st column xpos 112 ypos 90 # Put here its parameters like xpos, ypos # ... side "c r": viewport id "col1": mousewheel True pagekeys tr...
by shiolily
Wed Sep 22, 2021 4:07 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Scrollbar in the music room
Replies: 6
Views: 829

[SOLVED] Scrollbar in the music room

Hello! I want to implement a scroll bar in the music room but all the posts and examples I've found have totally broken the music room with all the buttons stacked on top of each other. This is what I have now (sorry I had to blur out some spoilers) https://media.discordapp.net/attachments/546466300...
by shiolily
Tue Sep 21, 2021 10:46 pm
Forum: Ren'Py Questions and Announcements
Topic: [solved]How to make music change affect returning to main menu from music room
Replies: 2
Views: 538

[solved]How to make music change affect returning to main menu from music room

Hello! Sorry for the wordy subject line, but my issue is as follows. After passing a certain point in the game, the main menu music (and background image) changes. I accomplished this with this code in the script: label before_main_menu: if persistent.op2: $ renpy.music.play('audio/gs.ogg', channel=...
by shiolily
Tue Aug 24, 2021 7:32 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved]Quick Menu in Android is tiny on hardware but not on Renpy Android Emulator
Replies: 16
Views: 1827

Re: Quick Menu in Android is tiny on hardware but not on Renpy Android Emulator

You're exactly right, that fixed the button! You have the patience of a saint aaaaa ;; thank you so much!! https://media.discordapp.net/attachments/819417460880834580/879867664070230026/unknown.png?width=2391&height=1338 end result (tweaked the location values somewhat) add gui.main_menu_backgro...
by shiolily
Tue Aug 24, 2021 1:23 am
Forum: Ren'Py Questions and Announcements
Topic: [Solved]Quick Menu in Android is tiny on hardware but not on Renpy Android Emulator
Replies: 16
Views: 1827

Re: Quick Menu in Android is tiny on hardware but not on Renpy Android Emulator

edit: my latest replies aren't always showing up when I view this thread, idk why /: here's a copy of the text in case others can't see it You're exactly right, that fixed the button! You have the patience of a saint aaaaa ;; thank you so much!! https://media.discordapp.net/attachments/8194174608808...
by shiolily
Sun Aug 22, 2021 10:18 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved]Quick Menu in Android is tiny on hardware but not on Renpy Android Emulator
Replies: 16
Views: 1827

Re: Quick Menu in Android is tiny on hardware but not on Renpy Android Emulator

I actually figured it was the font that might be an issue so I put in a font tag {font="fonts/myfont.ttf"}{/font} which works in other parts of the game. I double checked that the font had those characters, and also changed the character to ones I knew were present in my font, like AAAA or...
by shiolily
Sun Aug 22, 2021 1:35 am
Forum: Ren'Py Questions and Announcements
Topic: [Solved]Quick Menu in Android is tiny on hardware but not on Renpy Android Emulator
Replies: 16
Views: 1827

Re: Quick Menu in Android is tiny on hardware but not on Renpy Android Emulator

I tried your code for the switching. It's functional! There's just one problem, the button is totally invisible (or behind something) so I kept pressing the screen randomly until it picked it up. Also, once the game is in phone mode there's no way to switch back to tablet mode. Pressing in the same ...
by shiolily
Sat Aug 21, 2021 10:46 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved]Quick Menu in Android is tiny on hardware but not on Renpy Android Emulator
Replies: 16
Views: 1827

Re: Quick Menu in Android is tiny on hardware but not on Renpy Android Emulator

Also: Tried making code to determine the variant. I'm a noob so obviously I got a bunch of errors. This is what I have: if renpy.variant = "tablet": "running tablet variant" elif = "phone": "running phone variant" elif = "large": "running large ...
by shiolily
Sat Aug 21, 2021 10:30 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved]Quick Menu in Android is tiny on hardware but not on Renpy Android Emulator
Replies: 16
Views: 1827

Re: Quick Menu in Android is tiny on hardware but not on Renpy Android Emulator

The broken textbox only happened on the android, not on desktop actually. Could the reverse be happening where it's pulling the desktop textbox image on mobile? I tried your code again in case I got something wrong and it's still the same unfortunately, however I may have implemented it wrong. This ...