init
This commit is contained in:
48
MAPINFO
Normal file
48
MAPINFO
Normal file
@@ -0,0 +1,48 @@
|
||||
gameinfo {
|
||||
AddQuitMessages = "What happened?\nRun out of granola bars?",
|
||||
"Zorch Squadron soldiers\nnever run from a fight!"
|
||||
|
||||
PlayerClasses = "ChexPlayerHGA"
|
||||
}
|
||||
|
||||
defaultmap {
|
||||
Author = "Nicole O'Connor"
|
||||
}
|
||||
|
||||
episode XE1M1 {
|
||||
name = "Zorch Squadron"
|
||||
}
|
||||
|
||||
cluster 11 {
|
||||
EnterText = lookup, EXPO_XE1_OPEN
|
||||
Music = D_E1M1
|
||||
Flat = ENDFLAT2
|
||||
}
|
||||
|
||||
map XE1M1 lookup HUSTR_XE1M1 {
|
||||
Cluster = 11
|
||||
Music = D_E1M5
|
||||
Next = XE1M2
|
||||
InterMusic = D_HGAINT
|
||||
}
|
||||
|
||||
map XE1M2 lookup HUSTR_XE1M2 {
|
||||
Cluster = 11
|
||||
Music = D_E3M1
|
||||
InterMusic = D_HGAINT
|
||||
Next = XE1M3
|
||||
Sky1 = "CJSKY3A"
|
||||
}
|
||||
|
||||
map XE1M3 lookup HUSTR_XE1M3 {
|
||||
Cluster = 11
|
||||
InterMusic = D_HGAINT
|
||||
Sky1 = "CJSKY3A"
|
||||
}
|
||||
|
||||
DoomEdNums {
|
||||
2001 = LargeZorcherHGA
|
||||
2002 = RapidZorcherHGA
|
||||
11902 = InvPowerModulator
|
||||
11903 = InvBlastBoots
|
||||
}
|
Reference in New Issue
Block a user