Posted by tete 6 days ago
The result is a river network as well as the central height of each chunk; based on this roads, caves and structures are laid out. The actual voxels are only determined when a player loads the area and are (usually) not persisted.
Also, for some technologies not related to worldgen: Rendering is done via wgpu, models are built in MagicaVoxel, and both client and server use an ECS (specs).
Edit: Despite having an issues page, the GitHub page of the launcher is apparently only a mirror of the GitLab repository. GitLab has artifacts for the latest version. I am mystified why they send people to the GitHub page on their officially linked and `cargo install` downloads.
Is the launcher spying on my system, sending information back to HQ?
Can't you tell me the game needs updating when I play the game and then update the game in-game?
Are you going to throw me advertisement banners when you're not making or being greedy?
What if the update fails?
It's one thing I have to wait upon to play the game but launchers come bloated. A carousel of graphics taking a gig of space then requiring an additional 10GB download for the actual game.
Because Veloren's update cadence for most servers is substantially more frequent than most package repositories are willing to handle (trust us, we've tried!). You can install the game without the launcher, but don't expect it to be compatible with most servers.
> Is the launcher spying on my system, sending information back to HQ?
Categorically, no. The only information we record is an incrementing counter for each architecture downloaded. You can see this data here: https://grafana.veloren.net/d/boL6rzSGk/airshipper?orgId=1
> Can't you tell me the game needs updating when I play the game and then update the game in-game?
That's exactly what the launcher is doing.
> Are you going to throw me advertisement banners when you're not making or being greedy?
Categorically, no. Veloren is open-source (GPL 3), and developed by a close-knit and dedicated community of volunteers. It's a hobby project and will always be free-as-in-liberty as well as free-as-in-beer.
> What if the update fails?
I'm not sure why it would (bar an iffy connection), but the launcher works in offline mode just fine too.
> but launchers come bloated.
Ours doesn't.
> then requiring an additional 10GB download for the actual game
I think we're up at a few hundred MB right now. Most of that is music. It's worth it :)
How so? More specifically, if I compile the same version as the launcher, can I play on most servers?
The game and the launcher is published by the same people. If they wanted to spy on you, there's no reason not to do that in the game as well.
> Can't you tell me the game needs updating when I play the game and then update the game in-game?
While not impossible, this is way more difficult to do safely and reliably in-game. There's a reason most updaters live outside of the main app process.
> What if the update fails?
Then it's a lot easier to recover from this in a separate, dedicated, minimal app, than as part of the game itself.
Many early-access games do the same via Steam's "beta" feature. If you don't use Steam, you have to replicate the same in a launcher. Or you do it like Adobe and have an entire separate "not a launcher" program to manage which versions are installed.
Verloren currently doesn't seem to actually offer much version management in the launcher, but it seems like a likely future requirement.
Example: EA Origins. Atrocious launcher.
No one can seem to answer why does the game need a launcher?
But I expect to play the game, when clicking the game icon. Not being thrown in to a launcher waiting for me while I then thrown advertisements for their next game.
Take a look at EA Origin, it's horrific. It updates then the whole launcher implodes with some alien error code like as one of a printer.
Can you explain this a little? Do you have any examples? Unless you're installing a completely new copy of the game, you're not going to be able to play while you update, making this look an awful lot like a launcher. I'm not aware of any games that are hot-updatable.
Command & Conquer Red Alert 2 had in game patching when you went online. Both world class games.
It's just not comparable to how things work today.
Still, I recommend anyone with a bit of time on their hands try it out. There's a couple of hours of decent fun in it. There's a lot to see and explore. The somewhat incoherent design is a bit of a strength at times, since it means the game is not very predictable. Just don't be disappointed when it's not a polished time sink like WoW.
Veloren's mainline client is built on its own engine.
Tiny Glade uses Bevy ECS, but has it's own graphics stack.
Both Bevy and Fyrox are starting to get pretty capable. They're not Godot yet, but they're getting there. Bevy and Fyrox have very different design goals, so there's something for everyone.
Bevy leans hard into ECS and has a ton of utility crates and third party libraries, such as level builders. Fyrox is not so heavily tied to ECS and tries to build everything in as a complete package. Bevy is the more mature engine, but both are viable.
Both can be easily deployed to the web as WASM bundles, so they're ideal for multi platform targeting.
Rust is shaping up to be a major game programming language. And it's already an incredible web backend / RPC / API service programming language, so you can write your game server in Rust too.
The tools are there, sure, but are major studios using them?
Also, no, the Rust tools are not there. Unreal and Unity both have entire ecosystems around them that are at least as important as the engines themselves. Plus asset stores, support staff, console support, and all manner of other stuff you want when your headcount enters the triple digits. You can download an open source fork of CryEngine (O3DE - complicated story) right now. It's free, and no one uses it, because it lacks the non-code extras.
The percentage is growing year on year.
As unencumbered engines become more capable, the reason to use commercial engines that extract profit decreases.
AAA studios won't use Godot yet. But eventually it'll be good enough. There are now dozens of open source implementations of some of Unreal's most advanced features, such as Nanite.
Everyone uses Blender now instead of Maya. The same thing will happen with game engines.
[1]: https://store.steampowered.com/news/app/2198150/view/6559419...
It's looks very capable (Tiny Glade looks amazing), the code base is new and modular. The missing stuff that keeps me away right now is a built-in editor/IDE and scripting and/or node system.
So right now Godot is looking more attractive to me.
I'm also keeping an eye on O3DE but that one I think needs better hardware than I have.
Bevy's WGPU renderer is a lot less fancy than Tiny Glade's Vulkan renderer.
No it's not
Veloren, an open source game, release 0.16 - https://news.ycombinator.com/item?id=39876804 - March 2024 (17 comments)
Five Years of Veloren - https://news.ycombinator.com/item?id=36259635 - June 2023 (1 comment)
Veloren is a multiplayer voxel RPG written in Rust - https://news.ycombinator.com/item?id=33496414 - Nov 2022 (4 comments)
Veloren is a multiplayer voxel RPG written in Rust - https://news.ycombinator.com/item?id=30667022 - March 2022 (177 comments)
Veloren – Open-source MMORPG written in Rust - https://news.ycombinator.com/item?id=26037461 - Feb 2021 (143 comments)
Veloren: An open-world, open-source multiplayer voxel RPG written in Rust - https://news.ycombinator.com/item?id=20347286 - July 2019 (1 comment)
One serious question I have, is there a reason with voxels we still need to have block based stuff? Like back when voxel tech first started taking off I kind of thought we'd get to the place where like you have so many voxels and we get so good at calcing the physics interactions it would just look like a normal game.
What are the bottlenecks there? Or is this intentionally stylistic still these days?
From looking at some of the bosses I can tell that's getting closer but we're still further than I'd think
When I see a voxel rotating in space ... that's not really a "voxel" in my mind, it's a cube.
I suppose we over-apply the word though these days.
Okay so it does just seem stylistic at this point then.
You can make other voxel games. This game is not that, it's explicitly the list of features in Minecraft.
- install the Rust package rather than the Flatpak or COPR
- disable fractional scaling if you're using Wayland
- launch airshipper from a terminal rather than the Gnome app grid (and if you've already done the latter check for and kill any orphaned processes - they seem to get stuck sucking up a whole thread)
I tried it a while ago and it looks really interesting - especially biomes and lightning
But the similarity is striking still
The first two usually make some sense together, the third one is where it gets creative / random.