We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
prboom treats the following non-IWADs as PWADs and cannot play, for example, Chex Quest:
Simply register all IWADs listed below.
You can change the IWAD used by the folder structure.
The text was updated successfully, but these errors were encountered: