Search found 71 matches

by Nova Alamak
Tue Dec 18, 2018 8:37 pm
Forum: Completed Games
Topic: Hand of Horzasha [Mystery][Fantasy][Courtroom Drama][Relationship Building][Monsters][Anthro][Free]
Replies: 0
Views: 1401

Hand of Horzasha [Mystery][Fantasy][Courtroom Drama][Relationship Building][Monsters][Anthro][Free]

http://www.destinedhero.com/dst/ItchNewLogoSmall.png Hand of Horzasha - A Melancholy Mystery in a Land Without Maps uylYbwQF6gM Buy now at a price you name (or free): https://shinyvacation.itch.io/hand-of-horzasha Grab the soundtrack: https://mbulteau.bandcamp.com/album/hand-of-horzasha Story Hand ...
by Nova Alamak
Mon Nov 19, 2018 12:46 am
Forum: Works in Progress
Topic: Hand of Horzasha [Fantasy][Detective][Monsters][Courtroom Drama][Relationship Building]
Replies: 2
Views: 798

Hand of Horzasha [Fantasy][Detective][Monsters][Courtroom Drama][Relationship Building]

http://www.destinedhero.com/dst/ItchNewLogoSmall.png Hand of Horzasha - A Melancholy Mystery in a Land Without Maps Story Hand of Horzasha places you in the shoes of Diala Joulsae, an explorer sent by the human world to map out the uncharted lands beyond an ancient barrier at the edges of the known...
by Nova Alamak
Fri Jun 02, 2017 8:20 am
Forum: Ren'Py Questions and Announcements
Topic: Transitioning to an ATL-animated background with a dissolve?
Replies: 23
Views: 4400

Re: Transitioning to an ATL-animated background with a disso

So I've still not found a solution to the checkerboard background problem. I know some people were suggesting I share my code here to get to the root of the problem but it's VERY VERY large and the game is late in development. If someone is willing to take a look at it I would be deeply grateful if ...
by Nova Alamak
Tue May 09, 2017 10:54 am
Forum: Ren'Py Questions and Announcements
Topic: Transitioning to an ATL-animated background with a dissolve?
Replies: 23
Views: 4400

Re: Transitioning to an ATL-animated background with a disso

This game in making is almost done, and I started it in 2015 so if like to not have to switch to the new gui if possible...
by Nova Alamak
Mon May 08, 2017 5:31 pm
Forum: Ren'Py Questions and Announcements
Topic: Transitioning to an ATL-animated background with a dissolve?
Replies: 23
Views: 4400

Re: Transitioning to an ATL-animated background with a disso

Are you saying to add a black bg to the ATL or to show it in the script before the image? (That won't work in this example anyway since it's shown with a scene statement...) To avoid problem with alpha 0.0 to alpha 1.0, does the following code work?: image bg westgate: "bg/WestGateDay1.png&quo...
by Nova Alamak
Sat May 06, 2017 3:11 pm
Forum: Ren'Py Questions and Announcements
Topic: Transitioning to an ATL-animated background with a dissolve?
Replies: 23
Views: 4400

Re: Transitioning to an ATL-animated background with a disso

Are you saying to add a black bg to the ATL or to show it in the script before the image? (That won't work in this example anyway since it's shown with a scene statement...)
by Nova Alamak
Sat May 06, 2017 12:41 pm
Forum: Ren'Py Questions and Announcements
Topic: Transitioning to an ATL-animated background with a dissolve?
Replies: 23
Views: 4400

Re: Transitioning to an ATL-animated background with a disso

I tried that code just now, it produces the same problem. The background changes to a transparent default renpy checker-tile placeholder, then fades in to the animation from that. I tried removing the first instance of alpha 0.0 to fix that, and it DID remove the initial transparency, but then the o...
by Nova Alamak
Fri May 05, 2017 2:18 pm
Forum: Ren'Py Questions and Announcements
Topic: Transitioning to an ATL-animated background with a dissolve?
Replies: 23
Views: 4400

Re: Transitioning to an ATL-animated background with a disso

Oh! Parallels, of course! I'll go try that. Thank you very much for the help!
by Nova Alamak
Fri May 05, 2017 12:53 pm
Forum: Ren'Py Questions and Announcements
Topic: Transitioning to an ATL-animated background with a dissolve?
Replies: 23
Views: 4400

Re: Transitioning to an ATL-animated background with a disso

in init: image bg westgate: on show: linear 1.0 alpha 1.0 0.25 "bg/WestGateDay1.png" 0.25 "bg/WestGateDay2.png" 0.25 "bg/WestGateDay3.png" repeat in main script: scene bg westgate If I take out on show section it works, but doesn't have a transition. If I leave it in, I...
by Nova Alamak
Tue May 02, 2017 3:24 pm
Forum: Ren'Py Questions and Announcements
Topic: Transitioning to an ATL-animated background with a dissolve?
Replies: 23
Views: 4400

Re: Transitioning to an ATL-animated background with a disso

Currently, the first example is something like what I have. The problem is that when it is shown, the opening transition does not show. The image is just shown instantly despite the code. If I use the second example, I just get a blank screen...
by Nova Alamak
Tue May 02, 2017 10:31 am
Forum: Ren'Py Questions and Announcements
Topic: Transitioning to an ATL-animated background with a dissolve?
Replies: 23
Views: 4400

Re: Transitioning to an ATL-animated background with a disso

How do I do that? I tried using "on show" but that didn't work. It makes the whole image vanish...
by Nova Alamak
Tue May 02, 2017 12:29 am
Forum: Ren'Py Questions and Announcements
Topic: Transitioning to an ATL-animated background with a dissolve?
Replies: 23
Views: 4400

Transitioning to an ATL-animated background with a dissolve?

I've got a working animated background made with ATL but when I "scene" or "show" it with a transition (just trying basic dissolve in this case) it doesn't work? It just shows without a transition. Is there any way around this?
by Nova Alamak
Tue May 02, 2017 12:18 am
Forum: Ren'Py Cookbook
Topic: [Tutorial] Crash course in screen language/UI design
Replies: 45
Views: 65434

Re: [Tutorial] Crash course in screen language/UI design

Thanks for answering those questions way back when. I never did figure out the % stuff, but I did get save_name to work. That said, I have another question: What if I wanted to display some icons next to the screenshot in the save slot to indicate that certain achievements have been fulfilled on tha...
by Nova Alamak
Mon May 01, 2017 11:50 pm
Forum: Ren'Py Questions and Announcements
Topic: I want a transition on my screen
Replies: 5
Views: 2772

Re: I want a transition on my screen

The healthbar itself is a screen, though. How would that work? Putting in

Code: Select all

show screen healthbar with easeintop
isn't even recognized. It seems like the syntax for showing a screen is different than for showing a displayable.