-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathZMAPINFO.txt
97 lines (90 loc) · 1.82 KB
/
ZMAPINFO.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
gameinfo
{
menufontcolor_title = "j1"
menufontcolor_label = "l5"
menufontcolor_value = "f0"
menufontcolor_action = "a4"
menufontcolor_header = "w3"
menufontcolor_highlight = "w1"
menufontcolor_selection = "c1"
infopage = "DCYINFO1", "DCYINFO2"
dimcolor = "Black"
dimamount = 0.6
cursorpic = "DCYC0RSU"
statscreen_single = "DCY_Intermission"
messageboxclass = "DCY_MessageBox"
addeventhandlers = "CyberaugumentedEventHandler", "DCY_Interceptor", "CyberaugumentedStartupHandler", "PlayerControlsDCY", "DCY_HudMessageHandler", "DCY_CutsceneManager"
StatusBarClass = "DCyb_HUD"
BackpackType = "DCY_Backpack"
playerclasses = "CyberaugumentedProtagonist"
Endoom = "DCY_BYEBYE.bin"
quitmessages = "lmfao"
PickupColor = "1e48c7"
HelpMenuClass = "ReadThisMenu"
}
clearskills
//Easy Difficulties
skill DCY_Ez
{
AutoUseHealth
AmmoFactor = 2
DamageFactor = 0.5
TextColor = "l7"
EasyBossBrain
SpawnFilter = 2
Name = "Tiny Sightseer"
Key = "i"
}
//Easy Difficulty
skill DCY_Normal
{
TextColor = "l5"
SpawnFilter = 3
Name = "Just The Begining"
Key = "h"
}
//U-V Difficulty
skill DCY_UV
{
TextColor = "p7"
SpawnFilter = 4
Name = "Ravaging Carnage"
Key = "u"
DefaultSkill
}
//Nightmare Difficulty
skill DCY_Insane
{
AmmoFactor = 2
ACSReturn = 4
TextColor = "w9"
FastMonsters
RespawnTime = 12
SpawnFilter = 5
Name = "Pure Disruption"
MustConfirm = "Just like DOOM's nightmare. Maybe this is too meta."
Key = "n"
}
//Hard Difficulty
skill DCY_Deadly
{
TextColor = "j8"
SpawnFilter = 4
Name = "OVER TURNED"
NoInfighting
MustConfirm = "Monsters cannot infight now. Have fun."
}
//Harder Difficulty
skill HOLYFUCK
{
TextColor = "v6"
AmmoFactor = 2
ACSReturn = 4
FastMonsters
SpawnFilter = 4
RespawnTime = .5
monsterHealth = .5
NoInfighting
Name = "Demise Incarnate"
MustConfirm = "Here comes the danger zone."
}