Is there any way I can use BFW images in my games?

Make art for user-made content.

Moderator: Forum Moderators

Forum rules
Before posting critique in this forum, you must read the following thread:
Post Reply
victormati
Posts: 1
Joined: December 6th, 2019, 3:07 pm

Is there any way I can use BFW images in my games?

Post by victormati »

I am creating a game and would like to use some BFW images in it, like the initial image of the archer and generic soldiers, but I plan to sell this game on Steam, for example. How can I get this freedom? Will I have to hire the original artist?
Tad_Carlucci
Inactive Developer
Posts: 503
Joined: April 24th, 2016, 4:18 pm

Re: Is there any way I can use BFW images in my games?

Post by Tad_Carlucci »

See the Wesnoth Copyrights for details. Most likely, the answer is no, you can't sell the artwork. If selling is important to you, I'd suggest hiring an artist and commissioning original works under some license you and your artist can agree upon.

I say "most likely" because the vast majority of Wesnoth's artwork predates the change to CC-BY-SA (or other CC license for UMC) on 30 July 2017 and falls under the GPLv2.
I forked real life and now I'm getting merge conflicts.
User avatar
Pentarctagon
Project Manager
Posts: 5564
Joined: March 22nd, 2009, 10:50 pm
Location: Earth (occasionally)

Re: Is there any way I can use BFW images in my games?

Post by Pentarctagon »

The GPL doesn't forbid anyone from selling works licensed under it.
99 little bugs in the code, 99 little bugs
take one down, patch it around
-2,147,483,648 little bugs in the code
Tad_Carlucci
Inactive Developer
Posts: 503
Joined: April 24th, 2016, 4:18 pm

Re: Is there any way I can use BFW images in my games?

Post by Tad_Carlucci »

True. But it would also require you to make the artwork and source code available for free so anyone can preproduce your game and give it away for free.
I forked real life and now I'm getting merge conflicts.
User avatar
Pentarctagon
Project Manager
Posts: 5564
Joined: March 22nd, 2009, 10:50 pm
Location: Earth (occasionally)

Re: Is there any way I can use BFW images in my games?

Post by Pentarctagon »

I don't think it would? For example:
Keep in mind that some programs, particularly video games, can have artwork/audio that is licensed separately from the underlying GPLed game.
99 little bugs in the code, 99 little bugs
take one down, patch it around
-2,147,483,648 little bugs in the code
Tad_Carlucci
Inactive Developer
Posts: 503
Joined: April 24th, 2016, 4:18 pm

Re: Is there any way I can use BFW images in my games?

Post by Tad_Carlucci »

You're right.

The specific question was for images.

The image may, or may not, be usable by your own software (or even other Wesnoth UMC). You may, or may not, be allowed to distribute the image to others. And you may, or may not, be allowed to charge for the game with the image.

The answer depends upon the date the image was uploaded to Wesnoth's servers; whether it is part of the Wesnoth package or available as a download as UMC; and the specific license chosen if the image was uploaded as UMC after 30 July 2017.
I forked real life and now I'm getting merge conflicts.
User avatar
Pentarctagon
Project Manager
Posts: 5564
Joined: March 22nd, 2009, 10:50 pm
Location: Earth (occasionally)

Re: Is there any way I can use BFW images in my games?

Post by Pentarctagon »

To clarify somewhat: All images in vanilla Wesnoth are usable by all UMC, and all images in UMC are usable by all other UMC (assuming they follow our add-on uploading guidelines).

Only UMC may have images licensed as CC NC (non-commercial use only) and-or ND (the original can't be modified).
99 little bugs in the code, 99 little bugs
take one down, patch it around
-2,147,483,648 little bugs in the code
Wussel
Posts: 624
Joined: July 28th, 2012, 5:58 am

Re: Is there any way I can use BFW images in my games?

Post by Wussel »

So the answer to the initial question seems to be YES.

CC-BY-SA 4.0 for mainline

BY requires you to give credits to the artists (or Wesnoth?) for each piece.
SA means you have to make the picture (only the used art) available under the same license. That seems to apply specifically if you somehow change the picture in any way since SA seems to be the weaker version of ND. But better make the art files readable in your game.

(no NC) You can earn money and
(no ND) you can change the art
(i.e. mirror it, rescale it, twist it, recolor it or paste it into a composition)

Some UMC use NC and ND. So no NC for you. ND might not be a problem for you. But you were only asking for standard mainline pictures anyway.

Good reading:
https://en.wikipedia.org/wiki/Creative_Commons
Post Reply