1 year ago

Ok! So got NPC's moving around when Culled, and got them animating in the Town menu.
Making them interact with their Jobsites/homes should be easy since they have access to those object id's.


Not sure how I'm going to make them interact with each other yet.
Since things that are Culled effectively don't exist, there's no way for the code that checks for nearby Goblins to find one.
I do have the list of Goblins though, but running through that every time could be slow.

So I think I might just have it pick a random entry, check if it's close enough then do it, if not try a few more random entries, and then give up and try later.
This will reduce the likelihood of it occurring, but since they only do it currently for appearance sake it's probably no big deal.



0 comments

Loading...

Next up

That's not what I wanted to happen

3 new card packs! 1 pull of each!

Had some spare time yesterday while granny had a friend over, so I spent it catching up on a bunch of Warframe content I never got around to doing.

I've had the Prime version of these frames for years, so this is long overdue.

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

YUS!

Dive into the cozy post-apocalyptic open world of Critter Cove!

Gentleman Rat Studios (@GR-Rob ) describe it as “a little bit Animal Crossing, a little bit Stardew Valley. Maybe even a little bit Windwaker, too."

Wishlist the game: https://bit.ly/CritterCove

Charged Sticker Appreciation Post for October 2025!

(slow laptop gif)

Thank you all so much for your support, it truly means the world to me and helps out so very much.

Thank you.

HMM! Well I think I've made it better? Framerate seems more stable on this poor laptop?

Not bad for built in graphics.

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.

That sucks. I spent ages reworking the draw world code to make it better and it made everything slower

Guess drawing and storing the whole land, then only drawing part of it to the screen, is better than generating only part and drawing it constantly.