mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-02-17 17:11:19 +00:00
- Added Hacx 2.0 detection.
SVN r3736 (trunk)
This commit is contained in:
parent
44496e142a
commit
df6f494329
1 changed files with 11 additions and 0 deletions
|
@ -10,6 +10,16 @@ IWad
|
||||||
BannerColors = "6e b4 d6", "45 4f 7e"
|
BannerColors = "6e b4 d6", "45 4f 7e"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
IWad
|
||||||
|
{
|
||||||
|
Name = "Hacx 2.0"
|
||||||
|
Game = "Doom"
|
||||||
|
Config = "Hacx"
|
||||||
|
Mapinfo = "mapinfo/hacxharm.txt"
|
||||||
|
MustContain = "MAP01", "HACX-E"
|
||||||
|
BannerColors = "ff ff ff", "00 88 22"
|
||||||
|
}
|
||||||
|
|
||||||
IWad
|
IWad
|
||||||
{
|
{
|
||||||
Name = "Hacx: Twitch'n Kill"
|
Name = "Hacx: Twitch'n Kill"
|
||||||
|
@ -316,4 +326,5 @@ Names
|
||||||
"action2.wad"
|
"action2.wad"
|
||||||
"harm1.wad"
|
"harm1.wad"
|
||||||
"hacx.wad"
|
"hacx.wad"
|
||||||
|
"hacx2.wad"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue