this post was submitted on 20 May 2024
107 points (87.9% liked)

Open Source

30679 readers
146 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
 

If someone like this thing

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

I would argue that even having a project as source available is better then closed source and can still be pretty good, look at for example the FreeSpace 2 Source Code Project.

If anybody want to ask a game creator to make a game open source and he refuses, suggesting a source available license might still be a good idea.

[–] [email protected] 10 points 4 months ago* (last edited 4 months ago) (1 children)

But how does source-available benefit anybody? If you get inspiration from the code you can get accused of copyright infringement so you're better off never looking at it, and since it's not actually FOSS you don't get any of the usual benefits.

[–] [email protected] 5 points 4 months ago

source available can allow a lot of things including modification of the source code (and in particular adding quality of life improvements and updating the code to run on modern platforms). Some restrictions like not allowing selling or even not allowing competition (for example allowing the game engine to run only the original game , or disallowing the removal of monetization).

If you look at openage (age of empires 2 reimplementation) the game is not playable 25 years after release and that game is considered a classic, we could lose a lot of very good games or software.