Advertisement
Guest User

Limo Config

a guest
May 11th, 2025
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.32 KB | None | 0 0
  1. {
  2. "auto_tags" :
  3. [
  4. {
  5. "conditions" :
  6. [
  7. {
  8. "condition_type" : "file_name",
  9. "invert" : false,
  10. "search_string" : "*.esp",
  11. "use_regex" : false
  12. },
  13. {
  14. "condition_type" : "file_name",
  15. "invert" : false,
  16. "search_string" : "*.esm",
  17. "use_regex" : false
  18. },
  19. {
  20. "condition_type" : "file_name",
  21. "invert" : false,
  22. "search_string" : "*.esl",
  23. "use_regex" : false
  24. }
  25. ],
  26. "expression" : "0or1or2",
  27. "name" : "Bethesda Plugins"
  28. },
  29. {
  30. "conditions" :
  31. [
  32. {
  33. "condition_type" : "file_name",
  34. "invert" : false,
  35. "search_string" : "*.dll",
  36. "use_regex" : false
  37. }
  38. ],
  39. "expression" : "0",
  40. "name" : "DLL"
  41. },
  42. {
  43. "conditions" :
  44. [
  45. {
  46. "condition_type" : "file_name",
  47. "invert" : false,
  48. "search_string" : "*.pak",
  49. "use_regex" : false
  50. }
  51. ],
  52. "expression" : "0",
  53. "name" : "Paks"
  54. }
  55. ],
  56. "deployers" :
  57. [
  58. {
  59. "deploy_mode" : "hard_link",
  60. "name" : "Install",
  61. "target_dir" : "$STEAM_INSTALL_PATH$",
  62. "type" : "Case Matching Deployer"
  63. },
  64. {
  65. "deploy_mode" : "hard_link",
  66. "name" : "Prefix",
  67. "target_dir" : "$STEAM_PREFIX_PATH$",
  68. "type" : "Case Matching Deployer"
  69. },
  70. {
  71. "deploy_mode" : "hard_link",
  72. "name" : "Data",
  73. "target_dir" : "$STEAM_INSTALL_PATH$/OblivionRemastered/Content/Dev/ObvData/Data",
  74. "type" : "Case Matching Deployer"
  75. },
  76. {
  77. "deploy_mode" : "copy",
  78. "name" : "Plugins",
  79. "source_dir" : "$STEAM_INSTALL_PATH$/OblivionRemastered/Content/Dev/ObvData/Data",
  80. "target_dir" : "$STEAM_INSTALL_PATH$/limo-plugins",
  81. "type" : "Loot Deployer"
  82. },
  83. {
  84. "deploy_mode" : "hard_link",
  85. "name" : "Bin",
  86. "target_dir" : "$STEAM_INSTALL_PATH$/OblivionRemastered/Binaries/Win64",
  87. "type" : "Case Matching Deployer"
  88. },
  89. {
  90. "deploy_mode" : "hard_link",
  91. "name" : "UE Paks",
  92. "target_dir" : "$STEAM_INSTALL_PATH$/OblivionRemastered/Content/Paks",
  93. "type" : "Case Matching Deployer"
  94. },
  95. {
  96. "deploy_mode" : "hard_link",
  97. "name" : "Config",
  98. "target_dir" : "$STEAM_PREFIX_PATH$/users/steamuser/My Documents/My Games/Oblivion Remastered/Saved/Config/Windows",
  99. "type" : "Case Matching Deployer"
  100. }
  101. ],
  102. "name" : "The Elder Scrolls IV: Oblivion Remastered"
  103. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement