this post was submitted on 10 Mar 2024
38 points (95.2% liked)

Game Development

2814 readers
220 users here now

Welcome to the game development community! This is a place to talk about and post anything related to the field of game development.

Community Wiki

founded 1 year ago
MODERATORS
38
Implemented automatic door opening (files.mastodon.social)
submitted 6 months ago* (last edited 6 months ago) by [email protected] to c/[email protected]
 

In my initial implementation, doors opened when a character approached them (using a sensor collider). But it looked creepy 😅 Imagine simply walking past the doors and having them open unexpectedly.

In the current implementation, I analyze navigation paths to determine if characters pass through the door, and open it when they approach.

Additionally, I added small visual feedback for wall placement, fine-tuned navigation, adjusted controls, made a few QoL improvements, and fixed a bunch of bugs.

This is for my WIP open source life simulation game made with Bevy under the working title Project Harmonia.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 6 months ago (1 children)

Thanks! I also love The Sims series.

Yes. My current plan is to create a minimal game loop first: basic building mode, simple AI and limited character customization. And then extend, improve and experiment with mechanics.

The game will also have optional multiplayer, similar to this mod for the Sims 4. I'm the author of relatively popular networking library for the game engine I use :)

[–] [email protected] 3 points 6 months ago

Ah that’s cool! I look forward to seeing your updates then! Have you seen the other spin off games like Paralives and Life by You? It might be interesting to see what kinds of stuff they’re lifting from sims and where they are expanding/changing things.