Loading add-ons and texture packs from linux terminal?

edited 2011 Dec 15 in Technical Support
I use Debian, and as such I don't have access to a precompiled snowberry. So I was wondering, how do I go about loading add-ons such as texture packs from the terminal? Thanks in advance.

Comments

  • use the "-file ~/path/to/addon"
  • I'm trying, but to no avail.

    This is my current Doom hotlink
    #!/bin/sh
    doomsday -wnd -winsize 800 600 -game jdoom -file /home/peter1984/varios/doomfiles/Doom.wad

    where should I append the path to the addon pack? (for instance, /home/peter1984/varios/doomfiles/jdrp-packaged-20070404)
  • You appear to be using the -file argument to specify the path to your IWAD. You should instead be using the -iwad argument.
  • doomsday -wnd -winsize 800 600 -game jdoom -iwad /home/peter1984/varios/doomfiles/Doom.wad -file /home/peter1984/varios/doomfiles/jdrp-packaged-20070404
    
Sign In or Register to comment.