1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.
  2. Hey Guest, is it this your first time on the forums?

    Visit the Beginner's Box

    Introduce yourself, read some of the ins and outs of the community, access to useful links and information.

    Dismiss Notice

Closed sourced mods

Discussion in 'Requests' started by Aphelion, Dec 30, 2013.

  1. Skinney

    Skinney THD Team THD Team Forum Moderator Tester

    Messages:
    468
    I am not sure why this is even being discussed, the effort involved in adding this "feature" is significant while the benefit is nonexistent. I would go so far to say that closed source modding is a bane to modding communities everywhere.
     
    Sasquash, Noburu and Klokinator like this.
  2. Downburst

    Downburst Mindblown Global Moderator Forum Moderator Donator Tester

    Messages:
    1,813
    The only reason you gave is that other people are able to host your mod. What's wrong with more people being able to play the mod you've created. They won't get credits for your mod as long as you've released it publicly.

    You should learn and teach everyone how to mod, check their code and report bugs, it's not a competition.

    PS. I don't think I accused you of stealing code, but it's nice to know you did. :wink:
     
    startselect3 likes this.
  3. Klokinator

    Klokinator Such Beta
    1. Aphelion's Roleplay

    Messages:
    1,443
    [​IMG]
     
    Noburu and BlueLuigi like this.
  4. BlueLuigi

    BlueLuigi :^) Forum Moderator Donator Tester

    Messages:
    3,620
    Claim it's theirs - Report it, ezpz solution
    Draw players away from the trus erver - How is this a problem, you need direct control of said people? You gain nothing by it other than potential stats you might have on your server or something of that nature
    Copy - This is a good way for people to learn, I personally learn this way the most when looking at new things, copying bits and fucking with them til I understand, it's a very typical way for people to learn they call it 'frankencoding' often.
    Optional to the modder - Name one modder who's for it but you.

    Better yet, how about actually petition it, I'm not saying you're wrong that it's not bad as an option but once again what I would like to know and what is probably the most important is that even if this is an important thing to have. Will the devs time coding this be worthwhile for the so far ONE person who will use it compared to doing other things he could in that time. Given how hard it would be compared to other things, and as others said, even what was proposed earlier can still be gotten, you just make it harder, but it can still be done.

    In the time they could do what you want, if they could just make another gamemode, or fix some bugs like mines breaking in your stuff, any one of those would probably take less time and benefit infinitely more people than your idea.

    So
    A)Your idea is for the most part pointless for almost everyone, in some aspects it is negative for the community
    B)If it even has merit, there are many many ideas better than yours or bug fixes to implement that should probably be done first, or more balance to be done all of which would benefit the majority of the community as opposed to your idea which benefits... you.
     
    JoshTG and Klokinator like this.
  5. Kouji

    Kouji Cold, Uncaring, Sadistic, Evil and Cruel Meanie Administrator Global Moderator Forum Moderator Tester
    1. MOLEing Over Large Estates - [MOLE]
    2. REKINS OF SEAS: Super Crew of Ultimate Havoking 2: Return of King of KAG: Chapter 420blazeit - REKIN

    Messages:
    2,910
    Well if someone does steal your work and you notice it, I'd totally delete it. It wouldn't be the first time. There was even a guy trying to monetize with stolen work so that was also an instant take down + insta-permaban.

    This was discussed in testing before and something about the end result it being too difficult to do or something because the clients HAVE to download it or something. I unno, Arcrave or Verra probably have a better memory about this than me.

    If you really do think you are going to have a problem with someone stealing your code, couldn't you just obfuscate it? I'm pretty sure most people aren't really going to bother reverse engineer it just for to "steal" your mod. The people who don't know how to code and are trying to learn would be the most likely to "steal" it and they probably wouldn't even know what obfuscating means. The people who do know how to code could probably figure out how it works even if the mod was closed source since they've both played the game and have modded before.
     
  6. Actually the complete opposite is true. Storing in RAM without writing to disk is a matter of commenting out a few lines. Network -> RAM is less complicated than Network -> RAM -> Disk.
    And this could potentially be beneficial for community because now people who don't want their mods stolen would simply not mod at all. It's all about giving modders the choice.
    Argument that all modders will turn to closed source mods if you allow them is invalid - how do you know what others will do? I would still publish my mods after about a month of exclusive "only on my server". And looking at the resource section, most people publish their mods anyway.
     
    Aphelion likes this.
  7. nkChehov

    nkChehov Ballista Bolt Thrower
    1. PumpkinStars - [Pk#] - Inactive

    Messages:
    172
    I absolutely agree with post above. If moder wanna to give permission to launch his mod on other servers (its pretty normal), okay - but if not (for example, he work hard and wanna to make his server unique) thats normal too. Give ******* choice...
     
    Last edited: Jan 1, 2014
    norill and Aphelion like this.
  8. Geti

    Geti Please avoid PMing me (poke a mod instead) THD Team Administrator Global Moderator

    Messages:
    3,730
    First of all, I'd like to assert that the idea of "properly" closed source modding is incredibly petty and counterproductive.

    That said, considering how often the ability to clutch desperately onto your content and prevent anyone from hosting or sharing it has been requested, it's fair to say these threads aren't going to go away.


    The only solution to this that we're going to offer is making "server only" scripts not sync to the client. This means you can keep your gamemode scripts "hidden" on your server and orchestrating the mod. We will not provide any option not already provided for server-locking specific client-required content, because we would be wasting our time obfuscating or otherwise reversibly "locking" your content.

    MM has this option for server only content on his list already. I'm not sure what his progress has been, but I think it should be done through January.

    You can obfuscate and copy protect your own content already. If all you want to do is prevent some other host from joining your server and then copying the mod folder into his own server and running it, you can spread checks for information required by your server around your scripts, making them crash or otherwise break content unpredictably if hosted on any server but your own.

    This offers the same level of security we'd be able to provide by storing scripts only in memory (possible to make a simple tool to dump all scripts to files -> makes your files "safe" until someone dedicated to steal it comes along), encrypting scripts (they'd need to be decrypted for the client to be able to compile and run time, so again a tool could be developed to dump them) - however manually copy protecting your stuff means there's no "set of steps" someone can take to pinch your mod, so it can't be automated.


    I'd like to end reiterating how petty it is to want to furiously prevent anyone from hosting your content. Offer a better service than your competitors.
     
    startselect3, Joiken, Noburu and 8 others like this.
  9. ZeroZ30o

    ZeroZ30o Haxor

    Messages:
    119
    I agree with that, however it is even more annoying when people "steal" your content without even asking, and put their name on the server, without credits of the mod-maker.
    Else I see no problem, even if they don't ask, if they do add credit, I'd be okay with it.
     
  10. Chaos_XIII

    Chaos_XIII Catapult Fodder

    Messages:
    7
    The only way I could see a way to prevent people from "stealing" mods is to do the same thing they did with Garry's Mod: have mods in a format which pretty much cannot be opened. The website could have a script that (optionally) compresses the mod to this format when you upload it, and to not release any program that can compress/extract files of this format.
     
  11. Asu

    Asu THD Team THD Team Forum Moderator

    Messages:
    1,580
    Seriously, stop with that. Anything can be modified. For once your client executes something you can find how.
    Anyways, I was a bit for closed source mods, but now i understood :
    Mods are for the community, by the community. Why would you limit the fun that can grant your mod?
     
  12. ZeroZ30o

    ZeroZ30o Haxor

    Messages:
    119
    Because some people don't improve on your mod, and if you are a creator, seeing your work be... wrongly modified, per say, can be annoying.
    What I mean by this is, maybe you do not like the direction and changes another creator may take, or simply you may find it poorly done, thus misrepresenting the quality of the original work. Or simply stealing it and changing credit and all that.

    A creator has the right to do anything with what they create, tho the best way to go is to make his own mod open to modders if they get his permission.
     
    norill likes this.
  13. hierbo

    hierbo Ballista Bolt Thrower
    1. The Young Blood Collective - [YB]

    Messages:
    190
    I really don't think that this is something that has to be governed programmatically. If someone takes a mod, expands upon it, and credits the original creator (who GAVE IT AWAY in the first place), then there is not really any basis for complaint.

    If someone takes a mod, and either changes it or not, and does NOT credit the original creator, it will be discovered in short order. Without any specific rules one way or the other, that person would be shamed out of the community so fast that it would make their head spin.

    If someone makes a mod and wants it implemented on their server, while at the same time not sharing it with others, then that's just too bad. The mod is already a revision of Max and Michal's work, and I don't hear them bitching.

    In short, I think this is the kind of matter that polices itself.
     
  14. ZeroZ30o

    ZeroZ30o Haxor

    Messages:
    119
    I disagree with that. The maker of the mod has all the rights to it as long as they fit under the dev's permission.
    The maker of anything is the one that gives permissions on his/her work.

    The devs of kag have the right to manage/control any mods or anything related to their game, similarly, a modder is allowed to control how his/her mod is distributed, as long as that control falls within the control of the devs.

    "I will take this mod and put it on my server without the permission of the author" is not a good way to go. If something happens related to the author's mod, he must be notified (unless, in this example, he allowed the use of his mod in any server in his post).
    You have no right to take, modify or use anyone's mod unless they allow it -and the author should of course put what he allows in his mod's topic, to avoid wasted time on what he allows or not.
     
    norill likes this.
  15. Geti

    Geti Please avoid PMing me (poke a mod instead) THD Team Administrator Global Moderator

    Messages:
    3,730
    Modders should license their work as appropriate (inside the mod files is the least likely to "go missing"). Anything uploaded to the forums without an explicit license is pretty hard to get annoyed about someone re-using. Copying from in game it's a reasonably clear issue of ethics but not something we can do much about. As said above, you can get around anything we do with enough patience because the game needs it in raw form to be able to run it!

    Worst comes to worst it's trivial enough to provide copy protection with #define SERVER_ONLY mods that will not be uploaded to clients (-> cant be stolen) + make other scripts depend on that, or crude things like detecting the server name/ip and freezing the server ("while(true) {}") if it's wrong. Aphelion has done some nastier things with copy protection but I dont think you need to go so far as to change their server password, haha.

    In general, modders would do better to be less possessive of their code, and less worried about low quality 3rd party servers. They die out in days to weeks and it's an issue of ego if someone hosting your freely distributed content hurts your feelings.
    I've seen most mod code, it's nothing to write home about :^)
     
    ZeroZ30o and hierbo like this.