Search found 62 matches

by kahmehkahzeh
Wed Apr 26, 2017 5:50 am
Forum: Ren'Py Questions and Announcements
Topic: How to protect assests[solved]
Replies: 7
Views: 975

How to protect assests[solved]

So I understand it doesnt really protect it it, but what I want to do is have as few files as possible when distributed, and I am unsure where or how to use the build commands.

could you give me a slight example using basic folders? and where to put it?
by kahmehkahzeh
Wed Apr 26, 2017 1:27 am
Forum: Ren'Py Questions and Announcements
Topic: Change the about screen background [solved]
Replies: 5
Views: 798

Re: Change the about screen background

okay I have a main menu image and a game menu issue, but no matter what I try from the MAIN menu when I click about it keeps the main menu image and no matter what I try does not change.

I even tried this

Code: Select all

add gui.game_menu_background
by kahmehkahzeh
Tue Apr 25, 2017 8:45 am
Forum: Ren'Py Questions and Announcements
Topic: Change the about screen background [solved]
Replies: 5
Views: 798

Change the about screen background [solved]

So I am almost complete with my project I just am looking for a way to change the about screen to have its own background image. but it just keeps using the main menu image instead. Some of you may know how much I have destroyed this programs code, just looking for a nudge in the right direction to ...
by kahmehkahzeh
Mon Apr 24, 2017 3:59 am
Forum: Ren'Py Questions and Announcements
Topic: How to disable /remove save options (solved)
Replies: 17
Views: 4275

Re: How to disable /remove save options

So after destroying everything holy in this engine! I did this to create a blank right click page screen file_slots(title): default page_name_value = FilePageNameInputValue(pattern=_("Page {}"), auto=_("Automatic saves"), quick=_("Quick saves")) use navigation # use gam...
by kahmehkahzeh
Thu Apr 20, 2017 3:31 am
Forum: Ren'Py Questions and Announcements
Topic: How to disable /remove save options (solved)
Replies: 17
Views: 4275

Re: How to disable /remove save options

the only thing missing is the script, why it works I do not know I am putting the script into my game, and I have trust issues and crap so I have not released any of my script to anyone yet. but that so far is working fine its only the GUI I have issues with... if that makes any sense... I try to ke...
by kahmehkahzeh
Wed Apr 19, 2017 8:46 am
Forum: Ren'Py Questions and Announcements
Topic: How to disable /remove save options (solved)
Replies: 17
Views: 4275

Re: How to disable /remove save options

that has been tried as well with same result.
by kahmehkahzeh
Wed Apr 19, 2017 7:47 am
Forum: Ren'Py Questions and Announcements
Topic: How to disable /remove save options (solved)
Replies: 17
Views: 4275

Re: How to disable /remove save options

Yeah that is why I still asked, it shouldn't be functional! but it is. and cannot figure out why.
by kahmehkahzeh
Wed Apr 19, 2017 1:16 am
Forum: Ren'Py Questions and Announcements
Topic: How to disable /remove save options (solved)
Replies: 17
Views: 4275

Re: How to disable /remove save options

no one? no one has an idea to eliminate this?
by kahmehkahzeh
Mon Apr 17, 2017 9:24 pm
Forum: Ren'Py Questions and Announcements
Topic: How to disable /remove save options (solved)
Replies: 17
Views: 4275

Re: How to disable /remove save options

here is what is displayed and I crossed out what I wanted gone, and this is what I see after commenting out all of that stuff.

Just disabling the menu and navigation hot keys are what I really need if that is easier...
by kahmehkahzeh
Mon Apr 17, 2017 9:05 pm
Forum: Ren'Py Questions and Announcements
Topic: How to disable /remove save options (solved)
Replies: 17
Views: 4275

Re: How to disable /remove save options

there the link is correct now
by kahmehkahzeh
Mon Apr 17, 2017 8:35 pm
Forum: Ren'Py Questions and Announcements
Topic: How to disable /remove save options (solved)
Replies: 17
Views: 4275

Re: How to disable /remove save options

neither rpy has fileslot, and that use filslots doesnt exist in screens
by kahmehkahzeh
Mon Apr 17, 2017 7:15 pm
Forum: Ren'Py Questions and Announcements
Topic: How to disable /remove save options (solved)
Replies: 17
Views: 4275

Re: How to disable /remove save options

So I have still beat the heck out of this and I cant find anywhere else to remove the rows coloms pages and the quick auto etc buttons, I have to be blind right?
by kahmehkahzeh
Mon Apr 17, 2017 7:28 am
Forum: Ren'Py Questions and Announcements
Topic: How to disable /remove save options (solved)
Replies: 17
Views: 4275

How to disable /remove save options (solved)

So I # out all of the save based lines and yet there is still 10 save spots that allow for me to save to in the quick menu, the easiest request is how to disable navigation hotkeys AND the in game menu? as I am getting closer and closer to my goal. these are my files below. Sorry again for posting y...
by kahmehkahzeh
Mon Apr 17, 2017 6:43 am
Forum: Ren'Py Questions and Announcements
Topic: how do I get rid of the pink??(solved)
Replies: 11
Views: 1714

Re: how do I get rid of the pink??

it was GUI IMAGES... all of my pain was GUI IMAGES......