The developer of Rogue Legacy has officially released its source code 'in the pursuit of sharing knowledge'
https://www.pcgamer.com/games/roguelike/the-developer-of-rogue-legacy-has-officially-released-its-source-code-in-the-pursuit-of-sharing-knowledge
317 points · 41 comments · view on lemmy.world
41 Comments
Telorand@reddthat.com · 35 pts · 1y
Legend
SplashJackson@lemmy.ca · 23 pts · 1y
Rogue Legacy is a great game, and I hear the second one is sweet too
Donut@leminal.space · 7 pts · 1y
The second game is the ultimate version that Rogue Legacy 1 should have been, and I say this with a lot of love and hours into the first game. It takes everything from 1 and turns it up the maximum and then some.
AngryPancake@sh.itjust.works · 7 pts · 1y
The second one knocked it out of the park. Really well done successor.
Robust_Mirror@aussie.zone · 4 pts · 1y
100%. It's almost like the first is a beta for the second, despite being amazing in its own right.
SplashJackson@lemmy.ca · 2 pts · 1y
I've added it to my list of wishes, let's hope Santa is bamboozled into thinking I've been good this year
ThePantser@lemmy.world · 19 pts · 1y
Can't wait for the mods with thousands of new traits .
Kissaki@programming.dev · 15 pts · 1y
https://github.com/flibitijibibo/RogueLegacy1/
License head
toothbrush@lemmy.blahaj.zone · 9 pts · 1y
not open source :(
misk@sopuli.xyz · 24 pts · 1y
License seems to be quite permissive, isn’t it? I specifically checked. Unless you mean strict copyleft.
ChaoticNeutralCzech@feddit.org · 19 pts · 1y
Custom license, not free for commercial use. Assets are still proprietary. https://github.com/flibitijibibo/RogueLegacy1/blob/main/LICENSE.md
I guess the main benefactor will be the modding scene. Indie devs can make deals with Cellar Door Studios to get a commercial licence with additional conditions. It might be close to open source in practice if the commercial licences are handed out generously.
sukhmel@programming.dev · 11 pts · 1y
Regarding the proprietary assets, I used to give it some thought, and came to a conclusion that other than selling consultance services, selling assets is the only way to make money while creating something open source. That's why now I don't find proprietary assets to be something bad.
toothbrush@lemmy.blahaj.zone · 9 pts · 1y
Just to clarify, licenses are free software or open source when they fit the definition of those terms, aka the 4 freedoms and whatever open source requires, but both require being able to use the software without restrictions. So this isnt open source.
misk@sopuli.xyz · 8 pts · 1y
This is an opinion which is not universally shared. Even Stallman doesn’t agree with this definition.
Faresh@lemmy.ml · 6 pts · 1y
https://www.gnu.org/philosophy/free-sw.html#four-freedoms
What is Free Software? - GNU project
I don't know however if it is illegal to use the source code without having bought the game first, so I don't know if toothbrush is correct with their point.
Something that I find could prevent it from being called free or open-source software is the fact that you are not allowed to make derivative works for comercial use.
-- https://github.com/flibitijibibo/RogueLegacy1/blob/main/LICENSE.md
-- https://www.gnu.org/philosophy/free-sw.html#selling
misk@sopuli.xyz · 11 pts · 1y
Thanks, I know what free software is. Open source != free software.
Faresh@lemmy.ml · 2 pts · 1y
toothbrush was talking both about free software and open source and you claimed that Stallman disagreed with the notion that free software must allow to be used without restrictions (which I misread as run in toothbrush's comment and only now realized that they weren't talking about running)
That's why I talked about free software, but I'm sure at least the commercial use part also applies to open source (since business is mentioned as an example in the point about discrimination against field of endeavor in the OSD)
misk@sopuli.xyz · 8 pts · 1y
I said that Stallman didn’t agree with the open source definition he was using. Please stop conflating free and open source software.
TootSweet@lemmy.world · 3 pts · 1y
Anyone who disagrees ought to go get their own term rather than appropriating "Open Source" and/or "Free Software".
I've heard "source available" used.
misk@sopuli.xyz · 4 pts · 1y
Nobody owns this term so who’s appropriating?
TootSweet@lemmy.world · 1 pts · 1y
I and the OSI say otherwise.
misk@sopuli.xyz · 2 pts · 1y
You claim ownership of „open source”? That’s wild. Your lawyer can speak to my lawyer, I guess.
Kacarott@aussie.zone · 1 pts · 1y
"free software" very clearly means some software you can use for free (which this isn't), but "open source" very clearly means openly accessible source code, which this is.
TootSweet@lemmy.world · 1 pts · 1y
"Free Software" very clearly means this, and "Open Source" very clearly means this.
Again, get your own terms. "Freeware" and "source available" are just sitting right there.
jeremyparker@programming.dev · 1 pts · 1y
Since there’s one open source that’s more strict and one that’s more permissive, for the more strict one, we should indicate that it’s like the value of a variable: it has a specific meaning that doesn’t change. With that understanding, Rogue Legacy is open source, but Trisquel is “open source”.
(I was going to go with Tux Kart instead of Trisquel for that joke, but my heart couldn’t handle throwing shade at Tux Kart.)
Edit: I’d just like to interject for a moment. What I’m referring to as Tux Kart, is in fact, SuperTuxKart, or as I’ve recently taken to calling it, Super+TuxKart
toothbrush@lemmy.blahaj.zone · 2 pts · 1y
Lets not do open washing here. Its not open source, as that would require it having an open source compatible license, which it does not have, see the open source definition:
https://opensource.org/osd
CaptDust@sh.itjust.works · 1 pts · 1y
misk@sopuli.xyz · 10 pts · 1y
You can redistribute modified code / binaries, just no commercial use.
CaptDust@sh.itjust.works · 6 pts · 1y
I deleted my comment because I didn't really care to get into it with the weird custom license, but widely speaking if it's not distributable without condition, it's not open source.
EDIT- And it's okay that it's "only" source-available, it's a creator's choice how their works are used in the world. But I would argue this project license doesn't fit the spirit of this lemmy community.
sukhmel@programming.dev · 3 pts · 1y
MIT and GPL are not open source then, since they impose conditions. Open source by your definition would be some like WTFPL or Unlicense
CaptDust@sh.itjust.works · 4 pts · 1y
Without explicit license? Without contacting the administrator for permission? This is what I mean by conditions. There's no need to be pedantic, if the software isn't available for commercial use how can it be open source? I cannot modify this and redistribute or package it without getting in touch with a project representative.
toothbrush@lemmy.blahaj.zone · 1 pts · 1y
JazzDoggo@lemmy.dbzer0.com · 7 pts · 1y
I hope somebody will make source ports to other platforms eg. Android :D
thisbenzingring@lemmy.sdf.org · 4 pts · 1y
I love hate that game. Fuckin bullshit sometimes!
P4ulin_Kbana@lemmy.eco.br · 4 pts · 1y
TeddE@lemmy.world · 28 pts · 1y
Honestly? They're probably going to continue to offer the game on Steam and it will probably continue to trickle in revenue. Most people who are interested in the game have already bought it, so it's never going to draw in millions again.
The game is currently listed at $15, but goes on sale frequently for $3. I bet many new players would be happy to pay steam $3 for the cloud save and steam's easy game management, as opposed to compiling from source for every new PC install.
Finally, the gameplay loop between Rogue Legacy and Rogue Legacy 2 are pretty similar. This means the the original is a good extended demo for the sequel which is .$25, but up to 50% off. Frankly, it's a great marketing move at this stage in the game's lifetime.
ColeSloth@discuss.tchncs.de · 10 pts · 1y
The source code being available doesn't allow you to play the game. To actually play it, you'd still have to buy the game. Unless you figure out how to play it without any artwork.
Cethin@lemmy.zip · 5 pts · 1y
Huh, yeah. Usually when the source is released it includes the assets too, but this does not. I don't know how useful it is for "education" then. You can't tinker with it and see how it effects things, so it's harder to really understand why things work the way they work.
ColeSloth@discuss.tchncs.de · 3 pts · 1y
Usually, when? Also, it's for modders.
TeddE@lemmy.world · 2 pts · 1y
Still bet someone will create a new set of assets that fit like a glove for preservation purposes. But kinda sucks that it's not quite as useful as I was naïvely thinking.
ColeSloth@discuss.tchncs.de · 4 pts · 1y
It's going to allow modders complete access to go full ham on the game, though. It opens up a ton of things that can be played around with.
rain_worl@lemmy.world · 1 pts · 1y
freedoom
TeddE@lemmy.world · 2 pts · 1y
Precisely
Faresh@lemmy.ml · 1 pts · 1y
ShankShill@sh.itjust.works · 20 pts · 1y
The assets aren't free and open source. If you want to legally use the open source code to play a game, you'll either need to buy the game to get the assets or use an alternative like freedoom.