Game
Project World
2 months ago

Hello gamers, how are you all doing?

Yesterday we released update td0.0.4! 🎉
This new update brings improvements focused on Chunk Meshes — and now it’s possible to have more of them!


We’ve introduced the Chunk Tree, which manages the creation and organization of all Chunk Meshes. It also informs each Chunk Mesh about its neighbors. By default, the Chunk Tree generates a 4x4 grid of Chunk Meshes, but you can change this in the game’s config file. Keep in mind, though, that the more Chunk Meshes you create, the longer the game will take to load, since it only starts once all Chunk Meshes are ready.

The Chunk Mesh itself has also been improved. It now has a size limit of 12x12 blocks. When this limit is exceeded, the system checks if there’s a neighboring Chunk Mesh to transfer the block into. If there isn’t, the block simply won’t be placed. This limit can also be adjusted in the config file. On top of that, Face Occlusion now works across neighboring Chunk Meshes, preventing hidden faces between them from being rendered.

Another important change: players can no longer place blocks where they (or any other entity) are standing. We’ve also added a basic settings system (currently only editable through the config file located at ~\AppData\Roaming\Godot\app_userdata\World\). From there, you can adjust mouse and controller sensitivity, Chunk Mesh size, and the total number of Chunk Meshes generated.

That’s all for this update — no new blocks this time, as the focus was on improving the Chunk Mesh system. But here’s a little spoiler for the next one: we’ll be working on the hand system, which will be quite different from Minecraft’s. I won’t share more for now to avoid raising expectations, but stay tuned!

Thanks a lot for your time, and I wish you all a great gaming session!



0 comments

Loading...

Next up

A new image of the game for you!!!

Small spoiler the next update.

Today I bring you the patch notes for the new 0.0.5 update, featuring some new content that’s still in testing but already playable. There may still be bugs, and I’ll be working to fix them.

@NEOWIZ_QUEST 's NARRATIVE JAM has begun!

Create an original narrative / story game in 10 days for a chance to win cash! 

Join the game jam: https://bit.ly/GameDevCommunity

Start Narrative Jam-inspired quests: https://bit.ly/narrativejamquests

#gjbroadcast

Hello, Gamers! I have a new update for the game!

Below there's an article with more details about the update, but in short: The game now has an object loading system, and you can also choose which block you want to place, along with other improvements.

@NEOWIZ_QUEST 's NARRATIVE JAM is underway!

Create an original narrative / story game in 10 days for a chance to win cash! 💸

Join the game jam: https://bit.ly/GameDevCommunity

Start Narrative Jam-inspired quests: https://bit.ly/narrativejamquests

A fresh start to my Project World

Today, I have updates on my Top-Down 2D RPG game. How can we say? It's no longer a 2D Top-Down game, it's now a 3D Minecraft-style game.

This is the first image of the game for you!!!

@NEOWIZ_QUEST 's NARRATIVE JAM is underway!

Create an original narrative / story game in 10 days for a chance to win cash! 💸

Join the game jam: https://bit.ly/GameDevCommunity

Start Narrative Jam-inspired quests: https://bit.ly/narrativejamquests

Hello gamers, how’s it going? Today I bring a new update for Project World, adding a game icon, textures, memory leak fix, code improvements, and some new blocks. This text might get a bit technical in down article: