Make Your Game Run on Any Platform

The script has already been updated for Blender 2.42 so you’re good to go.

An additional advantage of this method is that your pubished games are no longer forced to be licenced under the GPL, because they are no longer linked to the GPL-ed Blender software.

Jan Writes:

So I can make games without having to worry about the GPL, right?

That is correct, games are program output and therefore not covered by the GPL. The Blender team is committed to making sure that Blender can be used for both GPL and non-GPL games without any license conflicts. With stand-alone games however, any data that is included inside the actual stand-alone executable is covered by the GPL, if this is a problem then you should set up the stand-alone player so it reads from external .blend files. see Blender FAQ

Advertisement