Search found 71 matches

by oatnoodles
Mon Feb 19, 2024 8:47 pm
Forum: Ren'Py Questions and Announcements
Topic: How to use a transform only for certain speakers?
Replies: 1
Views: 162

How to use a transform only for certain speakers?

Hello! I have a transform on my dialogue box, but I'd like to set it to not have that transform for centered text. Right now centered text displays at the bottom (since the transform applies to it.) Here is my say screen: screen say(who, what): style_prefix "say" frame id "window"...
by oatnoodles
Tue Jan 02, 2024 4:04 pm
Forum: Ren'Py Questions and Announcements
Topic: Vertical scrollbar will not scale height
Replies: 3
Views: 19075

Re: Vertical scrollbar will not scale height

Sorry, I'm still pretty new to coding in general and for this project I've just been working with a "reorganized boilerplate code" from a previous programmer. That's how he organized things -- with the style definitions in the same file as the screen they're for. I have two ymaximums becau...
by oatnoodles
Fri Dec 29, 2023 12:04 am
Forum: Ren'Py Questions and Announcements
Topic: Vertical scrollbar will not scale height
Replies: 3
Views: 19075

Vertical scrollbar will not scale height

Hello! I'm creating an inventory screen and setting up the layout first. I'm trying to get my vertical scrollbar to keep within the height of my vpgrid, but no matter what I try it just won't change the height of the scrollbar. It'll change the vpgrid's height instead of the scrollbar, even when cha...
by oatnoodles
Sun Dec 03, 2023 11:31 pm
Forum: I am a Programmer, Director, or Other
Topic: [OPEN][Paid/Revshare] Programmer - Ren'Py
Replies: 8
Views: 2555

Re: [OPEN][Paid/Revshare] Programmer - Ren'Py

hello! i'd love to chat with you on discord! my username is oatnoodles.
by oatnoodles
Sun Dec 03, 2023 11:30 pm
Forum: I am a Programmer, Director, or Other
Topic: [Open] [Free] Programmer looking for a project
Replies: 5
Views: 1735

Re: [Open] [Free] Programmer looking for a project

hey! i sent a friend request on discord :-)
by oatnoodles
Sun Dec 03, 2023 11:29 pm
Forum: I am a Programmer, Director, or Other
Topic: [Open][Free] Experienced Programmer & Artist
Replies: 3
Views: 1361

Re: [Open][Free] Experienced Programmer & Artist

hey! i sent a message on discord :-)
by oatnoodles
Sun Dec 03, 2023 11:26 pm
Forum: I am a Programmer, Director, or Other
Topic: [Open] Experienced Programmer & Director
Replies: 7
Views: 2626

Re: [Open] Experienced Programmer & Director

Hi Winterslice! I'd love to chat with you about this — can we talk on Discord? My username is oatnoodles!
by oatnoodles
Fri Jul 28, 2023 4:05 pm
Forum: Ren'Py Questions and Announcements
Topic: How to change centered tag text
Replies: 3
Views: 338

Re: How to change centered tag text

Thank you! I tried the method of making a new say screen, and it worked. However, I'm wondering if there's a way to change the window style as well? I really just want to change the xsize to be wider.
by oatnoodles
Fri Jul 28, 2023 12:11 am
Forum: Ren'Py Questions and Announcements
Topic: How to change centered tag text
Replies: 3
Views: 338

How to change centered tag text

Hello, I'm looking to change the "centered" tag text, because I'd like to hide the quick menu, window background, and remove the transform applied to normal dialogue text. This code was originally made as a re-organization of Ren'py's boilerplate by someone that was helping me with a proje...
by oatnoodles
Wed Jun 21, 2023 10:15 pm
Forum: Ren'Py Questions and Announcements
Topic: Invalid syntax with transforms [SOLVED]
Replies: 2
Views: 292

Re: Invalid syntax with transforms

Thanks for the help, but it looks like the error was fixed after I restarted my computer for some reason xD
by oatnoodles
Wed Jun 21, 2023 8:46 pm
Forum: Ren'Py Questions and Announcements
Topic: Invalid syntax with transforms [SOLVED]
Replies: 2
Views: 292

Invalid syntax with transforms [SOLVED]

Hello, I'm trying to make a simple transform to use on a layeredimage. However, when I try to define it, I get this error (saying it doesn't recognize the name of the transform after the first letter): File "game/src/portraits/haewon/haewon_global.rpy", line 13: invalid syntax transform ha...
by oatnoodles
Sat Apr 29, 2023 5:29 pm
Forum: I am a Programmer, Director, or Other
Topic: (CLOSED/FREE) Looking for a Ren'Py project
Replies: 1
Views: 786

Re: (OPEN/FREE) Looking for a Ren'Py project

hiya! sent an request on discord!
by oatnoodles
Sat Feb 18, 2023 12:01 pm
Forum: Ren'Py Questions and Announcements
Topic: How to left-align choice menu buttons?
Replies: 3
Views: 460

Re: How to left-align choice menu buttons?

For me, that moves all my choices back to the center of the screen and doesn't left-align the buttons haha
by oatnoodles
Sat Feb 18, 2023 11:59 am
Forum: Ren'Py Questions and Announcements
Topic: How to add a continue button on main menu?
Replies: 8
Views: 1062

Re: How to add a continue button on main menu?

I tried both, sadly it still displays continue only.
by oatnoodles
Sat Feb 18, 2023 11:56 am
Forum: Ren'Py Questions and Announcements
Topic: Changing image based on who is speaking [SOLVED]
Replies: 6
Views: 4756

Re: Changing image based on who is speaking [SOLVED]

Thanks for the suggestion! I did implement this, but the sprites still don't appear for me at all. I wonder if I'm doing something wrong...?