G-FORCE Posted December 23, 2022 I'm trying to run doom wads through the command line how do i do it? 0 Quote Share this post Link to post
G-FORCE Posted December 23, 2022 3 minutes ago, Edward850 said: Doom.exe -file nameof.wad THANKS 0 Quote Share this post Link to post
Nevander Posted December 24, 2022 If it's choco doom, you may need -merge instead. 0 Quote Share this post Link to post
G-FORCE Posted December 24, 2022 (edited) 2 hours ago, Nevander said: If it's choco doom, you may need -merge instead. Well how do i do it on the LZSPLITDOOM Launcher ? Someone told me in the command line but it did'nt seem to work any other way? Edited December 24, 2022 by G-FORCE 0 Quote Share this post Link to post
Redneckerz Posted December 24, 2022 21 minutes ago, G-FORCE said: Well how do i do it on the LZSPLITDOOM Launcher ? Someone told me in the command line but it did'nt seem to work any other way? What does "Custom Command Line" tell you? 1 Quote Share this post Link to post
Edward850 Posted December 24, 2022 (edited) -merge is not a command for ZDoom, nor is it needed. Merge is a chocolate doom thing standing in place for DeuTex. Edited December 24, 2022 by Edward850 0 Quote Share this post Link to post
Ennello Posted December 24, 2022 (edited) In general I make shortcuts but command lines use the same rules. If you're using a source port it would be [SourcePortExecutable].exe -IWAD [IWADName].WAD -file [PWADName].wad -[any command line parameters] If you want to load multiple files, you can just put the different file names after one another. Make sure file names have no spaces in them, or it'll recognize them as 2 file names. A list of command line parameters can be found here: https://doomwiki.org/wiki/Parameter. Complevel is an important one for certain source ports, in order for maps to work. A few examples: dsda-doom.exe -IWAD DOOM2.WAD -file btsx_e1a.wad btsx_e1b.wad -complevel 2 gzdoom.exe -IWAD DOOM2.WAD -file mapwich2_v0.9a.pk3 fullscrn_huds.pk3 For shortcuts rather than command lines, these lines go in the Target box in the shortcut's Properties, with the executable's full location in stead of just [SourcePortExecutable].exe. Edited December 24, 2022 by Ennello 2 Quote Share this post Link to post
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.