Page 1 of 13

ZDL 3.2.2.2 Released (UPDATED August 8th 2012)

Posted: Mon Apr 16, 2012 12:04 pm
by QBasicer
Hello everybody!

I have officially released the next beta version of qZDL. This is my complete rewrite of ZDLSharp in C++ and Qt. It's intended to be a drop in replacement for ZDL 3.1a.

Download .ZIP (3.2.2.2)
Download .ZIP (3.0.5.12)
Download .ZIP (3.0.5.11)
Download .ZIP (3.0.5.10)
Download .ZIP (3.0.5.9)
Download .ZIP (3.0.5.8)
Download .ZIP (3.0.5.7)
Download .ZIP (3.0.5.6)
Download .ZIP (3.0.5.5b)
Download .ZIP (3.0.5.4)
Note, I was having issues with the database server there, those issues have been resolved.

Here's some cool features of 3.0.5.4:
  • Multiple file drag and drop
  • Unlimited length file + iwad + source port lists
  • Settings in a new tab
  • Resizable layout
  • Global .ini file storage (with import)**
  • Works on Windows 7
  • DMFlag Picker*
  • Advanced Multiplayer Options
  • File associations
  • Keyboard shortcuts to open, save, and create new .ZDL configurations
  • Update notifications for new versions
  • Backwards and forwards support for existing .zdl and .ini files
* DMFlag picker will be replaced with something a bit fancier and better in the near future (I hope). It's probably out dated. Feel free to tell me if I've messed something up.
** Stores configuration in APPDATA (if you want) so that you can access your configuration no matter where you open your ZDL file. This means you don't have to keep .ini files around in weird places (current directory and program directory are supported). The importation can be disabled for a particular .ini file or globally. To view the location of the global config file, go to about.

PLEASE report any bugs, issues, or suggestions to this post (or on Github)

You're free to check out the source code on github and/or browse the official ZDL wiki

To manually disable the global import:
Open Windows Explorer, and type "%APPDATA%" into the location and hit enter. If it doesn't exist, create a "Vectec Software" folder. Inside that, create "qZDL.ini". Open it up and add:

Code: Select all

[zdl.general]
nouserconf=1

Re: qZDL 3.0.5.4 Beta Released

Posted: Mon Apr 16, 2012 1:24 pm
by Xtyfe
Hell yes! Thank you for this

Re: qZDL 3.0.5.4 Beta Released

Posted: Mon Apr 16, 2012 7:08 pm
by insightguy
is there any way to play multiplayer with this?

Re: qZDL 3.0.5.4 Beta Released

Posted: Mon Apr 16, 2012 8:56 pm
by QBasicer
insightguy wrote:is there any way to play multiplayer with this?
Yep, press the down triangle when you open it to access the multiplayer controls, similar to classic ZDL.

It'll look similar to this:
Image

Re: qZDL 3.0.5.4 Beta Released

Posted: Mon Apr 16, 2012 9:46 pm
by insightguy
sorry for sounding like a dumbass but how do I operate that multiplayer menu with:

Gzdoom
Skulltag
Zdameon (Not sure if I should use this engine for multiplayer. How compatible is it with other wads?)

Re: qZDL 3.0.5.4 Beta Released

Posted: Tue Apr 17, 2012 4:21 am
by Tormentor667
Awesome.

But, by the way, is there any chance to get some kind of a WAD library added to this? I know, it's not the actual qoal of qZDL but it would be a great thing to organize wads anyway. I had something in mind like D-Fend Reloaded: http://dfendreloaded.sourceforge.net/Sc ... ml?lang=de

Maybe TITLEPICS can be read out on the fly if available, users can also record and snap screenshots, add information to the wads n the library (author, year, game, etc).

Re: qZDL 3.0.5.4 Beta Released

Posted: Tue Apr 17, 2012 7:14 am
by QBasicer
insightguy wrote:sorry for sounding like a dumbass but how do I operate that multiplayer menu with:

Gzdoom
Skulltag
Zdameon (Not sure if I should use this engine for multiplayer. How compatible is it with other wads?)
I can't comment on Skulltag and ZDaemon, but with [G]ZDoom you need one person set as the 'host' by setting the number of players, and then everybody else specifies 'join' and the IP address of the host, and the game will start when the number of players has been reached. As far as I know, ZDoom (still) works on the model where you need that # of players to start, and you can't add more later (like Skulltag).

Re: qZDL 3.0.5.4 Beta Released

Posted: Tue Apr 17, 2012 7:17 am
by QBasicer
Tormentor667 wrote:Awesome.

But, by the way, is there any chance to get some kind of a WAD library added to this? I know, it's not the actual qoal of qZDL but it would be a great thing to organize wads anyway. I had something in mind like D-Fend Reloaded: http://dfendreloaded.sourceforge.net/Sc ... ml?lang=de

Maybe TITLEPICS can be read out on the fly if available, users can also record and snap screenshots, add information to the wads n the library (author, year, game, etc).
It's planned, I'm trying to make sure there's a solid base out there on something more modern before I start adding new features. I don't want people to get discouraged by too many shiny things, plus if I added everything I wanted to do at the beginning, I'd never have a release.

It's critical that I get feedback on bugs and issues before moving forward. I have a roadmap wiki entry that touches on some of my plans, however, some priorities have shifted and it needs updating.

Re: qZDL 3.0.5.4 Beta Released

Posted: Tue Apr 17, 2012 2:54 pm
by Tormentor667
Now I love you <3 ...or actually if it really happens, I do :)

Re: qZDL 3.0.5.4 Beta Released

Posted: Tue Apr 17, 2012 11:30 pm
by wolfman
I get this when trying to launch:
Spoiler:
Here's the command line:
Spoiler:
My OS is XP SP2.

EDIT: It will work if "Quote paths" is unchecked, but the launcher won't close, even if "Close on launch" is checked.

Re: qZDL 3.0.5.4 Beta Released

Posted: Wed Apr 18, 2012 5:57 am
by QBasicer
Thanks for the report, I'll see if I can fix that today and push a new release.

Re: qZDL 3.0.5.4 Beta Released

Posted: Wed Apr 18, 2012 1:29 pm
by wildweasel
I can't seem to get this to load settings automatically on startup; I have to load them manually. The program also didn't create its AppData folders automatically - creating them myself and putting a qZDL.ini in there did not do anything. OS is Windows 7 Ultimate 64-bit, tried running qzdl.exe as administrator with no effect.

Re: qZDL 3.0.5.4 Beta Released

Posted: Wed Apr 18, 2012 2:14 pm
by QBasicer
FYI, if people have issues like this:
- Remove the "Vectec Software" folder from %APPDATA% (go to Explorer and type %APPDATA% into the address)
- Copy the ZDL.ini file they want to replace into the same folder as qZDL
- Run qZDL, it will ask you if you would like to import. Say yes (or whatever you want)
- Your configuration will now be imported.

Re: qZDL 3.0.5.5 Beta Released (UPDATED April 18th)

Posted: Wed Apr 18, 2012 4:36 pm
by DOOMERO-21
nice, i have a question for play gzdoom or zdoom online use the sistem peer to peer or client/server?

Re: qZDL 3.0.5.5 Beta Released (UPDATED April 18th)

Posted: Wed Apr 18, 2012 4:38 pm
by NeuralStunner
DOOMERO-21 wrote:nice, i have a question for play gzdoom or zdoom online use the sistem peer to peer or client/server?
Either one. For 2 players it doesn't really matter, for 3 or more Client/Server will generally perform better.