Skip to content

Update and rename PrBoom-Plus_2_5_1_5.sh to PrBoom-Plus_2_5_1_6.sh#3

Open
jrronimo wants to merge 1 commit intobbond007:masterfrom
jrronimo:patch-1
Open

Update and rename PrBoom-Plus_2_5_1_5.sh to PrBoom-Plus_2_5_1_6.sh#3
jrronimo wants to merge 1 commit intobbond007:masterfrom
jrronimo:patch-1

Conversation

@jrronimo
Copy link

I added a few lines that list all of the .wad files in $DOOM_HOME_DIR and lets the user pick which .wad to load.

I'm not sure what the prboom-plus.wad file is, so I'm not sure if it should be included in the list. (I suspect it's the shareware wad of Doom 2?)

The last line is showing up because I have a habit of removing trailing extra spaces and empty lines, sorry, haha.

I added a few lines that list all of the .wad files in $DOOM_HOME_DIR and lets the user pick which .wad to load.

I'm not sure what the prboom-plus.wad file is, so I'm not sure if it should be included in the list. (I suspect it's the shareware wad of Doom 2?)
@@ -16,6 +16,21 @@ DOOM_EXE_NAME="prboom-plus"
DOOM_OPTIONS=""
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For my modifications to work, "-iwad " needs to be added to the DOOM_OPTIONS="" line. doom.wad (from Doom 1) otherwise tries to load as a pwad and loads incorrectly.

That said, this script only works for IWADs... maybe it's worthwhile to have a separate directory for IWADs and PWADs so that players can load whichever game they prefer with whatever options they prefer?

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

Successfully merging this pull request may close these issues.

1 participant