mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 14:51:51 +00:00
- added some missing autoload sections (Hacx 1.2 vs. Hacx 2, Hexen vs Deathkings and Heretic vs. Shadows of the Serpent Riders.) and filter names for Strifeteaser1 and Strifeteaser2 which are needed for exporting the conversation IDs to MAPINFO
This commit is contained in:
parent
87229f4787
commit
a5c75c1b1a
1 changed files with 6 additions and 0 deletions
|
@ -33,6 +33,7 @@ IWad
|
||||||
Name = "Hacx 2.0"
|
Name = "Hacx 2.0"
|
||||||
Game = "Doom"
|
Game = "Doom"
|
||||||
Config = "Hacx"
|
Config = "Hacx"
|
||||||
|
Autoname = "Hacx2"
|
||||||
Mapinfo = "mapinfo/hacxharm.txt"
|
Mapinfo = "mapinfo/hacxharm.txt"
|
||||||
MustContain = "MAP01", "HACX-E"
|
MustContain = "MAP01", "HACX-E"
|
||||||
BannerColors = "ff ff ff", "00 88 22"
|
BannerColors = "ff ff ff", "00 88 22"
|
||||||
|
@ -43,6 +44,7 @@ IWad
|
||||||
Name = "Hacx: Twitch'n Kill"
|
Name = "Hacx: Twitch'n Kill"
|
||||||
Game = "Doom"
|
Game = "Doom"
|
||||||
Config = "Hacx"
|
Config = "Hacx"
|
||||||
|
Autoname = "Hacx12"
|
||||||
Mapinfo = "mapinfo/hacxharm.txt"
|
Mapinfo = "mapinfo/hacxharm.txt"
|
||||||
MustContain = "MAP01", "HACX-R"
|
MustContain = "MAP01", "HACX-R"
|
||||||
BannerColors = "00 00 a8", "a8 a8 a8"
|
BannerColors = "00 00 a8", "a8 a8 a8"
|
||||||
|
@ -97,6 +99,7 @@ IWad
|
||||||
Name = "Strife: Teaser (New Version)"
|
Name = "Strife: Teaser (New Version)"
|
||||||
Game = "Strife"
|
Game = "Strife"
|
||||||
Config = "Strife"
|
Config = "Strife"
|
||||||
|
Autoname = "Strifeteaser2"
|
||||||
Mapinfo = "mapinfo/strife.txt"
|
Mapinfo = "mapinfo/strife.txt"
|
||||||
Compatibility = "Shareware", "Teaser2"
|
Compatibility = "Shareware", "Teaser2"
|
||||||
MustContain = "MAP33", "ENDSTRF", "INVCURS"
|
MustContain = "MAP33", "ENDSTRF", "INVCURS"
|
||||||
|
@ -108,6 +111,7 @@ IWad
|
||||||
Name = "Strife: Teaser (Old Version)"
|
Name = "Strife: Teaser (Old Version)"
|
||||||
Game = "Strife"
|
Game = "Strife"
|
||||||
Config = "Strife"
|
Config = "Strife"
|
||||||
|
Autoname = "Strifeteaser1"
|
||||||
Mapinfo = "mapinfo/strife.txt"
|
Mapinfo = "mapinfo/strife.txt"
|
||||||
Compatibility = "Shareware"
|
Compatibility = "Shareware"
|
||||||
MustContain = "MAP33", "ENDSTRF"
|
MustContain = "MAP33", "ENDSTRF"
|
||||||
|
@ -119,6 +123,7 @@ IWad
|
||||||
Name = "Hexen: Beyond Heretic"
|
Name = "Hexen: Beyond Heretic"
|
||||||
Game = "Hexen"
|
Game = "Hexen"
|
||||||
Config = "Hexen"
|
Config = "Hexen"
|
||||||
|
Autoname = "Hexen1"
|
||||||
Mapinfo = "mapinfo/hexen.txt"
|
Mapinfo = "mapinfo/hexen.txt"
|
||||||
Compatibility = "Poly1"
|
Compatibility = "Poly1"
|
||||||
MustContain = "TITLE", "MAP01", "MAP40", "WINNOWR"
|
MustContain = "TITLE", "MAP01", "MAP40", "WINNOWR"
|
||||||
|
@ -177,6 +182,7 @@ IWad
|
||||||
Name = "Heretic"
|
Name = "Heretic"
|
||||||
Game = "Heretic"
|
Game = "Heretic"
|
||||||
Config = "Heretic"
|
Config = "Heretic"
|
||||||
|
Autoname = "Heretic1"
|
||||||
Mapinfo = "mapinfo/heretic.txt"
|
Mapinfo = "mapinfo/heretic.txt"
|
||||||
MustContain = "E1M1", "E2M1", "TITLE", "MUS_E1M1"
|
MustContain = "E1M1", "E2M1", "TITLE", "MUS_E1M1"
|
||||||
BannerColors = "fc fc 00", "a8 00 00"
|
BannerColors = "fc fc 00", "a8 00 00"
|
||||||
|
|
Loading…
Reference in a new issue