Skip to content

Commit

Permalink
- did a bit of cleanup on the MAPINFO organization
Browse files Browse the repository at this point in the history
What could be done has been moved into the filter directory of game_support.pk3

Unfortunately most of the rest is needed as presets even for custom games so it cannot be fully cleaned up, because the dependencies here and the filter structure do not align 100%.
  • Loading branch information
coelckers committed Jul 16, 2019
1 parent 77b1ebe commit 56cb7cb
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 25 deletions.
@@ -1,4 +1,4 @@
include "mapinfo/doom2.txt"


gameinfo
{
Expand Down
9 changes: 0 additions & 9 deletions wadsrc/static/mapinfo/harmony.txt

This file was deleted.

@@ -1,5 +1,3 @@
include "mapinfo/chex.txt"

// Chex Quest 3 gameinfo

gameinfo
Expand Down
Expand Up @@ -7,6 +7,7 @@ defaultmap

gameinfo
{
cursorpic = "cursor"
forcenogfxsubstitution = false
statscreen_finishedfont = "*BigFont"
statscreen_enteringfont = "*BigFont"
Expand Down
1 change: 1 addition & 0 deletions wadsrc_extra/static/filter/harmony/mapinfo.txt
@@ -1,6 +1,7 @@

gameinfo
{
cursorpic = "cursor"
forcenogfxsubstitution = false
statscreen_finishedfont = "*SmallFont"
statscreen_enteringfont = "*SmallFont"
Expand Down
@@ -1,5 +1,3 @@
include "mapinfo/heretic.txt"

gameinfo
{
finalepage = "ORDER"
Expand Down
File renamed without changes.
23 changes: 12 additions & 11 deletions wadsrc_extra/static/iwadinfo.txt
Expand Up @@ -55,7 +55,7 @@ IWad
Game = "Doom"
Config = "Harmony"
IWADName = "harm1.wad"
Mapinfo = "mapinfo/harmony.txt"
Mapinfo = "mapinfo/doom2.txt"
MustContain = "MAP01", "0HAWK01", "0CARA3", "0NOSE1"
BannerColors = "6e b4 d6", "45 4f 7e"
DeleteLumps = "DEHACKED", "MAPINFO", "LANGUAGE", "DECALDEF", "DBIGFONT" // these get into the way of a clean setup.
Expand All @@ -69,7 +69,7 @@ IWad
Config = "Hacx"
Autoname = "hacx.hacx2"
IWADName = "hacx2.wad"
Mapinfo = "mapinfo/hacx.txt"
Mapinfo = "mapinfo/doom2.txt"
MustContain = "MAP01", "HACX-E"
BannerColors = "ff ff ff", "00 88 22"
}
Expand All @@ -81,7 +81,7 @@ IWad
Config = "Hacx"
Autoname = "hacx.hacx1"
IWADName = "hacx.wad"
Mapinfo = "mapinfo/hacx.txt"
Mapinfo = "mapinfo/doom2.txt"
MustContain = "MAP01", "HACX-R"
BannerColors = "00 00 a8", "a8 a8 a8"
DeleteLumps = "FONTDEFS"
Expand All @@ -95,7 +95,7 @@ IWad
Game = "Doom"
Config = "UrbanBrawl"
IWADName = "action2.wad"
Mapinfo = "mapinfo/urbanbrawl.txt"
Mapinfo = "mapinfo/doom2.txt"
MustContain = "MAP01", "AD2LIB"
BannerColors = "a8 a8 00", "a8 00 00"
}
Expand Down Expand Up @@ -191,7 +191,7 @@ IWad
BannerColors = "f0 f0 f0", "6b 3c 18"
DeleteLumps = "FONTB01", "FONTB02", "FONTB03", "FONTB04", "FONTB06", "FONTB08", "FONTB09", "FONTB10", "FONTB11", "FONTB27", "FONTB28", "FONTB29", "FONTB30"
}

IWad
{
Name = "Hexen: Deathkings of the Dark Citadel"
Expand All @@ -216,7 +216,7 @@ IWad
BannerColors = "f0 f0 f0", "6b 3c 18"
DeleteLumps = "FONTB01", "FONTB02", "FONTB03", "FONTB04", "FONTB06", "FONTB08", "FONTB09", "FONTB10", "FONTB11", "FONTB27", "FONTB28", "FONTB29", "FONTB30"
}

IWad
{
Name = "Blasphemer"
Expand Down Expand Up @@ -258,10 +258,11 @@ IWad

IWad
{
Autoname = "hereticshareware"
Name = "Heretic Shareware"
Game = "Heretic"
Config = "Heretic"
Mapinfo = "mapinfo/hereticsw.txt"
Mapinfo = "mapinfo/heretic.txt"
Compatibility = "Shareware"
MustContain = "E1M1", "TITLE", "MUS_E1M1"
BannerColors = "fc fc 00", "a8 00 00"
Expand Down Expand Up @@ -303,7 +304,7 @@ IWad
MustContain = "E1M1", "E2M1", "E3M1", "FREEDOOM"
BannerColors = "32 54 43", "c6 dc d1"
}

IWad
{
Name = "Freedoom: Demo Version"
Expand All @@ -314,7 +315,7 @@ IWad
MustContain = "E1M1", "FREEDOOM"
BannerColors = "32 54 43", "c6 dc d1"
}

IWad
{
Name = "DOOM: BFG Edition"
Expand Down Expand Up @@ -446,10 +447,10 @@ IWad
BannerColors = "a8 00 00", "a8 a8 a8"
IgnoreTitlePatches = 1
}


Names
{
{
"doom_complete.pk3"
"doom2.wad"
"plutonia.wad"
Expand Down

0 comments on commit 56cb7cb

Please sign in to comment.