This repository has been archived by the owner on Dec 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path00_community_mod_compatibility_triggers.txt
152 lines (118 loc) · 2.98 KB
/
00_community_mod_compatibility_triggers.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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
#################################################
# COMMUNITY MOD COMPATIBILITY SCRIPTED TRIGGERS #
#################################################
# FILE USAGE:
# Copy this file into the /common/scripted_triggers folder of your mod.
#
# If a mod contained in this file is not loaded, its trigger will return false.
#
# If any of the compatibility triggers in this file belong to an active mod, the trigger definition from this file should be overwritten by the one from that mod.
#
# For example, to overwrite the trigger in this file for Morgenrote and make your script think it is active, insert the following in a scripted_trigger file:
#
# morgenrote_is_active = {
# always = yes
# {
#
# Make sure your scripted trigger file is loaded AFTER this one. You can do this by adding zz_ to the filename.
#
anno1836_is_active = { # Anno 1836
always = no
}
anzfp_is_active = { # Australia & New Zealand Flavor Pack
always = no
}
basileia_is_active = { # Basileia Romaion
always = no
}
betterdecrees_is_active = { # Better Decrees
always = no
}
BPM_is_active_trigger = { # Better Politics Mod
always = no
}
com_is_active = { # Community Outfit Mod
always = no
}
community_gui_is_active = { # Community GUI Framework Detection
always = no
}
EACP_is_active_trigger = { # East Asian Clothes Patch
always = no
}
ecchi_r_is_active = { # ECCHI Redux
always = no
}
GGGG_is_active_trigger = { # Gas, Guns, Garb, & Grub
always = no
}
gilded_age_is_active_trigger = { # Gilded Age
always = no
}
grefm_is_active = { # Greece, Byzantium, & the Balkans Flavor
always = no
}
IEX_is_active_trigger = { # Industry Expanded
always = no
}
is_usfp_active = { # Hail, Columbia!
always = no
}
JKFP_is_active_trigger = { # James's Korea Flavor Pack
always = no
}
mandate_o_h_is_active = { # Mandate of Heaven
always = no
}
morgenrote_is_active = { # Morgenrote: Dawn of Flavor
always = no
}
newspapers_is_active_triger = { # Newspapers Mod
always = no
}
PCT_is_active_trigger = { # James's Pop Clothing Tweaks
always = no
}
RRK_is_active_trigger = { # Rally Round the King
always = no
}
STMS_is_active_trigger = { # States That Make Sense
always = no
}
vtm_is_active_trigger = { # Victoria Tweaks Mod
always = no
}
WCR_is_active_trigger = { # Western Clothes: Redux
always = no
}
#### Grey's Little Reworks ####
Grey_CIR_is_active = { # Clothing Industry Rework
always = no
}
Grey_FIR_is_active = { # Food Industry Rework
always = no
}
Grey_MIR_is_active = { # Military Industry Rework
always = no
}
Grey_PLP_is_active = { # Populist Legal Power
always = no
}
Grey_RPR_is_active = { # Ranch Production Rework
always = no
}
Grey_SEA_is_active = { # Soft Econ Adjustments
always = no
}
Grey_SPA_is_active = { # Soft Pop Adjustments
always = no
}
Grey_SIS_is_active = { # Subject Interaction Suite
always = no
}
Grey_TSC_is_active = { # Tweaked Start Conditions
always = no
}
Grey_USU_is_active = { # Urban Synergy Unleashed
always = no
}