Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add config for various bethesda games, subnautica and subnautica below zero #115

Merged
merged 1 commit into from
Jan 19, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 54 additions & 0 deletions steam_app_configs/22300.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"name": "Fallout 3",
"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/Fallout 3",
"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": "FOSE",
"expression": "0",
"conditions":
[
{
"condition_type": "path",
"invert": false,
"search_string": "fose/*",
"use_regex": false
}
]
}
]
}
54 changes: 54 additions & 0 deletions steam_app_configs/22330.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"name": "The Elder Scrolls IV: Oblivion Game of the Year Edition",
"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
}
]
}
]
}
54 changes: 54 additions & 0 deletions steam_app_configs/22370.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"name": "Fallout 3: Game of the Year Edition",
"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/Fallout 3 goty",
"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": "FOSE",
"expression": "0",
"conditions":
[
{
"condition_type": "path",
"invert": false,
"search_string": "fose/*",
"use_regex": false
}
]
}
]
}
54 changes: 54 additions & 0 deletions steam_app_configs/22380.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"name": "Fallout: New Vegas",
"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/Fallout New Vegas",
"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": "NVSE",
"expression": "0",
"conditions":
[
{
"condition_type": "path",
"invert": false,
"search_string": "nvse/*",
"use_regex": false
}
]
}
]
}
12 changes: 12 additions & 0 deletions steam_app_configs/264710.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"deployers" :
[
{
"deploy_mode" : "hard_link",
"name" : "Install",
"target_dir" : "$STEAM_INSTALL_PATH$/BepInEx/plugins",
"type" : "Case Matching Deployer"
}
],
"name" : "Subnautica"
}
54 changes: 54 additions & 0 deletions steam_app_configs/377160.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"name": "Fallout 4",
"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/Fallout 4",
"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": "F4SE",
"expression": "0",
"conditions":
[
{
"condition_type": "path",
"invert": false,
"search_string": "f4se/*",
"use_regex": false
}
]
}
]
}
12 changes: 12 additions & 0 deletions steam_app_configs/848450.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"deployers" :
[
{
"deploy_mode" : "hard_link",
"name" : "Install",
"target_dir" : "$STEAM_INSTALL_PATH$/BepInEx/plugins",
"type" : "Case Matching Deployer"
}
],
"name" : "Subnautica: Below Zero"
}
54 changes: 54 additions & 0 deletions steam_app_configs/900883.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"name": "The Elder Scrolls IV: Oblivion Game of the Year Edition 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
}
]
}
]
}