File: doom2

package info (click to toggle)
game-data-packager 19
  • links: PTS, VCS
  • area: contrib
  • in suites: lenny
  • size: 132 kB
  • ctags: 11
  • sloc: sh: 116; makefile: 55
file content (22 lines) | stat: -rw-r--r-- 402 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22

SHORTNAME=doom2
LONGNAME="Doom 2"

check_for_v19() {
	case "$CHECKSUM" in
		"25e1459ca71d321525f84628f45ca8cd")
			debug "doom2.wad is a v1.9 IWAD"
			;;
		*)
			warn "the doom2.wad file is not version 1.9"
			warn "you may have some problems with PWADs and demos"
			;;
	esac

}

if [ -f ./lib/game-data-packager-shared ]; then
	. ./lib/doom-common
else
	. /usr/lib/game-data-packager/doom-common
fi