GuntherDW Posted August 23, 2001 what do i open that .gz files? + how do i make Pwads to run with Jdoom? Jdoom -File doesn't work? 0 Share this post Link to post
fraggle Posted August 23, 2001 what do i open that .gz files? Use gunzip or winzip.+ how do i make Pwads to run with Jdoom? Jdoom -File doesn't work? I dont know. RTFM. 0 Share this post Link to post
Arioch Posted August 25, 2001 jdoom -file doesn't work because jdoom.bat is a batch file that doesn't accept any more parameters... You'll have to modify the batch file ... or run it with just the Doomsday executable (read the batch file to see how it's done) 0 Share this post Link to post
Jonathan Posted August 28, 2001 jdoom -file doesn't work because jdoom.bat is a batch file that doesn't accept any more parameters... You'll have to modify the batch file ... or run it with just the Doomsday executable (read the batch file to see how it's done)Batch files can pass on parameters and jdoom.bat appears to be written to do that: doomsday -game jdoom.dll %1 %2 %3 %4 %5 %6 %7 %8 %9Any parameters passed to jdoom.bat would be put in place of %1, %2 etc. Therefore the problem must be something else 0 Share this post Link to post
Lüt Posted August 28, 2001 doomsday -game jdoom.dll %1 %2 %3 %4 %5 %6 %7 %8 %9Any parameters passed to jdoom.bat would be put in place of %1, %2 etc. Therefore the problem must be something elseNo, the batch in v1.0 and later doesn't have those parameters available. Jaakko removed parameters, for whatever reason. I had to add them back manually myself. 0 Share this post Link to post
GuntherDW Posted August 29, 2001 C'mon , nobody ??? both don't work (not even WinACE)??? 0 Share this post Link to post
fraggle Posted August 29, 2001 Some modern browsers decompress gzipped files as they download. Try renaming the file to "freedoom.wad" and playing it in doom, it may already be decompressed. 0 Share this post Link to post
Recommended Posts