Search found 10 matches

by Mhyrria
Fri Jan 25, 2019 11:24 pm
Forum: Ren'Py Questions and Announcements
Topic: Bars and Conditionals
Replies: 3
Views: 339

Re: Bars and Conditionals

I normally have this for the timer:

Code: Select all

timer t:
            repeat False 
            action Call
But that's just for when a timer ends. What I need to do is when a bar reaches a certain value, that is not yet full, the screen calls a label. So is this possible?
by Mhyrria
Fri Jan 25, 2019 2:04 am
Forum: Ren'Py Questions and Announcements
Topic: Bars and Conditionals
Replies: 3
Views: 339

Bars and Conditionals

So I have this bar where it acts like a gauge. Pressing E makes it fill up. screen gauge(): fixed: vbar: value AnimatedValue(x,30,0.2) ymaximum 400 hbox: xalign 0.5 yalign 0.78 text ("Press E to fill gauge!!") bold True size 40 key "K_E" action SetVariable("x",x+1) Simp...
by Mhyrria
Fri Jan 25, 2019 1:10 am
Forum: General Discussion
Topic: Opinions regarding 3DCG VNs
Replies: 13
Views: 2134

Re: Opinions regarding 3DCG VNs

Wow. Sound is Toxic looks phenomenal. I'm gonna try it. I may get a few inspirations from it.
by Mhyrria
Thu Jan 24, 2019 3:09 am
Forum: General Discussion
Topic: Opinions regarding 3DCG VNs
Replies: 13
Views: 2134

Opinions regarding 3DCG VNs

I am creating a VN but the assets I am using are 3D. I know there is sort of a stigma with 3D and Renpy, that it's just another smut game with no substance. And truth be told, I haven't played a decent narrative driven 3D VN. That's is prolly the reason why I am creating my VN in the 1st place. So w...
by Mhyrria
Tue Aug 28, 2018 1:52 am
Forum: Creative Commons
Topic: Some Free Music [CC-BY] (02/24/24)
Replies: 186
Views: 56209

Re: Some Free Music [CC-BY] (08/28/18)

You are amazing!! I can use your songs as long as you are attributed right? I'm sorry, I am very new to the this creative commons license thing.

Also, can I download all of your songs and put them on my music player? Some of these rival AAA game soundtracks. I just can't stop listening to them.
by Mhyrria
Mon Aug 06, 2018 5:55 pm
Forum: Ren'Py Questions and Announcements
Topic: Updating persistent dict
Replies: 1
Views: 789

Updating persistent dict

Here's the rough breakdown. I have persistent.collecteditem dict that has item1: 0, item2: 0, etc.. all under define declaration. Now if I add additional keys to the dict, it doesnt update ingame, ergo if I access say lastitemadded key, I'd get a key error. Restarting the game from the beginning sti...
by Mhyrria
Sat Jun 09, 2018 12:17 am
Forum: Ren'Py Questions and Announcements
Topic: Tracking an imagebutton location within a screen
Replies: 5
Views: 1263

Re: Tracking an imagebutton location within a screen

Thanks for these guys or gals. I now have a rough idea to simplify and optimize the code. Will post here once I get it done in case someone needs to do the same. EDIT: So, changing variables in screen block itself, not in actions, really doesnt go well. I really tried to do it but it gave more probl...
by Mhyrria
Fri Jun 08, 2018 10:58 am
Forum: Ren'Py Questions and Announcements
Topic: Tracking an imagebutton location within a screen
Replies: 5
Views: 1263

Re: Tracking an imagebutton location within a screen

I'm really sorry for the confusing post. A few things to clear up, the test_buttons are named test_button1 and 2. And testframe is test_frame in the script. I was manually copying things from the script to here. Why? I cut a chuck of code since i can't mass comment code with Renpy/Python and I dont ...
by Mhyrria
Fri Jun 08, 2018 7:14 am
Forum: Ren'Py Questions and Announcements
Topic: Tracking an imagebutton location within a screen
Replies: 5
Views: 1263

Tracking an imagebutton location within a screen

I am in a bit of bind here. First off, I am noob in Python and Renpy in general but I have spent a great deal reading, testing and learning from this forum. I spent hours searching for this but came up empty. I don't even know if it is possible. Here is what I am trying to do. I created a screen wit...
by Mhyrria
Thu Jan 25, 2018 1:45 pm
Forum: General Discussion
Topic: What was the first visual novel you played?
Replies: 168
Views: 26219

Re: What was the first visual novel you played?

Three Sisters story. I don't know if it was considered a visual novel at that time, but it was called an adult game. I had too much downtime and stumble on site with hentai games. Three sisters story was on the top of the list with the most downloads. Never regretted playing it over and over until I...