Search found 42 matches

by pfranzen
Tue Sep 20, 2022 7:16 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Rotated text keeps moving!
Replies: 2
Views: 508

Re: Rotated text keeps moving!

Ah, so that's what the .5 means! It's essentially center-aligning the text.

So, I changed the .5 to 0, and now it's doing what I want it to! Thanks!
by pfranzen
Tue Sep 20, 2022 6:26 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Rotated text keeps moving!
Replies: 2
Views: 508

[SOLVED] Rotated text keeps moving!

...Maybe that's not a GREAT subject line. Anyway! I'm trying to add text to a screen that 1) is rotated -9 degrees, and 2) includes a variable that users can modify. My code looks like this: transform: rotate -9 text "{size=-11}{color=04297a}{font=fonts/LinLibertine_R.ttf}1st Bank of [persisten...
by pfranzen
Thu Apr 15, 2021 5:53 pm
Forum: Ren'Py Questions and Announcements
Topic: NameError: global name 'name' is not defined
Replies: 15
Views: 1441

Re: NameError: global name 'name' is not defined

What we need is probably what's above, the definition of the name variable. So! That's one of the more confusing aspects of the bug. I don't have or call a variable that's just called named "name" anywhere in the game. The closest I have is "config.name", which is defined in the...
by pfranzen
Thu Apr 15, 2021 5:38 pm
Forum: Ren'Py Questions and Announcements
Topic: NameError: global name 'name' is not defined
Replies: 15
Views: 1441

Re: NameError: global name 'name' is not defined

rayminator wrote: Thu Apr 15, 2021 4:59 pm we are not willing to pay to help you with something we don't want if you need help we need the code inside the rpy files
I'm sorry, I didn't mean to suggest you should buy the game. I was showing why sharing the game/code on here wasn't doable.
by pfranzen
Thu Apr 15, 2021 11:43 am
Forum: Ren'Py Questions and Announcements
Topic: NameError: global name 'name' is not defined
Replies: 15
Views: 1441

Re: NameError: global name 'name' is not defined

I can share the Steam link! Not the full game though; it's a commercial release. (The initial bug report came literally the day before release.)

https://store.steampowered.com/app/1286 ... net_Court/
by pfranzen
Wed Apr 14, 2021 2:13 pm
Forum: Ren'Py Questions and Announcements
Topic: NameError: global name 'name' is not defined
Replies: 15
Views: 1441

Re: NameError: global name 'name' is not defined

Got it! I'll see if that's something in I fix. That's not in a script file I created; that's something Ren'py auto-generated.
by pfranzen
Tue Apr 13, 2021 12:23 pm
Forum: Ren'Py Questions and Announcements
Topic: NameError: global name 'name' is not defined
Replies: 15
Views: 1441

Re: NameError: global name 'name' is not defined

Update! Another user is experiencing the same issue, after I implemented the above change. The game is continuing to crash whenever they load it, even after restarting their computer. The error message is a little different (there's something about the splash screen now?): I'm sorry, but an uncaught...
by pfranzen
Mon Apr 05, 2021 7:01 pm
Forum: Ren'Py Questions and Announcements
Topic: NameError: global name 'name' is not defined
Replies: 15
Views: 1441

Re: NameError: global name 'name' is not defined

look at case 1.rpy line 42 copy at least 10 line of code above and below that line and post it here Here we go! Warning: Messy. Also warning: This is an FMV game, not a visual novel, so it's more movie- than text- and image-based. scene black pause .75 $ renpy.music.set_volume(2.5, delay=0, channel...
by pfranzen
Mon Apr 05, 2021 4:26 pm
Forum: Ren'Py Questions and Announcements
Topic: NameError: global name 'name' is not defined
Replies: 15
Views: 1441

NameError: global name 'name' is not defined

Does this error mean anything to anyone? It came up for one of our users when they reached the first decision point and selected one of the options. Then whenever they tried to launch the game, they would get the same error. They haven't been able to repeat it since then, though, and no one else has...
by pfranzen
Sat Mar 13, 2021 3:00 pm
Forum: Ren'Py Questions and Announcements
Topic: Video stutters when moving cursor?
Replies: 2
Views: 464

Video stutters when moving cursor?

Hi y'all! I'm making a game that uses a lot of live-action footage. Long shot, but does anyone know why moving the mouse cursor would cause the video to stutter?

I'm using a custom cursor for the game, but disabling it doesn't seem to make a difference.
by pfranzen
Fri Jan 22, 2021 11:00 am
Forum: Ren'Py Questions and Announcements
Topic: Split-second lag when playing videos
Replies: 13
Views: 1639

Re: Split-second lag when playing videos

Maybe something like? Thanks so much for all of this! It's still not quite working, unfortunately. It's just doing the same thing as before: the subtitle appears, then a split-second later the video starts playing. Is it possible it's totally ignoring the "start_image" qualifier? I've qua...
by pfranzen
Thu Jan 21, 2021 8:55 pm
Forum: Ren'Py Questions and Announcements
Topic: Split-second lag when playing videos
Replies: 13
Views: 1639

Re: Split-second lag when playing videos

Maybe it's not your solution, but it shouldn't take too long to figure out if it will or won't work. Okay, that's an interesting solution. I found a program that will let me rip the first frame from a batch of videos automatically, so that's helpful. I'm having a little trouble getting the code rig...
by pfranzen
Thu Jan 21, 2021 5:06 pm
Forum: Ren'Py Questions and Announcements
Topic: Split-second lag when playing videos
Replies: 13
Views: 1639

Re: Split-second lag when playing videos

This is about the result I expected, you have five videos on screen at once after all. It sounds like your PC doesn't meet the minimum specs to play your game. With a more powerful computer the higher bitrate should be handled more easily. If you don't mind, what are the specs on the PC you're curr...