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 Fallout The Odyssey Mega Armor Pack #459

Merged
merged 7 commits into from
Apr 15, 2024
Merged
Changes from 1 commit
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
Prev Previous commit
Fix conditions
  • Loading branch information
MacSplody committed Apr 15, 2024
commit 178e3c016cce0dd3a425a20b3ab0103761f62bd7
4 changes: 2 additions & 2 deletions masterlist.yaml
Original file line number Diff line number Diff line change
@@ -3640,12 +3640,12 @@ plugins:
msg:
- <<: *alsoUseX
subs: [ '[Titans of The New West 2.0](https://www.nexusmods.com/newvegas/mods/78688/)' ]
condition: 'not active("Titans of The New West.esp") or not file("STAR TTW 2.esp")'
condition: 'not active("Titans of The New West.esp") and not file("STAR TTW 2.esp")'
- <<: *deletePlugin
subs: [ 'STAR TTW 2.esp' ]
condition: 'file("STAR TTW 2.esp")'
- <<: *requires_xNVSE
condition: 'file("config/Odyssey Armors Config.ini")'
condition: 'version("../nvse_1_4.dll", "0.6.0.0", <) and file("config/Odyssey Armors Config.ini")'
tag:
- name: 'Invent.Add'
condition: 'file("config/Odyssey Armors Config.ini")'
Loading