Advanced Search

Author Topic: Start Mega Man 8-bit in linux  (Read 3838 times)

0 Members and 1 Guest are viewing this topic.

August 08, 2010, 08:07:06 AM
Read 3838 times

Anonymous

  • Guest
Start Mega Man 8-bit in linux
« on: August 08, 2010, 08:07:06 AM »
How to run the game in linux? I tried to use skulltag, but

Code: [Select]
Skulltag v0.98c - SVN revision 2840 - SDL version
Compiled on Jul 11 2010

M_LoadDefaults: Load system defaults.
Cannot find a game IWAD (doom.wad, doom2.wad, heretic.wad, etc.).
Did you install Skulltag properly? You can do either of the following:

1. Place one or more of these wads in the same directory as Skulltag.
2. Edit your skulltag-username.ini and add the directories of your iwads
to the list beneath [IWADSearch.Directories]

Maybe there is another way or I do something wrong?

August 24, 2010, 06:31:07 PM
Reply #1

Offline fadein

  • Standard Member
  • Date Registered: August 24, 2010, 06:13:45 PM

    • View Profile
Re: Start Mega Man 8-bit in linux
« Reply #1 on: August 24, 2010, 06:31:07 PM »
Quote from: "aliftin"
How to run the game in linux? I tried to use skulltag, but

Code: [Select]
Skulltag v0.98c - SVN revision 2840 - SDL version
Compiled on Jul 11 2010

M_LoadDefaults: Load system defaults.
Cannot find a game IWAD (doom.wad, doom2.wad, heretic.wad, etc.).
Did you install Skulltag properly? You can do either of the following:

1. Place one or more of these wads in the same directory as Skulltag.
2. Edit your skulltag-username.ini and add the directories of your iwads
to the list beneath [IWADSearch.Directories]

Maybe there is another way or I do something wrong?

I use the following command-line to launch the MM8BDM demo:

Code: [Select]
skulltag -file MM8BDM-SGC.pk3 -iwad megagame.wad

For this to work, the files MM8BDM-SGC.pk3 and megagame.wad must be in the current directory.