Search found 38 matches

by kylemercury
Thu Mar 18, 2021 4:43 pm
Forum: Ren'Py Questions and Announcements
Topic: Adjusting video speed possible?
Replies: 2
Views: 408

Re: Adjusting video speed possible?

Alright thanks for the reply. I'll check it out.
by kylemercury
Thu Mar 18, 2021 2:31 pm
Forum: Ren'Py Questions and Announcements
Topic: Adjusting video speed possible?
Replies: 2
Views: 408

Adjusting video speed possible?

Hey guys quick question. I looked over the Ren'py documentation and it didn't mention anything about it so I doubt it's possible but I figure I should ask here to be sure. I have a webm file that I'm using in my game and it's a bit slow, so I was wondering if it's possible to adjust the speed of a v...
by kylemercury
Thu Feb 18, 2021 6:25 pm
Forum: Ren'Py Questions and Announcements
Topic: GUI Size And Scrolling Problem
Replies: 2
Views: 262

Re: GUI Size And Scrolling Problem

cheonbyeol wrote: Thu Feb 18, 2021 4:51 pm What will help you out is a vpgrid. It can scroll and has a grid built in.
Thank you I'll check that out!
by kylemercury
Thu Feb 18, 2021 4:06 pm
Forum: Ren'Py Questions and Announcements
Topic: GUI Size And Scrolling Problem
Replies: 2
Views: 262

GUI Size And Scrolling Problem

Hello! I'm making a game where you can find pictures and display them on your phone(in game). Using some code from a tutorial I found I am able to display the images in a grid quite nicely, however as you'll see below the images continue beyond the confines of the phone itself. So I'd like to make t...
by kylemercury
Tue Feb 09, 2021 9:58 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved]Hiding Textbox While Keeping Text?
Replies: 3
Views: 386

Re: Hiding Textbox While Keeping Text?

Okay I'll try that out!
Thanks a lot.
by kylemercury
Tue Feb 09, 2021 4:05 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved]Hiding Textbox While Keeping Text?
Replies: 3
Views: 386

[Solved]Hiding Textbox While Keeping Text?

I have a bit of a conundrum. I've made several scenes for my game that are ruined because the black textbox takes up and blocks the bottom part of the art. I don't want to change the textbox or move it because for the rest of the game I like it there. So I'd like to know if there's a way to temporar...
by kylemercury
Mon Feb 01, 2021 3:27 pm
Forum: We are offering Paid Work
Topic: [PAID][CLOSED][18+] Looking For Longterm CG Artist For VN Project
Replies: 0
Views: 725

[PAID][CLOSED][18+] Looking For Longterm CG Artist For VN Project

Hello! I'm Kyle Mercury and I'm working on an adult VN called My Girlfriend's Friends. It's been in the works for a couple months and I'm already working with a CG/Sprite and BG artists who've been doing great jobs, but I'm looking to increase the pace at which art is updated so I'm hiring a new art...
by kylemercury
Tue Dec 01, 2020 1:03 pm
Forum: We are offering Paid Work
Topic: [CLOSED]Looking For a Programmer To Help With An Error
Replies: 2
Views: 373

Re: [OPEN]Looking For a Programmer To Help With An Error

kostek00 wrote: Tue Dec 01, 2020 12:29 pm Black screen may be result of excluding .rpyc files from build to phone.
Okay I'll look into that. Don't know why it would be excluded in the first place though.
by kylemercury
Tue Dec 01, 2020 11:48 am
Forum: We are offering Paid Work
Topic: [CLOSED]Looking For a Programmer To Help With An Error
Replies: 2
Views: 373

[CLOSED]Looking For a Programmer To Help With An Error

Hello! My name is Kyle Mercury and I'm an amateur Ren'py programmer. I'm working on a game and dropped the first demo a little while ago and I want to play it on my phone. I made this post because I need help porting to android. I've come across an error that I have no idea how to fix and I'm litera...
by kylemercury
Tue Nov 24, 2020 1:47 pm
Forum: Ren'Py Questions and Announcements
Topic: Trouble Building Android Port
Replies: 0
Views: 549

Trouble Building Android Port

Hey guys I'm not very knowledgeable when it comes to this part of Ren'py and I could really use some help. I've finished the first demo of a game I'm working on and I wanted to play it on android. I've gone through the install SDK and configure options and was able to at least create the first build...
by kylemercury
Tue Oct 13, 2020 3:59 pm
Forum: I am an Artist
Topic: (Paid/Trade) Icons, Chibis, Sprites, Backgrounds, CGs [OPEN for game jams]
Replies: 48
Views: 22030

Re: (Paid/Trade) Icons, Chibis, Sprites, Backgrounds, CGs

Red-Chan just did some Icon commissions for my game that I'm working on, very happy with the work!
They were quick too! Good person to work with.
by kylemercury
Wed Jun 10, 2020 12:33 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved] How to overlap imagebuttons?
Replies: 3
Views: 306

Re: How to overlap imagebuttons?

Yeah that seems to work! I used both hover and hovered and had desired effect. Thanks again.
by kylemercury
Tue Jun 09, 2020 8:19 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved] How to overlap imagebuttons?
Replies: 3
Views: 306

Re: How to overlap imagebuttons?

Okay I'll try this, thank you.
by kylemercury
Tue Jun 09, 2020 12:39 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved] How to overlap imagebuttons?
Replies: 3
Views: 306

[Solved] How to overlap imagebuttons?

Hello! I'm trying to purposefully overlap some imagebuttons so that the one that I'm hovering over will show above the other. I've tried to figure it out but I'm getting nowhere and my google prowess is lacking. The code is for both is just: imagebutton: focus_mask True idle "imageOne.png"...