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

Updates Bijin mods for new and future ports #29

Merged
merged 9 commits into from
Mar 14, 2017
64 changes: 47 additions & 17 deletions masterlist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -410,34 +410,64 @@ plugins:
- name: 'Skyrim Flora Overhaul.esp'
display: 'Skyrim Flora Overhaul'
- name: 'Valerica.esp'
after:
- name: 'BijinAIO_SSE-3.1.1-SV.esp'
display: 'Bijin AIO Legendary plus Serana and Valerica'
msg:
- type: error
content: 'Disable ESP'
condition: 'active("Valerica.esp")'
- type: warn
content: 'Bijin AIO SSE recomends that you deactivate this ESP.'
condition: 'active("Valerica.esp") and active("BijinAIO_SSE-3.1.1-SV.esp")'
- name: 'Serana.esp'
after:
- name: 'BijinAIO_SSE-3.1.1-SV.esp'
display: 'Bijin AIO Legendary plus Serana and Valerica'
msg:
- type: warn
content: 'Bijin AIO SSE recomends that you deactivate this ESP.'
condition: 'active("Serana.esp") and active("BijinAIO_SSE-3.1.1-SV.esp")'
- name: 'Bijin Wives.esp'
after:
- name: 'BijinAIO_SSE-3.1.1-SV.esp'
display: 'Bijin AIO Legendary plus Serana and Valerica'
- name: 'BijinAIO_SSE-3.1.1.esp'
display: 'Bijin AIO Legendary SSE'
msg:
- type: error
content: 'Disable ESP'
condition: 'active("Bijin Wives.esp")'
- type: warn
content: 'Bijin AIO SSE recomends that you deactivate this ESP.'
condition: 'active("Bijin Wives.esp") and active("BijinAIO_SSE-3.1.1-SV.esp")'
- type: warn
content: 'Bijin AIO SSE recomends that you deactivate this ESP.'
condition: 'active("Bijin Wives.esp") and active("BijinAIO_SSE-3.1.1.esp")'
- name: 'Bijin NPCs.esp'
after:
- name: 'BijinAIO_SSE-3.1.1-SV.esp'
display: 'Bijin AIO Legendary plus Serana and Valerica'
- name: 'BijinAIO_SSE-3.1.1.esp'
display: 'Bijin AIO Legendary SSE'
msg:
- type: error
content: 'Disable ESP'
condition: 'active("Bijin NPCs.esp")'
- type: warn
content: 'Bijin AIO SSE recomends that you deactivate this ESP.'
condition: 'active("Bijin NPCs.esp") and active("BijinAIO_SSE-3.1.1-SV.esp")'
- type: warn
content: 'Bijin AIO SSE recomends that you deactivate this ESP.'
condition: 'active("Bijin NPCs.esp") and active("BijinAIO_SSE-3.1.1.esp")'
- name: 'Bijin Warmaidens.esp'
after:
- name: 'BijinAIO_SSE-3.1.1-SV.esp'
display: 'Bijin AIO Legendary plus Serana and Valerica'
- name: 'BijinAIO_SSE-3.1.1.esp'
display: 'Bijin AIO Legendary SSE'
msg:
- type: error
content: 'Disable ESP'
condition: 'active("Bijin Warmaidens.esp")'
- type: warn
content: 'Bijin AIO SSE recomends that you deactivate this ESP.'
condition: 'active("Bijin Warmaidens.esp") and active("BijinAIO_SSE-3.1.1-SV.esp")'
- type: warn
content: 'Bijin AIO SSE recomends that you deactivate this ESP.'
condition: 'active("Bijin Warmaidens.esp") and active("BijinAIO_SSE-3.1.1.esp")'
- name: 'ElysiumEstate-HFNoKids.esp'
inc:
- name: 'ElysiumEstate-HF.esp'
display: 'Elsium Estate With Kids'
- name: 'Serana.esp'
msg:
- type: error
content: 'Disable ESP'
condition: 'active("Serana.esp")'
- name: 'Immersive Citizens - AI Overhaul.esp'
global_priority: 40
after:
Expand Down