Files
limo/steam_app_configs/900883.json

66 lines
1.3 KiB
JSON

{
"name": "Oblivion: GOTY Deluxe",
"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/Oblivion",
"deploy_mode": "hard link",
"source_dir": "$STEAM_INSTALL_PATH$/Data"
}
],
"auto_tags":
[
{
"name": "Plugin",
"expression": "0",
"conditions":
[
{
"condition_type": "path",
"invert": false,
"search_string": "[^/]*\\.es[pml]",
"use_regex": true
}
]
},
{
"name": "OBSE",
"expression": "0",
"conditions":
[
{
"condition_type": "path",
"invert": false,
"search_string": "obse/*",
"use_regex": false
}
]
}
],
"root_level_conditions" :
[
{
"case_invariant" : true,
"expression" : ".*\\.es[plm]",
"level_offset" : 0,
"matcher_type" : "regex",
"stop_on_branch" : false,
"target_type" : "file"
}
]
}