-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PWAD Mode: IWAD now acts as a universal IWAD and PWAD.
- Loading branch information
1 parent
20fb4ab
commit 9f54f28
Showing
28 changed files
with
319 additions
and
140 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
include gameinfo/game-doom/doomednums.mapinfo | ||
include gameinfo/game-doom/spawnnums.mapinfo | ||
|
||
GameInfo { | ||
AddPlayerClasses = "HXDDHereticPlayer", "HXDDFighterPlayer", "HXDDClericPlayer", "HXDDMagePlayer", "HX2PaladinPlayer", "HX2CrusaderPlayer", "HX2NecromancerPlayer","HX2AssassinPlayer", "HX2SuccubusPlayer" | ||
AddEventHandlers = "HXDDWorldEventHandler", "PlayerSheetEventHandler" | ||
} |
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
resources/assets/mapinfo.hxdd → ...ces/assets/filter/game-raven/mapinfo.hxdd
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
// Main Menu | ||
DEFAULTLISTMENU | ||
{ | ||
Font "BigFontX", "DarkGray" | ||
LineSpacing 20 | ||
|
||
Selector "M_SLCTR1", -28, -1 | ||
} | ||
|
||
LISTMENU "MainMenu" { | ||
StaticPatch 88, 2, "assets/ui/M_HXDD.png" | ||
StaticPatch 68, 68, "KGZ1A0" | ||
StaticPatch 250, 68, "KGZ1A0" | ||
StaticPatch 58, 2, "assets/ui/M_UI_ORB.png" | ||
StaticPatch 240, 2, "assets/ui/M_UI_ORB.png" | ||
Position 110, 66 | ||
|
||
TextItem "$MNU_NEWGAME", "n", "ZFPreGameSetup" | ||
TextItem "$MNU_OPTIONS", "o", "OptionsMenu" | ||
TextItem "$MNU_GAMEFILES", "g", "GameFilesMenu" | ||
TextItem "$MNU_INFO", "i", "ReadThisMenu" | ||
TextItem "$MNU_QUITGAME", "q", "QuitMenu" | ||
|
||
font "SMALLFONT", "DarkGray" | ||
StaticText -52, 190, "$HXDD_BUILD_VERSION" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
defaultmap | ||
{ | ||
enableskyboxao | ||
} | ||
|
||
// Episode 1 | ||
|
||
map TITLEMAP lookup "HXDD: A Heretic & Hexen Wad Merger" | ||
{ | ||
sky1 = "SKY1" | ||
music = "MUS_TITL" | ||
} |
27 changes: 0 additions & 27 deletions
27
resources/assets/menudef.hxdd → resources/assets/menudef.shared
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.