Goblin Game Dev Posts in Thrall of Time Games Community

Share your creations!

NPC Goblin interactions update! Now with Belly Laughing and Happy Clapping!

Got it working! Split them into a "Chatting" state and a "Being Chatted" state, one for each Goblin.
Everything is controlled by the Chatting Goblin.

There's a failsafe in the Being Chatted Goblin in case they don't get released from the state.

Now I slep

Wait, I forgot to exclude themselves from the Goblin Hunt check...

So, Goblins who are wandering can find each other and will try to approach and emote at each other.

It kinda works? Very janky.

Hmm, thinking about how best to make Goblins interact with each other

Swapped out and split up the old Goblin sprites, now all the actions are split into;

Body/Clothes/Arms/Ears/Tool

Body and Clothes can be colour shifted.

Now I need to do the emotes, and set up a system to actually use them!

I was inspired by @Anfuncanny to add a Fountain to the game,please go check out their super cute pixel art!!

I think I'm going to give it the same function as I had for Wells in my other game;Perpetuus Redux (one day I'll release that updated version...)

Doing some experiments with wider Paintings and my collision code seems to be right?

This is a 2x1 Painting, so it needs 2 walls next to each other, anything in the way makes it invalid placement.

[Cont]

Added a couple more Wall Paintings, RNG on placing for now.

Fixed some bugs.

-You can no longer place paintings on walls that connect downwards.

-Wall Torches are now offset to connect them to the wall correctly.

Ah-ha!! So it works in concept, although I guess the canvas area is kinda small.
I could always make the paintings wider, but I think there's a limit to it being believable.

Collision check is weird when there's a wall behind though

Slep time!

Edit: Update!

...got jumpscared by daily reset again

Ok! Wall Lights are now just part of the Wall! The way I've got this set up should allow for other Wall attachments, like maybe Paintings?

The only thing you can't do yet is JUST destroy the light.