Home Artists Posts Import Register

Content

Hello again friends!

It's been a very busy week!

I've been prepping to help with Halloween party tonight so I was busy a lot this week, but I did just barely manage to get the DLC work I wanted to complete done :D

As of right now, I have about 2/3rds of it equipped with placeholders, screen effects, and animations.

There isn't a whole lot I can show here, but I am very happy with how it's coming along! I've put in a lot more ambitious use of tweens and transforms that I think will be fun for players! I also created some custom screen shakes to make things feel a little more immersive and fine-tuned.

If you're making Renpy games, you can use them too! Just put this code at the top of your script and then you can use 'vpunchtiny' and 'vpunchhard' just like the built in 'vpunch'!

init:
    $ vpunchhard = Move((0, 25), (0, -25), .10, bounce=True, repeat=True, delay=.275)
    $ hpunchhard = Move((25, 0), (-25, 0), .10, bounce=True, repeat=True, delay=.275)
    $ vpunchtiny = Move((0, 5), (0, -5), .2, repeat=True, delay=.3)
    $ hpunchtiny = Move((5, 0), (-5, 0), .2, repeat=True, delay=.3)

The hard version is a bit more violent than the built in screen shake, and the tiny version is a single nudge :)

I did very loosely design a couple of goons for the first intermission as well. They don't get much screen time, or even names, but I think they're fun!

For placeholder work, all I have left is the second intermission and the last show! However, I don't think I'll be able to complete that work next week. Normally I would be, but I think I'm going to lose a lot of work hours to my second announcement:

I finally got my massive store restock keychain shipment in the mail! I'm going to try and get the product photography and listing creation done on Sunday, and hopefully have them available to buy on Monday. Anyone in the Patreon Discord will get a ping right before I put them up!

Last time I restocked I had to fill packages for an entire day, so I think I'll be a bit short on game programming hours next week.

I bought 5 times as many keychains this time, so hopefully things won't sell out for much longer.

I would also like to thank all of you for supporting me so much, so I've created a discount code for Patreon members that you'll be able to use on the restock until November 22nd!

Please use the code BLOODOFFERING 

To get your 20% off discount if you're planning on buying any keychains! [ This will apply to all keychains except old clearance items ]

And please don't post this code online or give it to non Patreon members ^^; it's just meant to be for Patrons- thank you! <3

Anyway, I have a lot of stuff I have to do today so I'm gonna leave it there! Have a safe and fun weekend! And as always, thank you so much for your support! It truly is a pleasure to work for you <3

Comments

No comments found for this post.