mirror of
https://github.com/freedoom/freedoom.git
synced 2025-08-31 20:16:55 -04:00
dist/freedoom: rearrange and change ports to search for
GZDoom gets bumped up to second for its support for high screen resolutions. PrBoom-Plus gets bumped to last-place for its menu complexity. Eternity got removed due to its difficulty of building and running on Linux.
This commit is contained in:
parent
089180b9a8
commit
5947b4229f
1 changed files with 7 additions and 6 deletions
13
dist/freedoom
vendored
13
dist/freedoom
vendored
|
@ -1,10 +1,11 @@
|
|||
#!/bin/bash -
|
||||
|
||||
# These ports should really be ordered by ease-of-use. Most likely
|
||||
# advanced users with many ports installed will invoke their preferred
|
||||
# one directly rather than depend on this script...
|
||||
# These ports should be ordered by ease-of-use, of which menu
|
||||
# simplicity and support for high-resolution take high priority.
|
||||
|
||||
PORTS="doom odamex crispy-doom prboom-plus eternity gzdoom chocolate-doom"
|
||||
# "doom" is Debian’s generic name for their alternatives system.
|
||||
|
||||
PORTS="doom odamex gzdoom crispy-doom chocolate-doom prboom-plus"
|
||||
|
||||
# Just a single argument starting the command is allowed, -p, in order
|
||||
# to explicitly set a port on the command line. -- is also supported
|
||||
|
@ -82,8 +83,8 @@ done
|
|||
cat <<EOF >&2
|
||||
$(basename "$0") could not locate nor launch a Doom engine. Most
|
||||
likely, you simply need to install one, check your distribution
|
||||
package repositories for names such as "prboom" or "odamex" or seek
|
||||
out one and install it manually.
|
||||
package repositories for names such as "odamex" or "chocolate-doom" or
|
||||
seek out one and install it manually.
|
||||
|
||||
If you believe you already have one, you may just need to modify your
|
||||
PATH environment variable to include it, or set up the $HOME/.doomport
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue