Experimenting with load order.
This commit is contained in:
parent
b76d53dd16
commit
abd6fef7c0
@ -5,11 +5,11 @@ pushd "${doomPath}"
|
|||||||
|
|
||||||
# Set up the pk3 and wad files
|
# Set up the pk3 and wad files
|
||||||
gameOption=(
|
gameOption=(
|
||||||
"$(find /usr/share/games/ -name 'Project_Brutality-master.pk3')"
|
|
||||||
"${doomPath}/TobyAccMod_V${tobyVersion}.pk3"
|
"${doomPath}/TobyAccMod_V${tobyVersion}.pk3"
|
||||||
"${doomPath}/PB-Toby-Compatibility-Addon.pk3"
|
"${doomPath}/PB-Toby-Compatibility-Addon.pk3"
|
||||||
"${doomPath}/Toby-Universal-Pickup-Beacon-Prototype.pk3"
|
"${doomPath}/Toby-Universal-Pickup-Beacon-Prototype.pk3"
|
||||||
"${doomPath}/OpMDK.wad"
|
"${doomPath}/OpMDK.wad"
|
||||||
|
"$(find /usr/share/games/ -name 'Project_Brutality-master.pk3')"
|
||||||
)
|
)
|
||||||
|
|
||||||
# Check for and include if present a wad. Some people may not have it.
|
# Check for and include if present a wad. Some people may not have it.
|
||||||
|
Loading…
Reference in New Issue
Block a user