Search found 55 matches

by famakki1
Thu Apr 06, 2017 11:50 pm
Forum: Ren'Py Questions and Announcements
Topic: (Solved) Renpy command to make the same as the hide button?
Replies: 2
Views: 584

Re: Action/command in renpy to make the same as the hide but

Are you looking for:

Code: Select all

window hide Dissolve(1)
window hide will be instant
by famakki1
Thu Apr 06, 2017 8:59 am
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Monitoring persistent values / code not functioning
Replies: 10
Views: 920

Re: Monitoring persistent values / code not functioning

Hi indoneko, I feel really embarrassed right now... :oops: I found the issue, thanks to using your script I was able to confirm that my persistent values are working as expected. The problem was that no matter what, the menu wasn't changing... and hence there laid the problem... screen main_menu: ta...
by famakki1
Thu Apr 06, 2017 8:41 am
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Monitoring persistent values / code not functioning
Replies: 10
Views: 920

Re: Monitoring persistent values / code not functioning

Hi indoneko, Thanks for your help so far, Ill try out using the persistent monitor and see if I can play around the code a bit. Regarding the project, it is a bit flawed for the demo, but in the project I am working on, there are 4 chapters, and 3 next chapter screens with 2 variants. The first vari...
by famakki1
Thu Apr 06, 2017 7:40 am
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Monitoring persistent values / code not functioning
Replies: 10
Views: 920

Re: Monitoring persistent values / code not functioning

Doesn't seem to affect anything. I even tried 'forcing' it by changing the code in the demo to: "Chapter ends here" #if persistent.truecheck: # $ persistent.ending = "ch2truejmp" #else: # $ persistent.ending = "ch2jmp" if persistent.truecheck: jump p1 if not persistent....
by famakki1
Thu Apr 06, 2017 5:26 am
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Monitoring persistent values / code not functioning
Replies: 10
Views: 920

Re: Monitoring persistent values / code not functioning

Hi indoneko,

here is a project replicating the issue.

The main menu is literally a huge button so don't worry too much of it, since this is just a demo mockup. You will notice, the menu will not change to chjmp, and instead it will loop back to default title screen...
by famakki1
Thu Apr 06, 2017 4:18 am
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Monitoring persistent values / code not functioning
Replies: 10
Views: 920

Re: Monitoring persistent values / code not functioning

Hi indoneko,

While I was testing I tried your format as well, and did so again, however it doesn't seem to work...

Despite it being set to ch2jmp/ch2jmptrue in the code, the main menu still remains title. :(
by famakki1
Thu Apr 06, 2017 2:55 am
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Monitoring persistent values / code not functioning
Replies: 10
Views: 920

[SOLVED] Monitoring persistent values / code not functioning

Hi all, I am having an issue with some persistent values and was wondering if there is a way to monitor them live while the game is running for testing? Specifically I am having trouble accomplishing this: if persistent.truecheck == "True": $ persistent.ending == "ch2truejmp" els...
by famakki1
Sat Apr 01, 2017 12:29 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Say window ATL and side images
Replies: 23
Views: 2242

Re: [SOLVED] Say window ATL and side images

Hi Saltome, Ill give that transform a shot (I didn't try since I thought it might trigger everytime I use window show ) Regarding side images, actually the side images do overlap for me since I use slightly larger sized than in the demo, therefore I guess it was needed :p Plus anyone else who wants ...
by famakki1
Sat Apr 01, 2017 10:46 am
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Say window ATL and side images
Replies: 23
Views: 2242

Re: Say window ATL and side images

Hi Saltome,

Wow you did it! Yes I can confirm it works perfectly. I had to adjust the xpos/ypos values but otherwise this is some solid stuff!
Thanks a lot.

Although the main topic of this post got lost in time, I'll leave that for another time :)

I'll mark it as solved.

Thanks a lot Saltome.
by famakki1
Sat Apr 01, 2017 9:18 am
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Say window ATL and side images
Replies: 23
Views: 2242

Re: Say window ATL and side images

Hi Saltome, I have no problem with using your code, however, I attached a demo showing the issue with that code... The text does not fit in the required area and the dialogue box is not anchored. If that can be fixed then this it fine. Is there no way to change the dialogue box zorder? I think if we...
by famakki1
Sat Apr 01, 2017 9:05 am
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Say window ATL and side images
Replies: 23
Views: 2242

Re: Say window ATL and side images

I do intend to use the two window format as well...if removing the two window will end up fixing this issue I am willing to give it a shot though ! But best case is that include two window, I'm willing to let go of side images in two window because the Character name will be shown so the reader will...
by famakki1
Sat Apr 01, 2017 8:03 am
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Say window ATL and side images
Replies: 23
Views: 2242

Re: Say window ATL and side images

Uncommenting the vbox lines did not affect anything :(

Anyway, attached is a demo project replicating the problem if anyone could use it to fix the issue it would be fantastic :)

I have attached a file showing the padding/margins resultant area of where the text should be as well.
by famakki1
Sat Apr 01, 2017 6:32 am
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Say window ATL and side images
Replies: 23
Views: 2242

Re: Say window ATL and side images

Okay, so I tried using ypos, and it does fix the issue of the text. However, initially I thought fixing the side image position should be easy, and it is because I can change the location of the xalign/yalign, however the text box is not anchored correctly. As shown in the previous picture, if there...
by famakki1
Sat Apr 01, 2017 5:13 am
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Say window ATL and side images
Replies: 23
Views: 2242

Re: Say window ATL and side images

Hi Saltome, Attached are some samples. Basically these are issues I faced before as well when I modified the code. The images are for your code. The side image is being placed in the wrong location. This should be easy enough to fix. However, the text is a bigger problem. You may notice that when th...
by famakki1
Sat Apr 01, 2017 4:37 am
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Say window ATL and side images
Replies: 23
Views: 2242

Re: Say window ATL and side images

Hi Saltome, Thanks for your hard work! This code gives me a few more ideas on how to make it work. To be honest, the code snippet in my previous post also involved manual positioning but the issue was it threw of the text in random places. I tried this code, and it is doing the same for the time bei...