TripleA Logo TripleA Forum
    • TripleA Website
    • Categories
    • Recent
    • Popular
    • Users
    • Groups
    • Tags
    • Register
    • Login

    Using other TripleA resources

    Scheduled Pinned Locked Moved Map Making
    15 Posts 3 Posters 2.2k Views 3 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • F Offline
      ff03k64
      last edited by

      Are there any rules regarding using other resources in TripleA? Specifically, graphics from other maps.

      If it is fine to use them, is there a preferred way to attribute where I got them from?

      I am using a few in the map that I am making, and don't want to step on anyone's toes. My plan is that they are just placeholders for now, but I kind of like some of them. And making new graphics is low on my priority list, and not something that I am good at.

      Thanks!

      ubernautU 1 Reply Last reply Reply Quote 0
      • ubernautU Offline
        ubernaut Moderators @ff03k64
        last edited by

        @ff03k64 not sure legally speaking but if you ask the map authors i doubt many would mind. 🙂

        "You should never have told me horses sleep standing up, it gave me a mental block." - Mister Ed

        1 Reply Last reply Reply Quote 0
        • F Offline
          ff03k64
          last edited by

          I guess I am not really worried about the legality of it, since TripleA is open source. I was more wondering about how people would take it, and proper way to attribute it. I fully expect most people to be fine with it, but it is hard to ask some map makers when the map is 5 years old, and the maker isn't on the forums anymore.

          ubernautU 1 Reply Last reply Reply Quote 0
          • ubernautU Offline
            ubernaut Moderators @ff03k64
            last edited by ubernaut

            @ff03k64 just because the engine is open source doesn't necessarily mean a map and all of its content is. although maybe it does, maybe someone else knows more about the exact OS licensing we are using.

            "You should never have told me horses sleep standing up, it gave me a mental block." - Mister Ed

            1 Reply Last reply Reply Quote 0
            • F Offline
              ff03k64
              last edited by

              Oh, I didn't think of that. Hopefully someone else will know.

              1 Reply Last reply Reply Quote 0
              • B Offline
                beelee
                last edited by

                My understanding is open source means anybody can use it legally. But @ubernaut may be correct. Idk either.
                Game Notes is where you can give credit to others for their work.

                If someone is currently working on a map that hasn't been released yet, you probably don't want to use it, just from a ethics standpoint. If you use an image from somebody, i wouldn't think it a big deal. They are most likely pleased you are using it. I just try and make sure to give as much credit as i can in the notes.

                ubernautU 1 Reply Last reply Reply Quote 0
                • ubernautU Offline
                  ubernaut Moderators @beelee
                  last edited by ubernaut

                  @beelee well i know that in the wordpress project, which's license forces everything to be as open-source as possible, plugins and theme code are forced to be open source but the css and content in themes are still able to be copyrighted so…

                  also, there are different OS licenses that are less restrictive in terms of forcing open-source upon derivative works.

                  "You should never have told me horses sleep standing up, it gave me a mental block." - Mister Ed

                  B 1 Reply Last reply Reply Quote 0
                  • B Offline
                    beelee @ubernaut
                    last edited by

                    @ubernaut yea i talked to Dan and or Ron recently when i went to upload something to git there was a disclaimer type thing you had to click on. Basically meant if you put it on triplea you couldn't copyright anything. Or something like that. It was mostly for code i think but maybe images/maps an such also apply.

                    Idk, since triplea was originally based on axis and allies and without the developers nobody could put their stuff on here anyway, I'd say it's all fair game. That's just an opinion tho so...I'll try and find the discussion with those guys.

                    ubernautU 1 Reply Last reply Reply Quote 0
                    • ubernautU Offline
                      ubernaut Moderators @beelee
                      last edited by ubernaut

                      @beelee yeah i was actually around when the engine and maps were still combined which caused an issue for us at a certain point. i believe it was my idea actually to separate the engine from the maps in order to firewall us from any IP concerns regarding any given map.

                      "You should never have told me horses sleep standing up, it gave me a mental block." - Mister Ed

                      B 1 Reply Last reply Reply Quote 1
                      • B Offline
                        beelee @ubernaut
                        last edited by

                        @ubernaut right on thanks for that.

                        Here's that discussion.

                        https://forums.triplea-game.org/topic/2145/contributor-license-agreement?_=1598289667562

                        ubernautU 1 Reply Last reply Reply Quote 1
                        • ubernautU Offline
                          ubernaut Moderators @beelee
                          last edited by ubernaut

                          @beelee yeah thanks for that i guess we are using basically the same license as wordpress "GPLv2 (or later)" i suspect that means the same thing for maps as it does for themes meaning the code itself is GPL but any content inside it can still be copyrighted. here are a few relevant bits from drupal's explanation page which WP links to on their license page which explains these aspects.

                          https://www.drupal.org/about/licensing#non-code-assets

                          Can Drupal projects include GPL-incompatible non-code assets? (e.g. fonts, icons, etc)

                          Yes, so long as the maintainer has the right to distribute the non-code assets, they may be packaged and/or distributed "in aggregate" with GPL code. Only works that are derivative of the original work are subject to the GPL license.

                          If I write a module or theme, do I have to license it under the GPL?

                          Yes. Drupal modules and themes are a derivative work of Drupal. If you distribute them, you must do so under the terms of the GPL version 2 or later. You are not required to distribute them at all, however. (See question 8 below.)

                          However, when distributing your own Drupal-based work, it is important to keep in mind what the GPL applies to. The GPL on code applies to code that interacts with that code, but not to data. That is, Drupal's PHP code is under the GPL, and so all PHP code that interacts with it must also be under the GPL or GPL compatible. Images, JavaScript, and Flash files that PHP sends to the browser are not affected by the GPL because they are data. However, Drupal's JavaScript, including the copy of jQuery that is included with Drupal, is itself under the GPL as well, so any Javascript that interacts with Drupal's JavaScript in the browser must also be under the GPL or a GPL compatible license.

                          When distributing your own module or theme, therefore, the GPL applies to any pieces that directly interact with parts of Drupal that are under the GPL. Images and Flash files you create yourself are not affected. However, if you make a new image based off of an image that is provided by Drupal under the GPL, then that image must also be under the GPL.

                          If you commit that module or theme to a Drupal Git repository, however, then all parts of it must be under the GPL version 2 or later, and you must provide the source code. That means the editable form of all files, as described above.

                          "You should never have told me horses sleep standing up, it gave me a mental block." - Mister Ed

                          B 1 Reply Last reply Reply Quote 1
                          • B Offline
                            beelee @ubernaut
                            last edited by

                            @ubernaut Ok so if I understood that correctly, people's images and maps they make using triplea are their own property and can't be used without permission ?

                            ubernautU 1 Reply Last reply Reply Quote 0
                            • ubernautU Offline
                              ubernaut Moderators @beelee
                              last edited by

                              @beelee that would be my nonexpert opinion at least, assuming they owned/created it to begin with anyway. 🙂

                              "You should never have told me horses sleep standing up, it gave me a mental block." - Mister Ed

                              B 1 Reply Last reply Reply Quote 2
                              • B Offline
                                beelee @ubernaut
                                last edited by

                                @ubernaut heh heh well i hope i haven't pissed anybody off. Actually too late for that, although probably for completely different reasons than for using their stuff :grinning_face_with_smiling_eyes:

                                F 1 Reply Last reply Reply Quote 1
                                • F Offline
                                  ff03k64 @beelee
                                  last edited by

                                  @beelee better pissed of than pissed on!

                                  Thanks for all the info everyone.

                                  1 Reply Last reply Reply Quote 2

                                  Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                  Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                  With your input, this post could be even better 💗

                                  Register Login
                                  • 1 / 1
                                  • First post
                                    Last post
                                  Copyright © 2016-2018 TripleA-Devs | Powered by NodeBB Forums