-
Notifications
You must be signed in to change notification settings - Fork 0
/
SBARINFO.txt
23 lines (21 loc) · 962 Bytes
/
SBARINFO.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
//==================================================
// Aeons of Death v6: HUDs
// See http://zdoom.org/wiki/SBARINFO
//==================================================
//===============================
// Base Settings for all HUD's
//===============================
Height 0; // No HOMo
InterpolateHealth False, 6; // Heretic Speed 8
InterpolateArmor False, 6; // Hexen Speed 6
CompleteBorder True; // Avoid HOM Effect
LowerHealthCap True; // Sets whether health should go no lower than 0
#include "Sbarinfo/SBAR_minimal.txt" // Almost nothing
#include "Sbarinfo/SBAR_medium.txt" // Slightly more
#include "Sbarinfo/SBAR_full.txt" // Full one
#include "Sbarinfo/SBAR_inventory.txt"
#include "Sbarinfo/SBAR_popup1.txt" // "Misson Objectives" overlay
#include "Sbarinfo/SBAR_popup2.txt" // "Keys list" overlay
#include "Sbarinfo/SBAR_popup3.txt" // "Weapons/ammo" overlay
#include "Sbarinfo/SBAR_mugshots.txt"
#include "Sbarinfo/SBAR_automap.txt"