Page 1 of 1

Inicializing from Steam and Command Line Parameters

Posted: Tue Dec 08, 2015 9:09
by NTI
I having a problem to play mods of Wolfenstein on steam, apparently, the only command line accepted by ECwolf on steam is "--data", making basically only the original Wolf datas playable. Is there any support regarding steam or that is something to be worked on?

Also, I can't find anywhere a list of valid command line parameters, since ECwolf has code from zdoom, I tried to use "--file" to load a pk3 and surprising it worked. But after trying it in the advanced options in steam, the service completely ignored the parameter. Tried to use the dev versions too, but the same happens: outside steam it works like a charm to autoload pk3 files, but under steam any external file is ignored.

Re: Inicializing from Steam and Command Line Parameters

Posted: Tue Dec 08, 2015 9:35
by Nokiaman
This is how I load mods with W3D on Steam

Code: Select all

--data wl6 -file coffeebreak.pk3
Note that the .pk3 here is next to the base folder not inside it.

Re: Inicializing from Steam and Command Line Parameters

Posted: Tue Dec 08, 2015 11:18
by NTI
Oh boy, it worked. Thank you!

I kneel before you for figuring out that the .pk3 should be elsewhere :P

Problem solved, still, is there a list of valid command line parameters or this is also something to be worked on?