Search found 14 matches

by ComorosXTR
Fri Jul 07, 2017 3:52 pm
Forum: Ren'Py Questions and Announcements
Topic: Moving Choice Menus
Replies: 6
Views: 4110

Re: Moving Choice Menus

Thanks for all the help.

I couldn't find the image, so I found it in the GUI folder

choice_hover_background

And changed it that way.
by ComorosXTR
Fri Jul 07, 2017 2:59 pm
Forum: Ren'Py Questions and Announcements
Topic: Moving Choice Menus
Replies: 6
Views: 4110

Re: Moving Choice Menus

Thanks a lot for the reply. Rather than borders, it is actually define gui.choice_button_width = 300 and then I changed, adding xpos, to move the choice buttons: style choice_vbox: xalign 0 ypos 600 xpos 200 yanchor 0.1 I will search out that image and try to change it. Thanks a million for your help!
by ComorosXTR
Fri Jul 07, 2017 2:02 pm
Forum: Ren'Py Questions and Announcements
Topic: Moving Choice Menus
Replies: 6
Views: 4110

Re: Moving Choice Menus

That's excellent, thanks a lot.

I can now move them to the corner and I can resize... although I can't seem to make them normal buttons without the fading.

Also, would it be possible to place options in a 2x2 grid, or can they only be in a list.

Thanks a lot for the help!
by ComorosXTR
Fri Jul 07, 2017 12:44 pm
Forum: Ren'Py Questions and Announcements
Topic: Moving Choice Menus
Replies: 6
Views: 4110

Moving Choice Menus

Hey there, The GUI update is great, but I am really struggling to move the choice boxes to where I want. I'm not sure whether the code is already there to do so or I need to add in a few lines. I would like to move the boxes down to a grid at the bottom left hand corner, and give them simple boxes r...
by ComorosXTR
Sun Dec 11, 2016 8:48 am
Forum: Ren'Py Questions and Announcements
Topic: Ren'Py 6.99.11 Released
Replies: 25
Views: 4614

Re: Ren'Py 6.99.11 Released

The sample video file you gave me uses the h.264 codec. That's not a supported codec in Ren'Py. You can check out a list of supported formats here: https://www.renpy.org/doc/html/movie.html Right, thanks for the help. I'll obviously have to release the game on the old Renpy. GUI looks like a great ...
by ComorosXTR
Sat Dec 10, 2016 4:17 pm
Forum: Ren'Py Questions and Announcements
Topic: Ren'Py 6.99.11 Released
Replies: 25
Views: 4614

Re: Ren'Py 6.99.11 Released

Sorry, the command I used is:

$ renpy.movie_cutscene("sample.mkv",loops=-1)

I've sent you a link to a sample vid, that works in 6.99.8
by ComorosXTR
Sat Dec 10, 2016 6:07 am
Forum: Ren'Py Questions and Announcements
Topic: Ren'Py 6.99.11 Released
Replies: 25
Views: 4614

Re: Ren'Py 6.99.11 Released

The game on 6.99.8 runs mkvs with mp3 audio fine. There's 100+ of them and they were all okay.

On the newest version even if I delete the whole gui section in the code, they simply don't play.

I use this command $ renpy.movie_cutscene("svideo.mkv")

What file should I send you?
by ComorosXTR
Fri Dec 09, 2016 3:27 pm
Forum: Ren'Py Questions and Announcements
Topic: Ren'Py 6.99.11 Released
Replies: 25
Views: 4614

Re: Ren'Py 6.99.11 Released

Hey there!

The GUI addition looks great.

However, I upgraded from 6.99.8, and mkv video files no longer work, even if I simply deleted the whole GUI section.

If anyone has an ideas on how to fix this that'd be great, otherwise I have to go stay with 6.99.8.
by ComorosXTR
Sun Sep 18, 2016 1:05 pm
Forum: Ren'Py Questions and Announcements
Topic: 1280x720 doesn't scale to fullscreen?
Replies: 5
Views: 834

Re: 1280x720 doesn't scale to fullscreen?

Okay, my bad. When working with a dual monitor, set up, changing to the TV as my main screen doesn't work. But if I disable the laptop screen then my Renpy game will scale up fine. I presume this is definitely a problem with Windows7, or my laptop, or my laptop/TV combination. Thanks for the replies!
by ComorosXTR
Sun Sep 18, 2016 12:41 pm
Forum: Ren'Py Questions and Announcements
Topic: 1280x720 doesn't scale to fullscreen?
Replies: 5
Views: 834

Re: 1280x720 doesn't scale to fullscreen?

Sorry for the late reply.

I connect with an HDI cable.

I can't tell you much about my system, but Intel graphics.

I suppose if it works for you, then the game will work for others. It really is just a problem on my end, not something I need to code into Renpy.

Thanks for the information!
by ComorosXTR
Sat Sep 17, 2016 5:35 pm
Forum: Ren'Py Questions and Announcements
Topic: 1280x720 doesn't scale to fullscreen?
Replies: 5
Views: 834

Re: 1280x720 doesn't scale to fullscreen?

Thanks for the reply!

Unfortunately I can't change the dimensions of the game because all the resources are already made.
by ComorosXTR
Sat Sep 17, 2016 3:49 pm
Forum: Ren'Py Questions and Announcements
Topic: 1280x720 doesn't scale to fullscreen?
Replies: 5
Views: 834

1280x720 doesn't scale to fullscreen?

Hey there, I've tried searching but I haven't seen anyone with this specific problem. I've nearly finished a game in 1280x720 format. On my laptop (1366x768) it scales down fine, you can make it very small, it also goes to fullscreen fine. However, when I plug in a TV (1920x1080) the fullscreen is j...
by ComorosXTR
Sat Jan 23, 2016 5:52 pm
Forum: Ren'Py Questions and Announcements
Topic: Padding on Main Menu Text?
Replies: 2
Views: 1278

Re: Padding on Main Menu Text?

Thanks a lot for the reply!

Unfortunately getting into the style tree seems very daunting, but it must be done!

Thanks again!
by ComorosXTR
Tue Jan 19, 2016 3:55 pm
Forum: Ren'Py Questions and Announcements
Topic: Padding on Main Menu Text?
Replies: 2
Views: 1278

Padding on Main Menu Text?

Hey there, I'm very new to Renpy, it looks great but coding for my first time is getting my head spinning. Currently I'm wondering about padding (moving the inside text to make in central) on the inside of the main menu. http://imgur.com/SU7bayA Here's my screen.rpy for the section. TBH, I'm still c...