mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 06:42:08 +00:00
- added autonames for the shareware games
They still need to access some internal filters, despite blocking loading addons.
This commit is contained in:
parent
8613e47899
commit
2acdf5cfab
1 changed files with 3 additions and 1 deletions
|
@ -209,6 +209,7 @@ IWad
|
|||
IWad
|
||||
{
|
||||
Name = "Hexen: Demo Version"
|
||||
Autoname = "hexen.shareware"
|
||||
Game = "Hexen"
|
||||
Config = "Hexen"
|
||||
Mapinfo = "mapinfo/hexen.txt"
|
||||
|
@ -259,7 +260,7 @@ IWad
|
|||
|
||||
IWad
|
||||
{
|
||||
Autoname = "hereticshareware"
|
||||
Autoname = "heretic.shareware"
|
||||
Name = "Heretic Shareware"
|
||||
Game = "Heretic"
|
||||
Config = "Heretic"
|
||||
|
@ -415,6 +416,7 @@ IWad
|
|||
IWad
|
||||
{
|
||||
Name = "DOOM Shareware"
|
||||
Autoname = "doom.id.doom1.shareware"
|
||||
Game = "Doom"
|
||||
Config = "Doom"
|
||||
Mapinfo = "mapinfo/doom1.txt"
|
||||
|
|
Loading…
Reference in a new issue