3 simple questions
Forum rules
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. This forum is archived - please use this set of forums to ask new questions.
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. This forum is archived - please use this set of forums to ask new questions.
-
- Posts: 13
- Joined: Sat Jun 17, 2017 10:17 am
- Location: The Matrix
3 simple questions
Ok, So I have 3 questions:
(I AM USING A .PK3 INSTEAD OF A WAD)
1. In DOOMBUILDER 2 is it possible to change the speed the walls scroll without ACS?
2. Using decorate, How do I make a drivable train in ZDOOM, Making it work like one of the vehicles in Sargent MKIV's vehicle pack. Further more would I need to make tracks in decorate, and how would I make curved tracks and sloped ones
3. If Doom's code falls under the GNU license, Would that make the code public domain? And if I make a game using it, Am I allowed to sell it commercially or would I have to pay royalties to ID software or Bethesda.
(I AM USING A .PK3 INSTEAD OF A WAD)
1. In DOOMBUILDER 2 is it possible to change the speed the walls scroll without ACS?
2. Using decorate, How do I make a drivable train in ZDOOM, Making it work like one of the vehicles in Sargent MKIV's vehicle pack. Further more would I need to make tracks in decorate, and how would I make curved tracks and sloped ones
3. If Doom's code falls under the GNU license, Would that make the code public domain? And if I make a game using it, Am I allowed to sell it commercially or would I have to pay royalties to ID software or Bethesda.
-
- Admin
- Posts: 6191
- Joined: Thu Feb 26, 2004 3:02 pm
- Preferred Pronouns: He/Him
Re: 3 simple questions
1. You can use one of the scrolling specials on your lines/sectors, these have speed controls.
1a: You should be using GZDoomBuilder-Bugfix. DoomBuilder 2 is *extremely* outdated and no longer supported.
2. This is extremely complex and you should consider starting much simpler. GZDoom has no concept of "vehicles" or vehicle physics so everything must be hacked together from scratch.
3. Doom's original source is GPL (not GNU), and GPL is NOT public domain. I don't think GZDoom is quite fully GPL-compliant (yet, it's getting there) so you should not use it for selling games unless:
A) you understand copyright law and can read/follow software licenses.
B) you know which parts of the engine need to be modified to meet GPL compliance.
C) can edit the engine code accordingly.
1a: You should be using GZDoomBuilder-Bugfix. DoomBuilder 2 is *extremely* outdated and no longer supported.
2. This is extremely complex and you should consider starting much simpler. GZDoom has no concept of "vehicles" or vehicle physics so everything must be hacked together from scratch.
3. Doom's original source is GPL (not GNU), and GPL is NOT public domain. I don't think GZDoom is quite fully GPL-compliant (yet, it's getting there) so you should not use it for selling games unless:
A) you understand copyright law and can read/follow software licenses.
B) you know which parts of the engine need to be modified to meet GPL compliance.
C) can edit the engine code accordingly.
-
- Posts: 2119
- Joined: Thu May 02, 2013 1:27 am
- Operating System Version (Optional): Windows 10
- Graphics Processor: nVidia with Vulkan support
- Location: Brazil
Re: 3 simple questions
@Caligari87
IIRC the code is GPL compliant. In fact, wasn't Rachael working on splitting the non-GPL stuff in GZDoom.pk3 into an extra file that gets automatically loaded if present?
IIRC the code is GPL compliant. In fact, wasn't Rachael working on splitting the non-GPL stuff in GZDoom.pk3 into an extra file that gets automatically loaded if present?
-
- Admin
- Posts: 6191
- Joined: Thu Feb 26, 2004 3:02 pm
- Preferred Pronouns: He/Him
Re: 3 simple questions
I've been following that. Was that the last barrier to full GPL compliance? I thought there was something else.
-
- Posts: 13
- Joined: Sat Jun 17, 2017 10:17 am
- Location: The Matrix
Re: 3 simple questions
Yo thanks guys
-
- Posts: 13793
- Joined: Tue Jan 13, 2004 1:31 pm
- Preferred Pronouns: She/Her
Re: 3 simple questions
I think that was the last bit. It's in Windows devbuilds now.Caligari87 wrote:I've been following that. Was that the last barrier to full GPL compliance? I thought there was something else.
-
- Posts: 13
- Joined: Sat Jun 17, 2017 10:17 am
- Location: The Matrix
Re: 3 simple questions
1. Just so you know I am using Doom Builder 2 instead of GZDoombuilder to make maps compatible for DOS-BOX, ZDaemon and Chocolate Doom for that authentic experience.Caligari87 wrote: 1a: You should be using GZDoomBuilder-Bugfix. DoomBuilder 2 is *extremely* outdated and no longer supported.
3. Doom's original source is GPL (not GNU), and GPL is NOT public domain. I don't think GZDoom is quite fully GPL-compliant (yet, it's getting there) so you should not use it for selling games unless:
A) you understand copyright law and can read/follow software licenses.
B) you know which parts of the engine need to be modified to meet GPL compliance.
C) can edit the engine code accordingly.
3. Aren't GPL and GNU public License the same as they are both used for open source/public domain code and software?
-
- Posts: 13793
- Joined: Tue Jan 13, 2004 1:31 pm
- Preferred Pronouns: She/Her
Re: 3 simple questions
Yes, but this point is very important and cannot be emphasized enough: GPL is not public domain!lonleyglobe0 wrote:3. Aren't GPL and GNU public License the same as they are both used for open source/public domain code and software?
GPL is a protected license, and the reasoning is to prevent people and companies from making money off of it without sharing it with others. Take a little, give a little.
-
- Posts: 13
- Joined: Sat Jun 17, 2017 10:17 am
- Location: The Matrix
Re: 3 simple questions
Thanks for clearing that up with meRachael wrote:Yes, but this point is very important and cannot be emphasized enough: GPL is not public domain!lonleyglobe0 wrote:3. Aren't GPL and GNU public License the same as they are both used for open source/public domain code and software?
GPL is a protected license, and the reasoning is to prevent people and companies from making money off of it without sharing it with others. Take a little, give a little.
-
- Posts: 1235
- Joined: Thu Nov 06, 2014 1:53 pm
Re: 3 simple questions
GZDoom Builder is an upgrade of Doom Builder 2 that's actively developed, which has numerous new features including but not exclusively those geared towards GZDoom.lonleyglobe0 wrote:1. Just so you know I am using Doom Builder 2 instead of GZDoombuilder to make maps compatible for DOS-BOX, ZDaemon and Chocolate Doom for that authentic experience.
It does not, in any way, shape, or form, remove the ability to create maps for formats that aren't GZDoom exclusive, in fact it enhances it. Basically, it's named after the fact that it improves the ability to make maps for GZDoom through features such as drawing 3D floors and slopes in 3D mode, not that it's only for making maps for GZDoom.
-
- Posts: 13793
- Joined: Tue Jan 13, 2004 1:31 pm
- Preferred Pronouns: She/Her
Re: 3 simple questions
And this confusion about it is probably one of the many reasons why it was suggested GZDBBF gets a name change.
-
- Posts: 13
- Joined: Sat Jun 17, 2017 10:17 am
- Location: The Matrix
Re: 3 simple questions
I can't be bothered downloading GZDoombuilder anyway...Arctangent wrote:GZDoom Builder is an upgrade of Doom Builder 2 that's actively developed, which has numerous new features including but not exclusively those geared towards GZDoom.lonleyglobe0 wrote:1. Just so you know I am using Doom Builder 2 instead of GZDoombuilder to make maps compatible for DOS-BOX, ZDaemon and Chocolate Doom for that authentic experience.
It does not, in any way, shape, or form, remove the ability to create maps for formats that aren't GZDoom exclusive, in fact it enhances it. Basically, it's named after the fact that it improves the ability to make maps for GZDoom through features such as drawing 3D floors and slopes in 3D mode, not that it's only for making maps for GZDoom.
-
- Global Moderator
- Posts: 2730
- Joined: Sun Jun 25, 2006 4:43 pm
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Windows 11/Manjaro
- Graphics Processor: ATI/AMD with Vulkan/Metal Support
- Location: Citadel Station
Re: 3 simple questions
Then it's unlikely we can help you if you run into any problems relating to Doom Builder 2. As we'll just say that you should upgrade to GZDoom Builder. Despite its name, you can enable through its settings Doom in Doom Format so you can go back to making maps for Vanilla/Chocolate Doom.lonleyglobe0 wrote:I can't be bothered downloading GZDoombuilder anyway...
-
- Lead GZDoom+Raze Developer
- Posts: 49183
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
Re: 3 simple questions
Doom Builder 2 is old. If you insist on continuing to use it you are on your own. In such cases everybody will advise to upgrade, but if that's not an option you will have to sort out your problems yourself.
-
- Posts: 13
- Joined: Sat Jun 17, 2017 10:17 am
- Location: The Matrix
Re: 3 simple questions
Thanks for telling me that! Now Im definitely gonna upgrade!Hellser wrote:Then it's unlikely we can help you if you run into any problems relating to Doom Builder 2. As we'll just say that you should upgrade to GZDoom Builder. Despite its name, you can enable through its settings Doom in Doom Format so you can go back to making maps for Vanilla/Chocolate Doom.lonleyglobe0 wrote:I can't be bothered downloading GZDoombuilder anyway...