Spying this sprite pack for prototyping a character object https://erisesra.itch.io/character-templates-pack
Character Templates Pack by ErisEsra()

A simple base to use for either studying character bodies or using in your project!

itch.io

Works fine. Let's see how it'll go from there.

#Picotron

So, I added the walk animations, collisions (with bump.lua) and an experimental transparency for objects way too close feature.

The latter is being extremely expensive on the CPU because Picotron shenanigans. I have to do something about that (and generally the whole overuse of sspr)

Addendum: I decided to only dither the biggest objects. No need for stuff like grass for now.

#Picotron

I threw together some coroutines to make random walkers on the island and eeeeeee it works!🥹 (well, they get stuck but i don't care!)

#picotron

Nothing really fancy tonight, I'm cleaning up some bits and pondering as I want to introduce objects interactions.
In the mean time, I added also a top_down view with some debug utils to have a global vis of the scene and colliders.

#picotron

Shaved roughly 1% of CPU on the current test scene by drawing batched rects for the houses' slices not in front and splitting the tree in two spirtes.

rectfill scales slightly better than sspr for the same amount of drawn pixels, so with some userdata sleight of hand, I can grab a few cycles back.

This is currently only visual but I've got the basics of interactive areas and detection.

I'd need to guess what's the object/entity the player wants to interact with but so far for the simpler cases it'll be good enough.

#picotron

I split the project from a cartridge to a folder to edit it externally. Makes big refactors way easier.

I could clean up a good chunk of the code and made some optimizations to balance the extra tracking cost a bit everywhere.

I also rewrote the cylinder's draw arguments caching in a way that makes it reeally cheaper than even so I can almost pull camera position transitions live like that. The biggest cost sadly are the big objects, no luck there.

#picotron

I'm also considering where to go gameplay wise in the background, I'm still not decided what I actually want to do. Going full Animal Forest clone doesn't sound satisfying.

Hah! It doesn't look half bad. I'll probably need to make a whole mode out of it to test objects and placement (with extra "decals"/markings) but at least Blender's UV test texture works like a charm here.

#Picotron

Suffering from the engine dev blues. I want to make some tooling to help myself creating 3D objects (with slices /stacked sprites) and exploring stuff like bigger map systems.

At no point a good game idea is popping in my mind, it's only tech. (⁠ノ⁠ಠ⁠益⁠ಠ⁠)⁠ノ

Started an object viewer cart next to the game's cart (hard linking directly to the game cart's source files for rendering lol).

I hotswapped the map with a custom sprite I blit the size markers at runtime. Yes, I could theorically do splatting. Oh no, I'm giving myself cursed ideas.

#picotron

Note for myself: the current map scaling for rendering assumes that the map is a 64x64 tile, regardless of the drawn texture.

Stress testing the new render pipeline. "3D" objects are now "vobjects" and I assume they're static, which allows me to cheaply gather them in clusters I process at once. It cut a good chunk of the render time and allows to be competitive with the naive pipeline and I get depth sorting for "free" with a single yet relatively invisible trade off.

#Picotron

@Ronflaix just make them speak and routines and stuff, throw things at the wall
@Ronflaix factorio x animal crossing. Automate turnip production, 10k TPM
@tuxic ♪ Turnip for what! ♫
@Ronflaix it has to have a fishing mini-game. 
@nanoni17728 I actually am thinking more and more about starting with that actually.
@Ronflaix I can write you a meta-rant for NPCs to talk about virtual fishing and its potential (non) impact on our own environment. Maybe a God Of The Fish too

@Ronflaix Now, add about 4,096 different items to collect, and I would definitely buy and play this gorgeous indie Animal Crossing game ^^

Just kidding this look awesome. Looking forward to see more development 👍

@Ronflaix I have been enjoying watching you post your progress on this. It’s very very cool!