-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdefault_config.lua
More file actions
35 lines (35 loc) · 1.8 KB
/
default_config.lua
File metadata and controls
35 lines (35 loc) · 1.8 KB
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
return {
version = 3,
blacklist = {
"Items.TightJumpsuit_01_test_01", -- looks broken
"TEST.ItemPass_FaceArmor", -- duplicate of Items.Visor_01_basic_01
"TEST.ItemPass_FeetArmor", -- duplicate of Items.CasualShoes_01_basic_01
"TEST.ItemPass_HeadArmor", -- duplicate of Items.Cap_01_basic_01
"TEST.ItemPass_InnerChestArmor", -- duplicate of Items.Shirt_01_basic_01
"TEST.ItemPass_LegArmor", -- duplicate of Items.Pants_01_basic_01
"TEST.ItemPass_OuterChestArmor", -- duplicate of Items.Jacket_01_basic_01
"Items.q203_samurai_jacket", -- broken duplicate of Items.SQ031_Samurai_Jacket
"Items.q204_samurai_jacket", -- broken duplicate of Items.SQ031_Samurai_Jacket
"Items.mq017_SameraiJacket", -- duplicate of Items.MQ017_Samerai_Jacket although with a different name ("Fake SEMURAI jacket")
"Items.q301_fia_pants", -- duplicate of Items.SQ030_MaxTac_Pants with a different name/description
"Items.q301_fia_helmet", -- duplicate of Items.SQ030_MaxTac_Helmet with a different name/description
"Items.q301_kurts_militia_helmet", -- duplicate of Items.SQ030_MaxTac_Helmet with a different name/description
"Items.q301_fia_chest", -- duplicate of Items.SQ030_MaxTac_Chest with a different name/description
},
blacklistModifiedByUser = false,
addAllClothesOnPlayerSpawn = false,
logLevel = 1,
isFilterEnabled = {
mustExist = true,
mustNotBeOnInternalBlacklist = true,
mustNotBeOnBlacklist = true,
mustHaveAppearanceName = true,
mustHaveDisplayName = true,
mustNotBeCraftingSpec = true,
mustHaveClothingCategory = true,
mustNotBeLifepathDuplicate = true,
},
showUi = true,
showAdvancedSettings = false,
rememberLastAddedItems = true,
}