2 years ago

Ah ha! Emotes and GUI food is now Particles!
This is much quicker and cleaner! No random variables to keep track of and reset all the time!


Got rid of all the weird re-used variables.

At first I was using the ones for my cutscenes, but obviously that would cause issues if I needed to use both systems at once.

Then I swapped to using some of the Menu variables, but again that could cause issues down the line.
Now I'm just spawning them with the particle system and only need a variable to tell the GUI I'm doing emote stuff, and a timer to turn it off at the end.

[Start]

Create Food Particle

set Emote variable to "PREFOOD"

Set Timer and count it down

Create Emote Particle

set Emote variable to "FOOD"

Set Timer and count it down

set Emote variable to noone

[End]

If things end prematurely it's all fine, the emotes only draw when you're on those screens, and the timer and emote variable gets reset when you leave them.

If you eat another food before the last one is done, it clears the existing one. It would nice to have some sort of [Instant NOM] but there's really no time for it.

Might be worth changing the Emote variable to something like EmoteGUI so I can have both.



5 comments

Loading...

Next up

AAAAAAAAAAAAaaaaaaaaaaaaaaaaaaaaaaahhhhhhhh! I got the cute cactus card I wanted!

Some card pulls since there's a new pack out!

[1 of 3]

PSA: Please do not use small suns to cook potatoes in a campfire.

Doki Doki Literature Club is celebrating Monika's birthday and the 8th anniversary of DDLC with exclusive stickers, avatar frames and backgrounds on Game Jolt! 

Head over to the shop to collect yours 👉 https://gamejolt.com/#shop

OMG the reason that the lighting was inconsistent is because there's bug in my Weather system that means it always draws a cloud shadow over the Island (but not the Caves or the Underground)

Mae Borowski is the main character of Night in the Woods! It's an adventure game that tells the story of her return to her hometown of Possum Springs. She was confirmed as canonically pan in a social media post by the game's creator Scott Benson.

Happy February! I hope you're all doing well!

I lost a week when I was sick plus a couple more days when Granny had some bad ones, but I have still been hard at it, mostly working on more Ruins stuff bug fixes and optimisations. Lets get to it!

The Knightling launches on August 28! Wishlist it now so you don't miss out: https://bit.ly/KnightlingSteam

To celebrate the game's impending release, we've added The Knightling Pack and The Knightling Community Pack back to the Shop!

Lol, wish I could force the game to generate things like this, but it's not really possible with the perlin noise generation.