edited past PR #127 more tags, more filters. less confusing.

This commit is contained in:
CamRed25
2025-02-14 22:20:47 -06:00
parent 7cb335df88
commit 9b227ff9e2

View File

@@ -1,28 +1,5 @@
{
"name": "Skyrim SE",
"deployers":
[
{
"type": "Case Matching Deployer",
"name": "Data",
"target_dir": "$STEAM_INSTALL_PATH$/Data",
"deploy_mode": "hard link"
},
{
"type": "Case Matching Deployer",
"name": "Bin",
"target_dir": "$STEAM_INSTALL_PATH$",
"deploy_mode": "hard link"
},
{
"type": "Loot Deployer",
"name": "Plugins",
"target_dir": "$STEAM_PREFIX_PATH$/users/steamuser/Local Settings/Application Data/Skyrim Special Edition",
"deploy_mode": "hard link",
"source_dir": "$STEAM_INSTALL_PATH$/Data"
}
],
"auto_tags" :
"auto_tags" :
[
{
"conditions" :
@@ -30,38 +7,49 @@
{
"condition_type" : "file_name",
"invert" : false,
"search_string" : "^.*_CID\\.ini$",
"search_string" : "^.*\\.bsa$",
"use_regex" : true
}
],
"expression" : "0",
"name" : "CID"
"name" : "Archive BSA"
},
{
"conditions" :
[
{
"condition_type" : "file_name",
"invert" : false,
"search_string" : "^.*_DISTR\\.ini$",
"use_regex" : true
},
{
"condition_type" : "file_name",
"invert" : false,
"search_string" : "^.*_CID\\.ini$",
"use_regex" : true
},
{
"condition_type" : "file_name",
"invert" : false,
"search_string" : "^.*_DESC\\.ini$",
"use_regex" : true
}
],
"expression" : "0",
"name" : "DESC"
},
{
"conditions" :
[
},
{
"condition_type" : "file_name",
"invert" : false,
"search_string" : "^.*_FLM\\.ini$",
"use_regex" : true
},
{
"condition_type" : "file_name",
"invert" : false,
"search_string" : "^.*_KID\\.ini$",
"use_regex" : true
}
],
"expression" : "0",
"name" : "FLM"
"expression" : "0or1or2or3or4",
"name" : "Distributors"
},
{
"conditions" :
@@ -71,9 +59,15 @@
"invert" : false,
"search_string" : "^.*\\.ini$",
"use_regex" : true
},
{
"condition_type" : "file_name",
"invert" : true,
"search_string" : "^.*meta\\.ini$",
"use_regex" : false
}
],
"expression" : "0",
"expression" : "0and1",
"name" : "INI"
},
{
@@ -89,19 +83,6 @@
"expression" : "0",
"name" : "JSON"
},
{
"conditions" :
[
{
"condition_type" : "file_name",
"invert" : false,
"search_string" : "^.*_KID\\.ini$",
"use_regex" : true
}
],
"expression" : "0",
"name" : "KID"
},
{
"conditions" :
[
@@ -110,9 +91,15 @@
"invert" : false,
"search_string" : "MCM/*",
"use_regex" : false
},
{
"condition_type" : "path",
"invert" : false,
"search_string" : "mcm/*",
"use_regex" : false
}
],
"expression" : "0",
"expression" : "0or1",
"name" : "MCM"
},
{
@@ -136,23 +123,39 @@
"invert" : false,
"search_string" : "skse/*",
"use_regex" : false
}
],
"expression" : "0",
"name" : "SKSE"
},
{
"conditions" :
[
},
{
"condition_type" : "file_name",
"invert" : false,
"search_string" : "^.*_DISTR\\.ini$",
"use_regex" : true
"search_string" : "SKSE/*",
"use_regex" : false
}
],
"expression" : "0",
"name" : "SPID"
"expression" : "0or1",
"name" : "SKSE"
}
]
}
],
"deployers" :
[
{
"deploy_mode" : "hard_link",
"name" : "Data",
"target_dir" : "$STEAM_INSTALL_PATH$/Data",
"type" : "Case Matching Deployer"
},
{
"deploy_mode" : "hard_link",
"name" : "Bin",
"target_dir" : "$STEAM_INSTALL_PATH$",
"type" : "Case Matching Deployer"
},
{
"deploy_mode" : "copy",
"name" : "Plugins",
"source_dir" : "$STEAM_INSTALL_PATH$/Data",
"target_dir" : "$STEAM_PREFIX_PATH$/users/steamuser/Local Settings/Application Data/Skyrim Special Edition",
"type" : "Loot Deployer"
}
],
"name" : "Skyrim SE"
}