Search found 6 matches

by ZevieNevan
Thu Aug 24, 2023 12:22 pm
Forum: Ren'Py Questions and Announcements
Topic: (SOLVED) Help with making a functioning information screen.
Replies: 9
Views: 467

Re: Help with making a functioning information screen.

My answer was really just a basic description on how to make it work: Calling a third screen from your map screen that then includes some information depending on what the user clicks. It's up to you to build the design around it, that means styling it. You would need to include some frames with bo...
by ZevieNevan
Thu Aug 24, 2023 1:40 am
Forum: Ren'Py Questions and Announcements
Topic: (SOLVED) Help with making a functioning information screen.
Replies: 9
Views: 467

Re: Help with making a functioning information screen.

Also this was the information screen that I had in mind that I had trouble making
http://prntscr.com/ZAstcqjrqD35
by ZevieNevan
Thu Aug 24, 2023 1:35 am
Forum: Ren'Py Questions and Announcements
Topic: (SOLVED) Help with making a functioning information screen.
Replies: 9
Views: 467

Re: Help with making a functioning information screen.

Sorry for the late response, I didn't see any notification on reply so I didn't know someone answered. My fault, because I didn't quote you. I hope it works this time. (Answer above.) Nvm sorry, I fixed the error but the placement was really off and not exactly what I was trying to make. And I am s...
by ZevieNevan
Wed Aug 23, 2023 5:49 am
Forum: Ren'Py Questions and Announcements
Topic: (SOLVED) Help with making a functioning information screen.
Replies: 9
Views: 467

Re: Help with making a functioning information screen.

I think it would be good if you told us what you have achieved so far or what your exact problem is. Since you were able to create 2 screens already, I don't get what makes it difficult to create a third screen. What's your specific question? Show us some code too! Sorry for the late response, I di...
by ZevieNevan
Mon Aug 07, 2023 4:06 am
Forum: Ren'Py Questions and Announcements
Topic: (SOLVED) Help with making a functioning information screen.
Replies: 9
Views: 467

(SOLVED) Help with making a functioning information screen.

what I am trying to make This is basically the overview of what I am trying to make. I am successful with the first 2 screen which is the main menu and the map menu. But the third one that contain the information is where I am struggling. I am trying to make a simple map interface where when one of...
by ZevieNevan
Mon Nov 21, 2022 10:21 am
Forum: Ren'Py Questions and Announcements
Topic: How to make Android Port to load file in a certain folder?
Replies: 0
Views: 461

How to make Android Port to load file in a certain folder?

So I've seen someone do this with their game in order to add DLC or if their game size is too big for an android port without having to use the obb method. Basically, they make the game load data such as image,audio,video,rpa,rpy,rpyc from a folder such as from "document/game name/game" fo...