Game
Buddys Family Diner 2





1 month ago

Dev-Post

Editor Progress

The 2DTDE editor has reached a huge milestone today


After several days of development, the core editor functionality is now working, including a real-time hitbox renderer. This means objects can now be edited directly in the editor and immediately visualized on the stage.

Moving the sliders now updates the hitboxes live, allowing positions and sizes to be adjusted while instantly seeing the result. This makes level building significantly faster and much more intuitive.

The editor currently supports three visual modes:

  • Full Mode – complete editor interface with all controls

  • Slim Mode – reduced UI for more screen space

  • Hidden Mode – almost full focus on the scene itself

The hitbox renderer reads directly from the calculated object data, which means the editor shows exactly what the engine will use during runtime.

At the moment the editor already supports:

  • Editing object data

  • Loading entries

  • Saving entries

  • Real-time hitbox visualization

  • Multiple editor view modes

Next steps for the engine are:

  • Finalizing Save / Load stability

  • Implementing the Build system

  • Optimizing the Core runtime to handle larger numbers of hitboxes efficiently

The goal for the runtime is to reliably process 50+ hitboxes per frame, with higher targets planned for future versions.

Development so far has taken about six days, and seeing the system finally render and update hitboxes live has been incredibly satisfying.

More updates soon.



0 comments

Loading...

Next up

2DTDE Editor is done

The editor is now fully functional.

Create & edit ObjectData Format check (error detection) Build system (sorting + validation) Direct error fixing inside the editor

Try it on Scratch: https://scratch.mit.edu/projects/1291662827/

The diner is reopening.

Night shift resumes.

More soon...

https://gamejolt.com/games/BFD2/1032411

a friend has returned…

The stage is empty. for now....

I spy with my little eye...

Dev-Post

Behind the scenes: Planning all camera combinations for BFD2. 38 possible variants. Making sure every character feels unique and not just like a reskin.

Dev-Post

The 2D-TDE test game is now out!

The core system is working, and you can already try things like moving hitboxes and camera panning.

Link: https://scratch.mit.edu/projects/1297770588/

This basically means the BFD2 minigame system is already halfway there

Dev-Post

I think I just broke my own expectations…

After struggling with performance and collision handling for a while, I finally managed to optimize the core of 2D-TDE. The results are honestly insane.

I made a Hand(its not relevant for BFD2. but its cool)

Power Manager completed. Load distribution.

Backup monitoring.

Everything looks stable...

Until it isn’t.