this post was submitted on 29 Apr 2025
154 points (98.7% liked)

Open Source

37244 readers
123 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 55 points 1 month ago (3 children)

This is uncharted territory and we are essentially running an experiment. For this reason we’re not licensing or open sourcing the game’s assets - the art, music, and IP will still be protected for the time being. But all of the code that makes the game run will be made public. We have not chosen the exact license under which we will be open sourcing the game’s code, but it will be one of the OSI’s approved open source licenses.

[–] opi 8 points 1 month ago

Wonder if they'll pull and id software type thing where the code is GPL

[–] [email protected] 7 points 1 month ago* (last edited 1 month ago) (1 children)

I mean, Id did this for years with Quake engines as well, so we kind of know how this works out. The assets tend to be the really difficult part for open source community to replicate. Still cool that they're doing it though.

Incidentally, this is where AI tools could really help open source community to make it easier to create nice looking open assets for the game engines like this.

[–] [email protected] 3 points 1 month ago (1 children)

I don't expect ai/LLM tools to make it easier to create nice looking art, but they should make it easier for anyone to create their own placeholder graphics that at least would allow them to run the game on their own.

[–] [email protected] 1 points 1 month ago

I'd argue this is a good example of LLMs being used by artist to create nice looking art https://www.youtube.com/watch?v=envMzAxCRbw

[–] [email protected] 5 points 1 month ago (2 children)

So am I understanding this correctly that means no private servers, just convenient ways to create your own client?

[–] [email protected] 12 points 1 month ago (1 children)

From the linked site’s home page:

This means you’ll be able to browse the codebase, modify the code, share the code, host your own servers, experiment with mechanics, or just satisfy your curiosity about how an MMORPG ticks under the hood.

[–] [email protected] 4 points 1 month ago

Wow, completely blew past this. Thanks.