Search found 882 matches

by Per K Grok
Sun Feb 28, 2021 4:26 pm
Forum: Ren'Py Questions and Announcements
Topic: Moving characters and text around the textbox?
Replies: 3
Views: 569

Re: Moving characters and text around the textbox?

Hey friends. I'm working on a little side project recreating an old old VN I made as a kid. I wanna spice some things up with the interface, and settled on a neat look where the speaking character is INFRONT of the textbox while the passive character is BEHIND the textbox. The issue I'm discovering...
by Per K Grok
Sat Feb 27, 2021 10:08 am
Forum: Completed Games
Topic: Jacqueline White and the Phantom Flyer
Replies: 0
Views: 1333

Jacqueline White and the Phantom Flyer

pJG-MAzHPYU can be downloaded for free here https://per-k-grok.itch.io/jacqueline-white-and-the-phantom-flyer or https://gamejolt.com/games/phantomflyer/591260 The world is at war again and Jacqueline White is once again put in harms way, this time becoming part of a bombing mission in a B-17 flyin...
by Per K Grok
Wed Feb 24, 2021 3:16 pm
Forum: Asset Creation: Art
Topic: Art background question
Replies: 2
Views: 5734

Re: Art background question

I'm really primitive with my art at this stage. There's like a checkboard "transparent" thing that some images have in their background, so the computer doesn't display their background. How do you put that into art? Like I'm using MS paint....Do I just need another program? You need to s...
by Per K Grok
Sun Feb 21, 2021 3:22 am
Forum: Ren'Py Questions and Announcements
Topic: How To Add A Video To My Game (Solved)
Replies: 7
Views: 547

Re: How To Add A Video To My Game

Okay so I'm just starting out with my first game and before I do anything with Characters, backgrounds and images I want to add a video to my game. Like before the menu pops up I want to add a unskippable 5 second video. I have the video an MOV form. I was told that I could change it if need be, bu...
by Per K Grok
Tue Feb 16, 2021 2:50 am
Forum: Ren'Py Questions and Announcements
Topic: Crop text to fit size of button
Replies: 3
Views: 449

Re: Crop text to fit size of button

Hi All, What options can be used to crop text to fit the size of the textbutton (or label)? The idea that jumps to my mind is to make the text into an image and crop that, and use the cropped image in the screen. Technically you would not have a label or a textbutton, but you would have the visual ...
by Per K Grok
Sat Feb 13, 2021 9:08 am
Forum: Ren'Py Questions and Announcements
Topic: how can i make list of quiz result with numbers of items on screen
Replies: 9
Views: 469

Re: how can i make list of quiz result with numbers of items on screen

and in the answer part of the result of quiz , how can i display only the answer that the user choice on menu. example : result of quiz 1. question answer - right 2. question answer - wrong and in this quiz the result displayed like this: result of quiz 1. question [ [u"false", "righ...
by Per K Grok
Sat Feb 13, 2021 3:49 am
Forum: Ren'Py Questions and Announcements
Topic: how can i make list of quiz result with numbers of items on screen
Replies: 9
Views: 469

Re: how can i make list of quiz result with numbers of items on screen

i planning that after the quiz game is done the result of quiz should be display on screen so that the user would know there right or wrong. i've already made a result of quiz but its has like this, [ u' in the beginning. dont know how to erase that . and i want to make it like a list of quiz resul...
by Per K Grok
Thu Feb 11, 2021 1:47 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved]Search a word in txt
Replies: 10
Views: 492

Re: Search a word in txt

define ing_list=[ ("clover", "blah clover blah blah", "use clover"), ("cream", "blah cream blah blah", "use cream"), ("butter", "blah butter blah blah", "use butter"), ("flour", "blah flour blah...
by Per K Grok
Thu Feb 11, 2021 1:51 am
Forum: Ren'Py Questions and Announcements
Topic: [Solved]Search a word in txt
Replies: 10
Views: 492

Re: Search a word in txt

I tried for a long time. I corrected the tabulation and I still get the same error. All I want is to link the renpy.input with the dictionary lookup of the word. Thank you very much for helping me :D I copied and pasted the code from the post in this thread to see if I'd get the same error and to s...
by Per K Grok
Wed Feb 10, 2021 3:35 pm
Forum: Ren'Py Questions and Announcements
Topic: Runtime Error: Maximum reccursion depth exceeded in _instancecheck_
Replies: 8
Views: 552

Re: Runtime Error: Maximum reccursion depth exceeded in _instancecheck_

Pink_Juicy wrote: Wed Feb 10, 2021 2:53 pm
---

OH MY GOSH!!!! Thank you so much!! It solved my issue :)
Glad to hear that. I thought I was just setting up the scene for the next step, but if the solution to your problem was in there, that's great. :D
by Per K Grok
Wed Feb 10, 2021 2:36 pm
Forum: Ren'Py Questions and Announcements
Topic: Runtime Error: Maximum reccursion depth exceeded in _instancecheck_
Replies: 8
Views: 552

Re: Runtime Error: Maximum reccursion depth exceeded in _instancecheck_

---- Here's the full error message (also i changed the player thing you said to do if I did it wrong tell me, I'm still learning a bit of Ren'Py code): I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 243, in script player "Wait wha...
by Per K Grok
Wed Feb 10, 2021 1:58 am
Forum: Ren'Py Questions and Announcements
Topic: Runtime Error: Maximum reccursion depth exceeded in _instancecheck_
Replies: 8
Views: 552

Re: Runtime Error: Maximum reccursion depth exceeded in _instancecheck_

I keep getting this runtime error that says: Runtime Error: maximum recursion depth exceeded in _instancecheck_ This often appears when a certain character starts speaking (in this case, it's supposed to be "the player") and I don't know why it keeps appearing (Sorry this is kind of dumb)...
by Per K Grok
Tue Feb 09, 2021 6:39 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved]Search a word in txt
Replies: 10
Views: 492

Re: Search a word in txt

I'm sorry, but errors were detected in your script. Please correct the errors listed below, and try again. File "game/script.rpy", line 26: Tab characters are not allowed in Ren'Py scripts. Ren'Py Version: Ren'Py 7.3.5.606 Tue Feb 09 19:26:39 2021 OK. That is a question of how the indenta...
by Per K Grok
Tue Feb 09, 2021 6:17 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved]Search a word in txt
Replies: 10
Views: 492

Re: Search a word in txt

bonnie_641 wrote: Tue Feb 09, 2021 6:07 pm Thank you for your reply.
However, I am getting an error on line 26....

Code: Select all

$ checkno=1  ## stops "not found" - text from being shown
I don't know what I did wrong...
What does the error message say?
by Per K Grok
Tue Feb 09, 2021 4:59 pm
Forum: Ren'Py Questions and Announcements
Topic: Runtime Error: Maximum reccursion depth exceeded in _instancecheck_
Replies: 8
Views: 552

Re: Runtime Error: Maximum reccursion depth exceeded in _instancecheck_

I keep getting this runtime error that says: Runtime Error: maximum recursion depth exceeded in _instancecheck_ This often appears when a certain character starts speaking (in this case, it's supposed to be "the player") and I don't know why it keeps appearing (Sorry this is kind of dumb)...