GPL transition complete.
Moderator: GZDoom Developers
-
- Lead GZDoom+Raze Developer
- Posts: 49192
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
Re: GPL transition complete.
I won't remove anything.
What I plan to do is to split gzdoom.pk3 in two, the main file containing everything that's free of copyright issues and a second one that contains the copyrighted stuff that's needed to play the original games. Then, anybody who wants to use a free engine only needs to delete the second one and all is set.
What I plan to do is to split gzdoom.pk3 in two, the main file containing everything that's free of copyright issues and a second one that contains the copyrighted stuff that's needed to play the original games. Then, anybody who wants to use a free engine only needs to delete the second one and all is set.
-
-
- Posts: 26689
- Joined: Tue Jul 15, 2003 4:58 pm
- Location: Scotland
Re: GPL transition complete.
Would it be set up so that the second one would be handled by the EXE on a "load if it's present but don't get upset if it isn't" basis much as ZZYZX suggested or would people have to add it to autoload etc themselves?
If it's the first option, would it ignore the -noautoload parameter or not?
If it's the first option, would it ignore the -noautoload parameter or not?
-
- Lead GZDoom+Raze Developer
- Posts: 49192
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
Re: GPL transition complete.
It would be considered part of the engine, not a regular autoload.
-
-
- Posts: 26689
- Joined: Tue Jul 15, 2003 4:58 pm
- Location: Scotland
Re: GPL transition complete.
That certainly works for me. Thanks for the info.
-
- Posts: 8197
- Joined: Sun Jan 28, 2007 3:55 pm
- Preferred Pronouns: He/Him
- Location: QZDoom Maintenance Team
Re: GPL transition complete.
Music too?Graf Zahl wrote:What will no longer work is if people used module formats for sound effects, but that was an issue I repeatedly warned about that it is system specific behavior that is not guaranteed to remain functional.
-
- Posts: 21706
- Joined: Tue Jul 15, 2003 7:33 pm
- Preferred Pronouns: He/Him
- Operating System Version (Optional): A lot of them
- Graphics Processor: Not Listed
Re: GPL transition complete.
Music should be completely unaffected (it passes through DUMB, if I remember right, so output format is irrelevant). But if someone was using a MOD as a sound event, which I've never heard of until this month, that probably will not work.
-
- Posts: 7402
- Joined: Fri Oct 22, 2004 9:22 am
- Graphics Processor: nVidia with Vulkan support
- Location: MAP33
Re: GPL transition complete.
Music is fine.Major Cooke wrote:Music too?
Source: I took the five seconds to load up a devbuild with a mod that uses multiple module formats to check.
-
-
- Posts: 17468
- Joined: Mon Oct 27, 2003 12:07 am
- Location: Kuala Lumpur, Malaysia
Re: GPL transition complete.
Same. I haven't even IMAGINED doing this in like, all my 31 years I'm alive LOL. Who in their right mind would even think to do this jesus christwildweasel wrote:which I've never heard of until this month
-
- Posts: 7402
- Joined: Fri Oct 22, 2004 9:22 am
- Graphics Processor: nVidia with Vulkan support
- Location: MAP33
Re: GPL transition complete.
I started trying to update the [wiki]License[/wiki] page on the wiki. Could someone with more knowledge of the codebase (Nash?) please update anything I've missed?
-
- Posts: 59
- Joined: Thu Jun 02, 2016 9:25 pm
Re: GPL transition complete.
I think I've found a way to really easily see the quality differences between FMOD and OpenAL, load up TiberiumSoul's Insanity's Requiem mod and unload with the Typhoon ( The crazy fast plasma gun thing ). OpenAL seems to mangle the firing sound while FMOD handles it with no issues.
Edit: Actually that mod in regards to the weapons in general make the quality differences very obvious on my end.
Edit: Actually that mod in regards to the weapons in general make the quality differences very obvious on my end.
-
- Lead GZDoom+Raze Developer
- Posts: 49192
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
Re: GPL transition complete.
In this community? Probably everybody who got a module or a MIDI that they considered usable as a sound effect and knew it worked.Nash wrote:Who in their right mind would even think to do this jesus christwildweasel wrote:which I've never heard of until this month
-
- Posts: 8197
- Joined: Sun Jan 28, 2007 3:55 pm
- Preferred Pronouns: He/Him
- Location: QZDoom Maintenance Team
Re: GPL transition complete.
Heheh, turns out it was mod_dumb cvar that did it, wildweasel.
-
-
- Posts: 26689
- Joined: Tue Jul 15, 2003 4:58 pm
- Location: Scotland
Re: GPL transition complete.
Eventually found it.Enjay wrote:Thanks, I'll take a look.
For what it's worth, it's just a half-size greyscaled copy of the Freedoom Demon replacement.


-
- Posts: 1292
- Joined: Fri Nov 07, 2008 3:29 pm
- Graphics Processor: ATI/AMD with Vulkan/Metal Support
- Location: Maryland, USA, but probably also in someone's mod somewhere
Re: GPL transition complete.
Think about, say, Portal's radio loop... or maybe a speaker system in the ceiling. Just an ambient music track that plays at one point in the level and attenuates for *realism*. To be fair, though, this effect can still be done with just a little more effort by rerecording the desired music from an unusable-for-sounds format into an MP3/OGG (latter optional for better loop control), so...Graf Zahl wrote:In this community? Probably everybody who got a module or a MIDI that they considered usable as a sound effect and knew it worked.Nash wrote:Who in their right mind would even think to do this jesus christwildweasel wrote:which I've never heard of until this month
-
- Posts: 265
- Joined: Wed Mar 28, 2012 2:27 am
Re: GPL transition complete.
Oh, this is great news! For some reason, I've completely missed this news.
Congratulations to Graf and the rest of the team! I know the lack of a GPL license has been a thorn in your side for a very long time, so this is a great achievement.
Congratulations to Graf and the rest of the team! I know the lack of a GPL license has been a thorn in your side for a very long time, so this is a great achievement.
Speaking as an aspiring indie game developer: This would be great!Graf Zahl wrote:I won't remove anything.
What I plan to do is to split gzdoom.pk3 in two, the main file containing everything that's free of copyright issues and a second one that contains the copyrighted stuff that's needed to play the original games. Then, anybody who wants to use a free engine only needs to delete the second one and all is set.