Inicializing from Steam and Command Line Parameters

Advanced Wolfenstein 3D source port based upon Wolf4SDL and ZDoom.
[Home] [Download] [HG builds (Win)] [HG builds (Mac)] [Wiki] [Repo]

Moderator: Blzut3

User avatar
NTI
Posts: 7
Joined: Sun Nov 29, 2015 5:42
Contact:

Inicializing from Steam and Command Line Parameters

Post 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.
User avatar
Nokiaman
Posts: 39
Joined: Fri Apr 17, 2015 14:25

Re: Inicializing from Steam and Command Line Parameters

Post 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.
User avatar
NTI
Posts: 7
Joined: Sun Nov 29, 2015 5:42
Contact:

Re: Inicializing from Steam and Command Line Parameters

Post 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?
Post Reply

Return to “ECWolf”