Why help complete this? If they would be willing to have an open source D2 out there, they can just release the original source code. It would seem even more "ideal" to me.
Fun (or sad) fact: they apparently lost a lot of the source code and assets. Looks like they were able to recover most of the code, but not the assets [1]
They said they lost the source code pre-release, but managed to reconstruct most of it. Given that it was released and that there have been many patches, I think the source code is fine.
I think the only thing they really lost are the hi-def assets from which the lower-def ingame assets were created.
They said "It would make it very difficult for Blizzard to do a Diablo 2 remaster because all the assets we used are pretty much gone. They'd have to make them from scratch."
I can't think of any other way of interpreting it.
To be fair it wouldn't surprise me - this sort of thing was pretty common back then. You'd create high def 3D models and then render 2D sprites etc from them.
Can you point to where? I can't find it, and a quick search for "resolution", "high", "quality", "def" turned up nothing. They say they lost the art assets but a bunch of pixel art tilemaps would fit that description, especially if they were composited down during the build process.
I don’t think games are well adapted to open source. For starters, it’d be very hard to build an adjacent business like Red Hat, and there are very significant time and capital requirements even for smallish projects.
These might be the reasons why the model never caught on like it did for generalist software.
> I don’t think games are well adapted to open source.
Not as end products, but it's pretty insane how much is available these days as far as free engines and tooling. Both in terms of beer (UE4 is free for all but the most successful of projects) and libre (Godot, LÖVE, loads of others).
And, finally, there are also a small number of pure OSS labour-of-love titles, like the incredibly ambitious 0ad: https://play0ad.com/
None of this really disputes the notion that commercial game development is not (and has never really been) well suited to open source development. But it's nonetheless interesting to look at how these things have evolved over time.
In an ideal world, you'd always get a fair exchange for whatever you gave away. Currently money seems to be the most versatile. I remember I rented a room from a friend. He told me that his grandfather got a 100 year lease on that apartment, with an option to buy. He never did, since the lease was incredibly low. Paying for something isn't always unfair.
So you think, your specific set of habits and ethics is hardcoded to humanity in general?
I doubt so, because I know enough people who act the way, I like people to act.
In other words, I try to find a way to work towards change in culture. History shows that can be done and has been done multiple times. Every succesful open source project is a step towards that. Wikipedia is a step towards it. Blender. Inkscape. LibreOffice. Linux. VLC. And so on. I believe and hope we improve in that direction.
There are some open source games but they tend to be more like engines than proper games, or are very niche. Some rather popular example:
- Nethack: Maybe the most "complete" open source game I can think of, if you like ASCII characters for graphics.
- Freeciv: The engine is original, but the game logic and assets are a complete ripoff.
- Stepmania: a DDR clone, useless without user contributed (and often illegal) songs.
- SCUMMVM: that's an engine, not a game
There are also plenty of smaller games, some of them of playable but they tend to be at "school project" level. Well below the standards for popular indie games.
As for OpenDiablo2, it is yet another engine, not a game.
I think the open source model can make good engines, because everyone can pick it up and contribute the few features they want, allowing for gradual improvement that the original developers can benefit from.
But for a complete game, you usually need a more global approach, and a lot of work making assets, open sourcing will probably benefits your competitors more than you: once your game is complete, there is little need for you to take advantage of the work of others.
If you work for free, I'd love for you to take a shot at my project! :D Nope, there's nothing in it for you, except the feeling of JOY to work on my plan on taking over the world.
“Every Man Lives By Exchanging” means that everyone is constantly giving and taking in an exchange. That exchange can be free monetarily or not, doesn’t matter.
It’s only when third parties interfere with this natural law that some people take way more than they give.
> It’s only when third parties interfere with this natural law that some people take way more than they give.
So if I read correctly you are saying, that nobody ever took more than he gave if not for a third party interfering? And that this is a law of nature?
Because if that actually is your claim I would love to read the evidence on that. Having studied history, I very much doubt that ver being the case. Also archeological evidence as far as I am aware of doesn't corroborate your words.
Monthly subscription ala Patreon for new features, assets etc.
Could very well be a combination of the two, starting out with some KickStarter then going through an "eternal alpha" via Patreon.
Of course lots of potential issues with this, like people rebranding and pretending to be devs, taking donations for themselves etc. But in theory it could possibly work.
Why, they'd offer consulting for a fee, of course! On such things as how to most effectively level your char, or perhaps they'd sell you a neat yet overpriced user manual that they wrote for their free software, or perhaps they'd offer printed maps for a price. :D
Jokes aside, there are loads of ways to earn money off free software, though usually you'd have to accept competition. I agree that it's probably not viable for a game, however, though there are some open source game projects out there, such as UFO:AI.[1]
D2 could have come with a source directory and a make file then been sold just the same way it was. If they were woried about how it would effect priacy they could have added the source directory in a patch a year later.
In an ideal world, they would have found a way. I feel like the "ideal world" cue didn't communicate as effectively as I expected that this is fantasy realm.
Games are actually pretty well adapted to open source (well, unless anti-cheating solutions are required, but most games don't need that). Releasing the game's code as FLOSS doesn't prevent the art assets from being sold in order to be able to play the game and there are plenty of examples that followed this model, either at release or some time after.
How accessible is game code to a modern web dev that understand memory management and such, but never really uses C/C++ outside of coursework?
If I pull in Diablo / Half-Life / Shadows of Chernobyl source, am I going to see pretty clean files in an organized fashion that I can open with a modern IDE or a code dump?
[1] https://www.gamespot.com/articles/how-diablo-2-was-almost-lo...