MantisBT - Doomseeker
View Issue Details
0001599Doomseeker[All Projects] Bugpublic2013-11-30 02:542018-09-29 14:45
DevilHunter 
Zalewa 
hightweakalways
closedfixed 
MicrosoftWindowsXP
0.12 Beta 
0.12 Beta0.12 Beta 
0001599: Custom Parameters does not work for Zandronum
Ok so I might be doing it wrong but.. I have my line like this...

-file "D:\Doom Ports\Zandronum\skins\Not Used\STWolf3dHudFaces.wad" -file "D:\Doom Ports\Zandronum\skins\Not Used\XenHudFace-FV4-3WIP.pk3"

And when I go to join a Server, it does NOT load these two files.. So uhh.. yea
1. go to Options>Engines>Zandronum
2. Put a cmd line that will Pass when you join a server
3. Nothing happens.
This works perfectly in IDE, so I dunno what happened here.
No tags attached.
Issue History
2013-11-30 02:54DevilHunterNew Issue
2013-11-30 03:56Blzut3Note Added: 0007637
2013-11-30 05:03DevilHunterNote Added: 0007638
2013-11-30 05:47Blzut3Note Added: 0007639
2013-11-30 06:00DevilHunterNote Added: 0007640
2014-04-05 14:23ZalewaAssigned To => Zalewa
2014-04-05 14:23ZalewaStatusnew => assigned
2014-04-06 12:20ZalewaNote Added: 0008503
2014-04-06 12:20ZalewaStatusassigned => needs review
2014-04-06 12:21ZalewaNote Edited: 0008503bug_revision_view_page.php?bugnote_id=8503#r4610
2014-04-06 12:25ZalewaTarget Version => 0.12 Beta
2014-04-07 21:50ZalewaNote Added: 0008518
2014-04-07 21:50ZalewaStatusneeds review => needs testing
2014-04-15 00:36DevilHunterNote Added: 0008578
2014-05-08 07:01DevilHunterNote Added: 0008738
2014-05-08 16:43ZalewaNote Added: 0008741
2014-05-11 16:49ZalewaNote Added: 0008776
2014-05-11 16:49ZalewaStatusneeds testing => resolved
2014-05-11 16:49ZalewaFixed in Version => 0.12 Beta
2014-05-11 16:49ZalewaResolutionopen => fixed
2018-09-29 14:45WubTheCaptainStatusresolved => closed

Notes
(0007637)
Blzut3   
2013-11-30 03:56   
I'm able to load a file from the custom parameters just fine. I think the issue is Doomseeker is automatically adding quotes for you, so your quotes are being made part of the file name. Obviously this can be problematic since it means files with spaces can't be loaded.
(0007638)
DevilHunter   
2013-11-30 05:03   
So.. Does this mean.. even if I remove the quotes, it still won't work? Even more so, Renaming my folders to have no spaces, will not also work?
(0007639)
Blzut3   
2013-11-30 05:47   
Renaming your folders to have no spaces and then removing the quotes should work fine.

If you were to just remove the quotes (without renaming the folders) you would end up with each part of the file name passed as a separate argument.
(0007640)
DevilHunter   
2013-11-30 06:00   
Eh well, I usually keep it as that because I'm a neat freak. What if just make it to where it can accept spaces? Otherwise, i dunno
(0008503)
Zalewa   
2014-04-06 12:20   
(edited on: 2014-04-06 12:21)
Should be fixed:
- Extracted OS dependent command line tokenization from main.cpp to CommandLineTokenizer.
- Custom parameters for server joins are now tokenized with CommandLineTokenizer which should fix problems with arguments enclosed in quotes.

(0008518)
Zalewa   
2014-04-07 21:50   
Update available on beta update channel and on DRD team page. Please test.
(0008578)
DevilHunter   
2014-04-15 00:36   
Works. Thanks for this. Now I can use doomseeker more :p
(0008738)
DevilHunter   
2014-05-08 07:01   
Hmm, well after testing this again. It seems that, although this works, it loads the Custom Parms BEFORE the wads on the server, which conflicts of what I wanted.

What it should do, is load anything in Custom Parm last.

So say I have all the wads above in Custom Parm. What it does, is loads Announcers, then Skins, then the Wads provided in Custom Parm, THEN the wads on the Server.

IDE already does this perfectly so.. That is the only issue I have.
(0008741)
Zalewa   
2014-05-08 16:43   
Done, but you'll have to wait until the stable release. It shouldn't be long now.
(0008776)
Zalewa   
2014-05-11 16:49   
Resolving due to release of version 0.12 where this is implemented.