PWADS from Command line

Forum rules
Contrary to popular belief, we are not all-knowing-all-seeing magical beings!

If you want help you're going to have to provide lots of info. Like what is your hardware, what is your operating system, what version of GZDoom/LZDoom/whatever you're using, what mods you're loading, how you're loading it, what you've already tried for fixing the problem, and anything else that is even remotely relevant to the problem.

We can't magically figure out what it is if you're going to be vague, and if we feel like you're just wasting our time with guessing games we will act like that's what you're really doing and won't help you.

Post a reply

Smilies
:D :) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :geek: :ugeek: :!: :?: :idea: :arrow: :| :mrgreen: :3: :wub: >:( :blergh:
View more smilies

BBCode is OFF
Smilies are ON

Topic review
   

Expand view Topic review: PWADS from Command line

Re: PWADS from Command line

by wildweasel » Tue Feb 28, 2017 12:15 am

Huh. Well, I suppose that's worth noting for the future then...

Re: PWADS from Command line

by mediamogul » Mon Feb 27, 2017 11:09 pm

Well, I hate to have wasted your time, but it appears to be related to how the built-in Mac 'Unarchiver.app' decompressed the original 'Brutal Doom' download. I decompressed it through the command line, moved it over to the Raspberry Pi and it booted right up on the first try. Thanks very much for your input.

Re: PWADS from Command line

by mediamogul » Mon Feb 27, 2017 11:04 pm

There doesn't seem to be so much as a pixel's difference from 'Doom II'. It's very strange.

Re: PWADS from Command line

by wildweasel » Mon Feb 27, 2017 11:02 pm

It doesn't look like it's having trouble loading any of the files, as it pulled the extra WAD files from it just fine...you say it just loads up regular, completely unmodified Doom 2? No new weapons, monster behavior, or anything?

Re: PWADS from Command line

by mediamogul » Mon Feb 27, 2017 10:51 pm

Log started: Mon Feb 27 23:49:27 2017

M_LoadDefaults: Load system defaults.
Gameinfo scan took 117 ms
W_Init: Init WADfiles.
adding /opt/retropie/ports/zdoom/zdoom.pk3, 584 lumps
adding /home/pi/RetroPie/roms/ports/doom/doom2.wad, 2919 lumps
adding /home/pi/RetroPie/roms/ports/brutaldoom/brutalv20b.pk3, 16832 lumps
adding /home/pi/RetroPie/roms/ports/brutaldoom/brutalv20b.pk3:brutalv20b/e2m8.wad, 11 lumps
adding /home/pi/RetroPie/roms/ports/brutaldoom/brutalv20b.pk3:brutalv20b/e3m8.wad, 11 lumps
adding /home/pi/RetroPie/roms/ports/brutaldoom/brutalv20b.pk3:brutalv20b/terrain.wad, 260 lumps
I_Init: Setting up machine state.
I_InitSound: Initializing OpenAL
Opened device ALSA Default
EFX enabled
V_Init: allocate screen.
S_Init: Setting up sound.
ST_Init: Init startup screen.
Checking cmd-line parameters...
S_InitData: Load sound definitions.
G_ParseMapInfo: Load map definitions.
Texman.Init: Init texture manager.
ParseTeamInfo: Load team definitions.
LoadActors: Load actor definitions.
R_Init: Init Doom refresh subsystem.
DecalLibrary: Load decals.
M_Init: Init menus.
P_Init: Init Playloop state.
ParseSBarInfo: Loading default status bar definition.
ParseSBarInfo: Loading custom status bar definition.
D_CheckNetGame: Checking network game status.
player 1 of 1 (1 nodes)
Using video driver RPI
Resolution: 640 x 480

Re: PWADS from Command line

by wildweasel » Mon Feb 27, 2017 10:35 pm

Could you paste the log output from startup? If it's not convenient to copy and paste the output from your terminal window, add +logfile ~/zdoom-startup.log to your command line and then open the resulting file in your text editor of choice.

PWADS from Command line

by mediamogul » Mon Feb 27, 2017 9:37 pm

I'm using ZDoom 2.8.0 on a Raspberry Pi 3 Raspbian RetroPie system and I'm trying to launch PWADs from the command line. Whatever I do, I always just get the base game with none of the modifications. Using 'Brutal Doom' as an example, I try to launch using:

/opt/retropie/ports/zdoom/zdoom +set fullscreen 1 -iwad /home/pi/RetroPie/roms/ports/doom/doom2.wad -file /home/pi/RetroPie/roms/ports/brutaldoom/brutalv20b.pk3

Everything I've read dictates that this format is correct, but ZDoom continues to only launch 'Doom II' every time.

Top