Search found 43 matches

by Mello-Knight
Tue May 31, 2022 10:34 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved] Glossary Issue - Starts Bugging 4 days into the Game
Replies: 15
Views: 683

Re: Glossary Issue - Starts Bugging 4 days into the Game

We're dabbling with this. The code works, but is there an easy way to position the image? We tried inputting some positioning/anchoring adjustments, but it just crashed the game. If possible, where would we put the code? Of course you can position the image, I just gave you a very basic example. ^^...
by Mello-Knight
Mon May 30, 2022 2:30 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved] Glossary Issue - Starts Bugging 4 days into the Game
Replies: 15
Views: 683

Re: Glossary Issue - Starts Bugging 4 days into the Game

Ok, empty stack is what is expected for call_in_new_context. Can you check what happens if you replace call_in_new_context with call (it will mess with text - automaitcally advance it after showing glossary- but right now I want to see if bug will persist). In addition, do the same things you did, ...
by Mello-Knight
Mon May 30, 2022 2:11 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved] Glossary Issue - Starts Bugging 4 days into the Game
Replies: 15
Views: 683

Re: Glossary Issue - Starts Bugging 4 days into the Game

Thanks so much for this. I'm still trying to see if I can get the code I currently have working so I don't have to do a big overhaul, but this is a good fallback. Would it be possible to do this with image files I created instead of just typing in the text? Since I made near a hundred glossary card...
by Mello-Knight
Mon May 30, 2022 12:07 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved] Glossary Issue - Starts Bugging 4 days into the Game
Replies: 15
Views: 683

Re: Glossary Issue - Starts Bugging 4 days into the Game

Okay, this is a puzzle. - It's vaguely conceivable that you could have "too many scripts" if you do a lot of 'call' statements without ever returning from them. But in that case you should get a crash with a 'recursion depth exceeded' error, which is not your problem. - No, don't consolid...
by Mello-Knight
Sun May 29, 2022 2:31 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved] Glossary Issue - Starts Bugging 4 days into the Game
Replies: 15
Views: 683

Re: Glossary Issue - Starts Bugging 4 days into the Game

I tried adding a "hide drilldown at glossary with dissolve" before the return command, but it didn't fix the issue. It worked for trying it on a Day 1 card, but I can't figure out why Day 4 and on quits on me. Wait, what do you mean "quits on you"? Is there an error message? Any...
by Mello-Knight
Sun May 29, 2022 11:43 am
Forum: Ren'Py Questions and Announcements
Topic: [Solved] Glossary Issue - Starts Bugging 4 days into the Game
Replies: 15
Views: 683

Re: Glossary Issue - Starts Bugging 4 days into the Game

My way to implement a glossary: The glossary data itself can be put inside a dict that is shown via a screen. We then have to create a hyperlink handler, since the normal handlers cannot take arguments as far as i know. After that, adding a new word is super easy. You don't have to add anything els...
by Mello-Knight
Sun May 29, 2022 11:40 am
Forum: Ren'Py Questions and Announcements
Topic: [Solved] Glossary Issue - Starts Bugging 4 days into the Game
Replies: 15
Views: 683

Re: Glossary Issue - Starts Bugging 4 days into the Game

Can you post the actual code for the entry that you're having trouble with? Is it the "atten-hut" one? It looks like you've just coded your glossary entries as "call a label; show an image; pause; return." Which I suppose is fine, except "return" does not in fact hide ...
by Mello-Knight
Sat May 28, 2022 1:19 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved] Glossary Issue - Starts Bugging 4 days into the Game
Replies: 15
Views: 683

[Solved] Glossary Issue - Starts Bugging 4 days into the Game

Hello, this Mello, back at it again with another programming bug/question! I am currently working on implementing a glossary feature into my game, Band Camp Boyfriend. Every so often you will encounter a highlighted word and you can click it so a little vocabulary card with the definition will pop u...
by Mello-Knight
Thu Nov 11, 2021 6:09 pm
Forum: Ren'Py Questions and Announcements
Topic: Building distributions...what's the best way to get a game to run on a tablet?
Replies: 4
Views: 581

Re: Building distributions...what's the best way to get a game to run on a tablet?

Thank you for the quick response. Kind of glad I can drop that trail. Would a PC or Mac distribution work on a tablet? I'm guessing no.
by Mello-Knight
Thu Nov 11, 2021 1:54 pm
Forum: Ren'Py Questions and Announcements
Topic: Building distributions...what's the best way to get a game to run on a tablet?
Replies: 4
Views: 581

Building distributions...what's the best way to get a game to run on a tablet?

I am back again with more questions! Thanks in advance for any responses. This community has always been very helpful. My story is I was making a video game as a hobby and then my workplace found out and wanted me to make a game for their website. I've not yet released my passion project, but I did ...
by Mello-Knight
Wed Aug 18, 2021 3:23 pm
Forum: Ren'Py Questions and Announcements
Topic: After downloading analytics.rpy, Ren'py will no longer run on the web and traces back to my desktop
Replies: 2
Views: 935

Re: After downloading analytics.rpy, Ren'py will no longer run on the web and traces back to my desktop

Sorry for the late response, I've been sick in bed all week. Thank you for getting back to me! I will remove the analytics and hopefully that will solve the issue.
by Mello-Knight
Wed Aug 11, 2021 5:02 pm
Forum: Ren'Py Questions and Announcements
Topic: After downloading analytics.rpy, Ren'py will no longer run on the web and traces back to my desktop
Replies: 2
Views: 935

After downloading analytics.rpy, Ren'py will no longer run on the web and traces back to my desktop

I'm totally at a loss on what to do because the game still runs fine on my computer, but my coworkers say it will no longer run on the website and sent me a list of errors. I will try to be as detailed as possible in recounting what happened. Thanks in advance for your patience or any help you have ...
by Mello-Knight
Sun Oct 07, 2018 1:51 pm
Forum: Works in Progress
Topic: Band Camp Boyfriend [Otome] [GxB] [Dramedy]
Replies: 56
Views: 23904

Re: Band Camp Boyfriend [Otome] [GxB] [Dramedy] - KICKSTARTER LIVE!

Thank you! We've got our fingers crossed the Kickstarter will be successful. Feeling a bit nervous. In other news, I finished writing Samuel's arc yesterday! I'm very pleased with how it turned out. Poptart is up next. I saved his arc for last because I'm very excited for it. It's gonna be something...