Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I want to be able to use IWAD alone #166

Open
satorope opened this issue Nov 24, 2021 · 0 comments
Open

I want to be able to use IWAD alone #166

satorope opened this issue Nov 24, 2021 · 0 comments

Comments

@satorope
Copy link

prboom treats the following non-IWADs as PWADs and cannot play, for example, Chex Quest:

const char *const standard_iwads[]=
{
  "doom2f.wad",
  "doom2.wad",
  "plutonia.wad",
  "tnt.wad",
  "freedoom2.wad",
  "doom.wad",
  "doomu.wad", /* CPhipps - alow doomu.wad */
  "freedoom1.wad",
  "freedoom.wad",
  "doom1.wad",
};

Simply register all IWADs listed below.
You can change the IWAD used by the folder structure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant