this post was submitted on 21 Jun 2024
614 points (98.4% liked)
Open Source
31018 readers
1080 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
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
view the rest of the comments
Devil's Advocate:
FOSS is basically an endless development cycle. Anyone who wants to pick up and keep developing can. This has benefits and drawbacks.
I would say the main drawback is that you might be expected to work longer on this code than you plan to. The gaming community can be pretty demanding while also not stepping up to contribute themselves.
Further, it means some games can end up in unintentional "development hell" because there really isn't an end-state for the game. The nature of the game keeps changing because the person in charge can't decide what they want to go with long-term. The Duke Nukem Forever problem.
Now, indie titles like Terraria and Stardew Valley stand as examples that show an eternal development can be a good thing, but they're truly in the minority and they're really both driven by auteurs, which is why the themes are so crisp and well placed throughout the games. It's kind of hard to have a single brilliant auteur in charge of a giant game involving lots of people and have it work out. Look at the shitshow of an aftermath of what happened to the auteurs behind Disco Elysium. When you're part of a big team, some things always become a shadow of their original intent. Things become anodyne not on purpose, but simply because not everyone is on the same page. Designing a horse by committee results in a camel, etc.
It could work for small indie games, I don't think it would work for anything AAA-level.
You've laid out one potential development cycle: FOSS from the get-go, and open collaboration welcome.
However, that's not the only way that a FOSS game might be developed. The code could be freely licensed, but the upstream developers refuse to accept outside patches. In that case, there's one "original" and then if you don't like it, build your fork.
Alternatively, a game could be developed entirely in-house under proprietary licenses, and then only made FOSS upon commercial release. Contributor patches could improve the project, but conception of the game would be entirely the domain of its original developers.