- Sep 3, 2020
- 626
- 900
Is that even legally enforceable? Sounds to me like ToS pinky-swear no-takesy-backsies shit.Amusingly relevant since Innoxia wrote her own license for liliths throne, clearly without consulting a lawyer.
Is that even legally enforceable? Sounds to me like ToS pinky-swear no-takesy-backsies shit.Amusingly relevant since Innoxia wrote her own license for liliths throne, clearly without consulting a lawyer.
Im not sure even GPL license is legally enforceable. I mean, there are no any court cases of it AFAIK.Is that even legally enforceable? Sounds to me like ToS pinky-swear no-takesy-backsies shit.
well. technically it is.Im not sure even GPL license is legally enforceable. I mean, there are no any court cases of it AFAIK.
Free Software Foundation was created in 1985 and, according to that linkwell. technically it is.
for example here is a case of GPL being enforced in 2004
You must be registered to see the links
and there have been cases where stuff came out of it. for example apple webkit browser. apple took popular open source program, modified it, and released the code.
however. google has been quite effective in finding and abusing every loophole possible in GPL in their android platform to create a closed platform from stolen open source
which happened in 2004. So its...ehhh...This was the first court decision in which the enforceability of the GPL was upheld, so until this moment, no one knew whether the GPL would withstand a court challenge.
Creative Commons is not intended for use with source code. The organization behind it even recommends that dedicated software licenses (GPL, MIT, Apache, BSD, etc.) be used for it instead.sounds like what he wants is a CC BY-NC-SA license. which he should just use
creative commons licenses:You must be registered to see the links
this license specifically:You must be registered to see the links
i mean i could just show you it running a simple program.Cool, cool....
Now write some rough sketch of a syntax for such case.
No thank you!Its called MIT license, m8.
Does it? I know it chased me away from modding the game. Maybe this was Inno's best option for her goals but it left a sour taste in my mouth.Also stops the bloke spitting his dummy out and demanding his contributions removing, as has happened in several modding projects I know of
So twine from writers UI standpoint seems good, but doing anything complex seems like a nightmare. I don't know how the Degees of Lewdity project does it.Honestly, you're hardly reinventing the wheel here. I've done a great deal of research on languages for these sorts of games, and the reality is pretty grim. Most of the ones are either geared more towards dialogue trees rather than freeform writing (such as ink), or they are so married to a particular platform (such as anything in the Twine ecosystem) that they simply aren't feasible. Programming-focused languages like Lua are terrible because writers can't just write; they have to constantly be concerned with encapsulating their story inside of code.
Very interesting and glad to hear.I was also working on something that would attempt to bridge the gap, but wound up getting swamped at my day job and subsequently demotivated. I was able to knock out a fairly robust expression parser that could tie in with a game-defined .NET API via reflection, but actual scripting part is still very much a WIP.
Exactly.sojocal's objective is to try and ensure that contributions will remain open and usable to all. The MIT license makes no such stipulations.
Do i really want this? I need an argument why this is for me.I'm confortable with GPL-2, not so much with this license.sounds like what he wants is a CC BY-NC-SA license. which he should just use
creative commons licenses:You must be registered to see the links
this license specifically:You must be registered to see the links
Is that even legally enforceable? Sounds to me like ToS pinky-swear no-takesy-backsies shit.
Im not sure even GPL license is legally enforceable. I mean, there are no any court cases of it AFAIK.
I think the specific license he provided is for source code.... but ya, i wouldn't use CC license for source code. Maybe i can have duel licenses where the data parts of the game is licensed under GNU and CC, allowing for things like legal fanfics?Creative Commons is not intended for use with source code. The organization behind it even recommends that dedicated software licenses (GPL, MIT, Apache, BSD, etc.) be used for it instead.
When it comes to story content, image assets, and things of that nature, yeah, CC for days. Definitely not for code, though.
I made the mistake of looking at DoL's code and the whole thing is basically held together with duct tape and prayers.So twine from writers UI standpoint seems good, but doing anything complex seems like a nightmare. I don't know how the Degees of Lewdity project does it.
That's what I plan to do if I ever get my project off the ground. Based on the research I've done it seems as though the GPL is fine to use for related data and assets, but I feel that CC offers similar protections for assets and is generally easier to understand.but ya, i wouldn't use CC license for source code. Maybe i can have duel licenses where the data parts of the game is licensed under GNU and CC, allowing for things like legal fanfics?
Back???No thank you!
MIT is what you put on code you don't care about. I'd want to get modifications of the code back in this case.
The Licenses gives anyone free licenses to basically do whatever they want with the code. I don't know why you're fighting me on this (and everyone else on everything). Here let me show you.Back???
MIT states "code is made by X, hes not responsible if something breaks, dont put it in control of nuclear reactor", not "I dont care what wikk happen with my code".
So yes, but there's also duel licensing(which honestly I should ignore and just pick a good license or partition my projects). It's not normally seen with GPL, and given the shit show that was GPL-3, it might not be possible with GPL-3/GPLA. As the creator of the copyrighted work, i can give out different licenses to different people. For example, i might give out to one person, a license to use my software, but to another person who pays me more, the right to use my software commercially.That's what I plan to do if I ever get my project off the ground. Based on the research I've done it seems as though the GPL is fine to use for related data and assets, but I feel that CC offers similar protections for assets and is generally easier to understand.
One thing to note is that if you wish for your game assets to be licensed under CC BY-NC-SA (Non-Commercial ShareAlike) it should be kept separate from your GPL'd engine. The GPL allows code to be used commercially and is incompatible with licenses that explicitly disallow this. If your assets are CC BY-SA (version 4 or higher) I think it'll be okay to keep everything together.
Note that I am not a lawyer, and my knowledge of licenses comes from research and sifting through a lot of very boring reading material.
Currently I fights with analytic 3D geometry, not with anyone in this topic.The Licenses gives anyone free licenses to basically do whatever they want with the code. I don't know why you're fighting me on this (and everyone else on everything). Here let me show you.
View attachment 2171663
That entire first paragraph is all about it. Hell a famous example is Intel commandeering some MIT licensed code for their Management Engine. Not a bad thing, but literally an example of some not caring about their code then a company used it(which might be the goal).
You are implying that there were multiple lawsuits between 1985 to 2004 which GPL lost, but rather there just were not any lawsuits on it during that time period. Generally speaking, companies actually adhered to the license, as per apple.Free Software Foundation was created in 1985 and, according to that link
which happened in 2004. So its...ehhh...
if you are comfortable with GPL than this great. use GPL.Do i really want this? I need an argument why this is for me.I'm confortable with GPL-2, not so much with this license.
Please, for what's left of my sanity's sake, learn to use punctuation.Hello Again Any And All well was unsure who I should really reply to here as many have said things Surrounding this idea so just figured to reply to my own Original messages in hopes that it can still be seen by Others here rather new to commenting here so I hope you all can bare with me and sorry for any Inconveniences
I would just like to Clear one thing up I from what I can grasp a few different people seem to think I want to make some sort of new Generation of LT I am sorry if I was not clear enough but this is the furthest thing I would like to do When I spoke about premise I should have stated clearly I mean the Isekai aspect of the story Which is not I guess even just a LT thing but present in other fictions such as Manga & Anime Bottom line I dont intend for what I'm envisioning to be a "Reskinned" version of anything LT or other wise of course within the confines as no base idea is truly original but assuming I Actually figure out a way to bring it to fruition if that is how it ends up perceived then fine everyone will have a different view but that's certainly Not what I shall intend it to be
The only thing i would want but as far as i can tell seems I would need far more coding know how then I posses but what i want for what I envision is a extremely robust character creator the likes of which I have only seen in LT i have played Coc and TiTS DICK and a few more alike it but in my view none of these have the same Robust character creator LT Has which is simply what i will want to strive for it doesn't even need to be the same system was just Curious if it was goanna be a chore as far as I'm seeing yes yes it shall be So I will probably just make the world I want more in a narrative drive more like just a story so I suppose for the time being I shall stick with writing in the simple use twine program sense that just allows me to do what I think I am good At creatively anyway and write and not have to worry about anything beyond that
Sorry for any hassles or bothers I've caused I hope everyone has a wonderful Evening /Afternoon /Morning or night
Most likely you can't use it. The various Elder Lillin perks were added more so people could transform into other forms than just human. I doubt that Lasielle's power will be coded into the game until sometime in 2135.Does anyone know how to use Lasielle's ability cause I've been playing around with the game mechanics(debug mode) and I've had no luck in using it since activating it.
No, I implied "is that really the only court case?"You are implying that there were multiple lawsuits between 1985 to 2004 which GPL lost, but rather there just were not any lawsuits on it during that time period. Generally speaking, companies actually adhered to the license, as per apple.
What they mean is 'Copyleft' licensing, like most lefty things, is 'freedom' with strings attached.And you not explained what " I'd want to get modifications of the code back in this case. " means here. Get modifications back to where? Get modifications from fork into main?!
Yes it does.Does it? I know it chased me away from modding the game. Maybe this was Inno's best option for her goals but it left a sour taste in my mouth.
I am Sure that I Apologized For this flaw of mine...So I will take this the time to Apologize once morePlease, for what's left of my sanity's sake, learn to use punctuation.