J'ai mon omod ready, j'ai modifié un peu le script (jusque-là zéro problème

Cette fonction a pour but de faire en sorte que le plugin ESP ne soit pas activé. Car lors de l'installation le plugin ESP est mis dans le dossier 'Data' du jeu, mais est activé d'office ; ors cet ESP là ne doit jamais être activé.
Je pourrai très bien demander aux auteurs du mod de modifier leur script d'installation, mais bon pour un petit truc comme sa...
où ais-je vu la fonction "UncheckESP" ? => http://timeslip.chorrol.com/obmmm/functionlist.htm
sur le site de OBMM.
Voici le script de base qui fonctionne impeccable (avec quelques modifs de ma part) :
► Afficher le texte
Code : Tout sélectionner
DontInstallAnyPlugins
DontInstallAnyDataFiles
CopyDataFile "00 Core\\All Natural.bsa" "All Natural.bsa"
CopyDataFile "00 Core\\All Natural.ini" "All Natural.ini"
CopyPlugin "00 Core\\All Natural Base.esm" "All Natural Base.esm"
CopyPlugin "00 Core\\All Natural.esp" "All Natural.esp"
If DialogYesNo "Voulez-vous utiliser 'Real Lights' ?" "Real Lights"
CopyPlugin "01 Real Lights\\All Natural - Real Lights.esp" "All Natural - Real Lights.esp"
If DataFileExists "The Ayleid Steps.esp"
CopyPlugin "04 Real Lights - The Ayleid Steps Patch\\All Natural - Real Lights - The Ayleid Steps Patch.esp" "All Natural - Real Lights - The Ayleid Steps Patch.esp"
EndIf
EndIf
If DataFileExists "DLCShiveringIsles.esp"
CopyPlugin "00 Core\\All Natural - SI.esp" "All Natural - SI.esp"
EndIf
SelectManyWithDescriptions "Patchs de compatibilités" "Nascosto Isles 3" "Ajoute un patch de compatibilité. Vous avez besoin d'avoir téléchargé et installé le mod original. Une vérification sera faite afin de voir si vous avez ce mod d'installé actuellement." "Kvatch Rebuilt" "Ajoute un patch de compatibilité. Vous avez besoin d'avoir téléchargé et installé le mod original. Une vérification sera faite afin de voir si vous avez ce mod d'installé actuellement." "Gates to Aesgaard - Episode one" "Ajoute un patch de compatibilité. Vous avez besoin d'avoir téléchargé et installé le mod original. Une vérification sera faite afin de voir si vous avez ce mod d'installé actuellement." "Gates to Aesgaard - Episode two" "Ajoute un patch de compatibilité. Vous avez besoin d'avoir téléchargé et installé le mod original. Une vérification sera faite afin de voir si vous avez ce mod d'installer actuellement." "Aucuns" "Vous ne souhaitez installé aucuns de ces patchs."
Case Nascosto Isles 3
If DataFileExists "Nascosto Isles 3.esp"
CopyPlugin "05 Nascosto Isles Weather Patch\\All Natural - Nascosto Isles Weather Patch.esp" "All Natural - Nascosto Isles Weather Patch.esp"
EndIf
Break
Case Kvatch Rebuilt
If DataFileExists "Kvatch Rebuilt.esp"
CopyPlugin "06 Kvatch Rebuilt Patch\\Kvatch Rebuilt Weather Patch.esp" "Kvatch Rebuilt Weather Patch.esp"
CopyDataFolder "06 Kvatch Rebuilt Patch\\Meshes" "Meshes" True
EndIf
Break
Case Gates to Aesgaard - Episode one
If DataFileExists "GTAesgaard.esp"
CopyPlugin "07 Gates to Aesgaard Patch\\Gates To Aesgaard Weather Patch.esp" "Gates To Aesgaard Weather Patch.esp"
EndIf
Break
Case Gates to Aesgaard - Episode two
If DataFileExists "GTAesgaard_2.esp"
CopyPlugin "08 Gates to Aesgaard 2 Patch\\Gates To Aesgaard 2 Weather Patch.esp" "Gates To Aesgaard 2 Weather Patch.esp"
EndIf
Break
Case Aucuns
Message "Vous ne souhaitez installer aucuns de ces patchs."
Break
EndSelect
Select "Sélectionnez le mod de météo que vous voulez utiliser" "Enhanced Weather" "Natural Weather" "AWS" "EW + NW" "EW + AWS" "NW + AWS" "EW + NW + AWS" "Aucuns"
Case Enhanced Weather
CopyPlugin "02 Enhanced Weather\\All Natural - Enhanced Weather.esp" "All Natural - Enhanced Weather.esp"
Break
Case Natural Weather
CopyPlugin "02 Natural Weather\\All Natural - Natural Weather.esp" "All Natural - Natural Weather.esp"
Break
Case AWS
CopyPlugin "02 Atmospheric Weather System\\All Natural - Atmospheric Weather System.esp" "All Natural - Atmospheric Weather System.esp"
Break
Case EW + NW
CopyPlugin "02 EW + NW\\All Natural - EW + NW.esp" "All Natural - EW + NW.esp"
Break
Case EW + AWS
CopyPlugin "02 EW + AWS\\All Natural - EW + AWS.esp" "All Natural - EW + AWS.esp"
Break
Case NW + AWS
CopyPlugin "02 NW + AWS\\All Natural - NW + AWS.esp" "All Natural - NW + AWS.esp"
Break
Case EW + NW + AWS
CopyPlugin "02 EW + NW + AWS\\All Natural - EW + NW + AWS.esp" "All Natural - EW + NW + AWS.esp"
Break
Case Aucuns
Message "Vous ne souhaitez installer aucuns de ces mods météo."
Break
EndSelect
If DialogYesNo "Voulez-vous utiliser le patch 'Bash Filter' pour que 'All Natural' supporte les autres mods ?" "Pour des explications : lisez le Lisez-moi !"
CopyPlugin "03 Bash Filter For Various Mods\\All Natural - Indoor Weather Filter For Mods.esp" "All Natural - Indoor Weather Filter For Mods.esp"
EndIf
Message "N'oubliez pas de lire le Lisez-moi !!!"
1er
► Afficher le texte
DontInstallAnyPlugins
DontInstallAnyDataFiles
CopyDataFile "00 Core\\All Natural.bsa" "All Natural.bsa"
CopyDataFile "00 Core\\All Natural.ini" "All Natural.ini"
CopyPlugin "00 Core\\All Natural Base.esm" "All Natural Base.esm"
CopyPlugin "00 Core\\All Natural.esp" "All Natural.esp"
If DialogYesNo "Voulez-vous utiliser 'Real Lights' ?" "Real Lights"
CopyPlugin "01 Real Lights\\All Natural - Real Lights.esp" "All Natural - Real Lights.esp"
If DataFileExists "The Ayleid Steps.esp"
CopyPlugin "04 Real Lights - The Ayleid Steps Patch\\All Natural - Real Lights - The Ayleid Steps Patch.esp" "All Natural - Real Lights - The Ayleid Steps Patch.esp"
EndIf
EndIf
If DataFileExists "DLCShiveringIsles.esp"
CopyPlugin "00 Core\\All Natural - SI.esp" "All Natural - SI.esp"
EndIf
SelectManyWithDescriptions "Patchs de compatibilités" "Nascosto Isles 3" "Ajoute un patch de compatibilité. Vous avez besoin d'avoir téléchargé et installé le mod original. Une vérification sera faite afin de voir si vous avez ce mod d'installé actuellement." "Kvatch Rebuilt" "Ajoute un patch de compatibilité. Vous avez besoin d'avoir téléchargé et installé le mod original. Une vérification sera faite afin de voir si vous avez ce mod d'installé actuellement." "Gates to Aesgaard - Episode one" "Ajoute un patch de compatibilité. Vous avez besoin d'avoir téléchargé et installé le mod original. Une vérification sera faite afin de voir si vous avez ce mod d'installé actuellement." "Gates to Aesgaard - Episode two" "Ajoute un patch de compatibilité. Vous avez besoin d'avoir téléchargé et installé le mod original. Une vérification sera faite afin de voir si vous avez ce mod d'installer actuellement." "Aucuns" "Vous ne souhaitez installé aucuns de ces patchs."
Case Nascosto Isles 3
If DataFileExists "Nascosto Isles 3.esp"
CopyPlugin "05 Nascosto Isles Weather Patch\\All Natural - Nascosto Isles Weather Patch.esp" "All Natural - Nascosto Isles Weather Patch.esp"
EndIf
Break
Case Kvatch Rebuilt
If DataFileExists "Kvatch Rebuilt.esp"
CopyPlugin "06 Kvatch Rebuilt Patch\\Kvatch Rebuilt Weather Patch.esp" "Kvatch Rebuilt Weather Patch.esp"
CopyDataFolder "06 Kvatch Rebuilt Patch\\Meshes" "Meshes" True
EndIf
Break
Case Gates to Aesgaard - Episode one
If DataFileExists "GTAesgaard.esp"
CopyPlugin "07 Gates to Aesgaard Patch\\Gates To Aesgaard Weather Patch.esp" "Gates To Aesgaard Weather Patch.esp"
EndIf
Break
Case Gates to Aesgaard - Episode two
If DataFileExists "GTAesgaard_2.esp"
CopyPlugin "08 Gates to Aesgaard 2 Patch\\Gates To Aesgaard 2 Weather Patch.esp" "Gates To Aesgaard 2 Weather Patch.esp"
EndIf
Break
Case Aucuns
Message "Vous ne souhaitez installer aucuns de ces patchs."
Break
EndSelect
Select "Sélectionnez le mod de météo que vous voulez utiliser" "Enhanced Weather" "Natural Weather" "AWS" "EW + NW" "EW + AWS" "NW + AWS" "EW + NW + AWS" "Aucuns"
Case Enhanced Weather
CopyPlugin "02 Enhanced Weather\\All Natural - Enhanced Weather.esp" "All Natural - Enhanced Weather.esp"
Break
Case Natural Weather
CopyPlugin "02 Natural Weather\\All Natural - Natural Weather.esp" "All Natural - Natural Weather.esp"
Break
Case AWS
CopyPlugin "02 Atmospheric Weather System\\All Natural - Atmospheric Weather System.esp" "All Natural - Atmospheric Weather System.esp"
Break
Case EW + NW
CopyPlugin "02 EW + NW\\All Natural - EW + NW.esp" "All Natural - EW + NW.esp"
Break
Case EW + AWS
CopyPlugin "02 EW + AWS\\All Natural - EW + AWS.esp" "All Natural - EW + AWS.esp"
Break
Case NW + AWS
CopyPlugin "02 NW + AWS\\All Natural - NW + AWS.esp" "All Natural - NW + AWS.esp"
Break
Case EW + NW + AWS
CopyPlugin "02 EW + NW + AWS\\All Natural - EW + NW + AWS.esp" "All Natural - EW + NW + AWS.esp"
Break
Case Aucuns
Message "Vous ne souhaitez installer aucuns de ces mods météo."
Break
EndSelect
If DialogYesNo "Voulez-vous utiliser le patch 'Bash Filter' pour que 'All Natural' supporte les autres mods ?" "Pour des explications : lisez le Lisez-moi !"
CopyPlugin "03 Bash Filter For Various Mods\\All Natural - Indoor Weather Filter For Mods.esp" "All Natural - Indoor Weather Filter For Mods.esp"
Else
UncheckESP "All Natural - Indoor Weather Filter For Mods.esp"
EndIf
SetDeactivationWarning "All Natural - Indoor Weather Filter For Mods.esp" "Désactivé"
Message "N'oubliez pas de lire le Lisez-moi !!!"
DontInstallAnyDataFiles
CopyDataFile "00 Core\\All Natural.bsa" "All Natural.bsa"
CopyDataFile "00 Core\\All Natural.ini" "All Natural.ini"
CopyPlugin "00 Core\\All Natural Base.esm" "All Natural Base.esm"
CopyPlugin "00 Core\\All Natural.esp" "All Natural.esp"
If DialogYesNo "Voulez-vous utiliser 'Real Lights' ?" "Real Lights"
CopyPlugin "01 Real Lights\\All Natural - Real Lights.esp" "All Natural - Real Lights.esp"
If DataFileExists "The Ayleid Steps.esp"
CopyPlugin "04 Real Lights - The Ayleid Steps Patch\\All Natural - Real Lights - The Ayleid Steps Patch.esp" "All Natural - Real Lights - The Ayleid Steps Patch.esp"
EndIf
EndIf
If DataFileExists "DLCShiveringIsles.esp"
CopyPlugin "00 Core\\All Natural - SI.esp" "All Natural - SI.esp"
EndIf
SelectManyWithDescriptions "Patchs de compatibilités" "Nascosto Isles 3" "Ajoute un patch de compatibilité. Vous avez besoin d'avoir téléchargé et installé le mod original. Une vérification sera faite afin de voir si vous avez ce mod d'installé actuellement." "Kvatch Rebuilt" "Ajoute un patch de compatibilité. Vous avez besoin d'avoir téléchargé et installé le mod original. Une vérification sera faite afin de voir si vous avez ce mod d'installé actuellement." "Gates to Aesgaard - Episode one" "Ajoute un patch de compatibilité. Vous avez besoin d'avoir téléchargé et installé le mod original. Une vérification sera faite afin de voir si vous avez ce mod d'installé actuellement." "Gates to Aesgaard - Episode two" "Ajoute un patch de compatibilité. Vous avez besoin d'avoir téléchargé et installé le mod original. Une vérification sera faite afin de voir si vous avez ce mod d'installer actuellement." "Aucuns" "Vous ne souhaitez installé aucuns de ces patchs."
Case Nascosto Isles 3
If DataFileExists "Nascosto Isles 3.esp"
CopyPlugin "05 Nascosto Isles Weather Patch\\All Natural - Nascosto Isles Weather Patch.esp" "All Natural - Nascosto Isles Weather Patch.esp"
EndIf
Break
Case Kvatch Rebuilt
If DataFileExists "Kvatch Rebuilt.esp"
CopyPlugin "06 Kvatch Rebuilt Patch\\Kvatch Rebuilt Weather Patch.esp" "Kvatch Rebuilt Weather Patch.esp"
CopyDataFolder "06 Kvatch Rebuilt Patch\\Meshes" "Meshes" True
EndIf
Break
Case Gates to Aesgaard - Episode one
If DataFileExists "GTAesgaard.esp"
CopyPlugin "07 Gates to Aesgaard Patch\\Gates To Aesgaard Weather Patch.esp" "Gates To Aesgaard Weather Patch.esp"
EndIf
Break
Case Gates to Aesgaard - Episode two
If DataFileExists "GTAesgaard_2.esp"
CopyPlugin "08 Gates to Aesgaard 2 Patch\\Gates To Aesgaard 2 Weather Patch.esp" "Gates To Aesgaard 2 Weather Patch.esp"
EndIf
Break
Case Aucuns
Message "Vous ne souhaitez installer aucuns de ces patchs."
Break
EndSelect
Select "Sélectionnez le mod de météo que vous voulez utiliser" "Enhanced Weather" "Natural Weather" "AWS" "EW + NW" "EW + AWS" "NW + AWS" "EW + NW + AWS" "Aucuns"
Case Enhanced Weather
CopyPlugin "02 Enhanced Weather\\All Natural - Enhanced Weather.esp" "All Natural - Enhanced Weather.esp"
Break
Case Natural Weather
CopyPlugin "02 Natural Weather\\All Natural - Natural Weather.esp" "All Natural - Natural Weather.esp"
Break
Case AWS
CopyPlugin "02 Atmospheric Weather System\\All Natural - Atmospheric Weather System.esp" "All Natural - Atmospheric Weather System.esp"
Break
Case EW + NW
CopyPlugin "02 EW + NW\\All Natural - EW + NW.esp" "All Natural - EW + NW.esp"
Break
Case EW + AWS
CopyPlugin "02 EW + AWS\\All Natural - EW + AWS.esp" "All Natural - EW + AWS.esp"
Break
Case NW + AWS
CopyPlugin "02 NW + AWS\\All Natural - NW + AWS.esp" "All Natural - NW + AWS.esp"
Break
Case EW + NW + AWS
CopyPlugin "02 EW + NW + AWS\\All Natural - EW + NW + AWS.esp" "All Natural - EW + NW + AWS.esp"
Break
Case Aucuns
Message "Vous ne souhaitez installer aucuns de ces mods météo."
Break
EndSelect
If DialogYesNo "Voulez-vous utiliser le patch 'Bash Filter' pour que 'All Natural' supporte les autres mods ?" "Pour des explications : lisez le Lisez-moi !"
CopyPlugin "03 Bash Filter For Various Mods\\All Natural - Indoor Weather Filter For Mods.esp" "All Natural - Indoor Weather Filter For Mods.esp"
Else
UncheckESP "All Natural - Indoor Weather Filter For Mods.esp"
EndIf
SetDeactivationWarning "All Natural - Indoor Weather Filter For Mods.esp" "Désactivé"
Message "N'oubliez pas de lire le Lisez-moi !!!"
► Afficher le texte
DontInstallAnyPlugins
DontInstallAnyDataFiles
CopyDataFile "00 Core\\All Natural.bsa" "All Natural.bsa"
CopyDataFile "00 Core\\All Natural.ini" "All Natural.ini"
CopyPlugin "00 Core\\All Natural Base.esm" "All Natural Base.esm"
CopyPlugin "00 Core\\All Natural.esp" "All Natural.esp"
If DialogYesNo "Voulez-vous utiliser 'Real Lights' ?" "Real Lights"
CopyPlugin "01 Real Lights\\All Natural - Real Lights.esp" "All Natural - Real Lights.esp"
If DataFileExists "The Ayleid Steps.esp"
CopyPlugin "04 Real Lights - The Ayleid Steps Patch\\All Natural - Real Lights - The Ayleid Steps Patch.esp" "All Natural - Real Lights - The Ayleid Steps Patch.esp"
EndIf
EndIf
If DataFileExists "DLCShiveringIsles.esp"
CopyPlugin "00 Core\\All Natural - SI.esp" "All Natural - SI.esp"
EndIf
SelectManyWithDescriptions "Patchs de compatibilités" "Nascosto Isles 3" "Ajoute un patch de compatibilité. Vous avez besoin d'avoir téléchargé et installé le mod original. Une vérification sera faite afin de voir si vous avez ce mod d'installé actuellement." "Kvatch Rebuilt" "Ajoute un patch de compatibilité. Vous avez besoin d'avoir téléchargé et installé le mod original. Une vérification sera faite afin de voir si vous avez ce mod d'installé actuellement." "Gates to Aesgaard - Episode one" "Ajoute un patch de compatibilité. Vous avez besoin d'avoir téléchargé et installé le mod original. Une vérification sera faite afin de voir si vous avez ce mod d'installé actuellement." "Gates to Aesgaard - Episode two" "Ajoute un patch de compatibilité. Vous avez besoin d'avoir téléchargé et installé le mod original. Une vérification sera faite afin de voir si vous avez ce mod d'installer actuellement." "Aucuns" "Vous ne souhaitez installé aucuns de ces patchs."
Case Nascosto Isles 3
If DataFileExists "Nascosto Isles 3.esp"
CopyPlugin "05 Nascosto Isles Weather Patch\\All Natural - Nascosto Isles Weather Patch.esp" "All Natural - Nascosto Isles Weather Patch.esp"
EndIf
Break
Case Kvatch Rebuilt
If DataFileExists "Kvatch Rebuilt.esp"
CopyPlugin "06 Kvatch Rebuilt Patch\\Kvatch Rebuilt Weather Patch.esp" "Kvatch Rebuilt Weather Patch.esp"
CopyDataFolder "06 Kvatch Rebuilt Patch\\Meshes" "Meshes" True
EndIf
Break
Case Gates to Aesgaard - Episode one
If DataFileExists "GTAesgaard.esp"
CopyPlugin "07 Gates to Aesgaard Patch\\Gates To Aesgaard Weather Patch.esp" "Gates To Aesgaard Weather Patch.esp"
EndIf
Break
Case Gates to Aesgaard - Episode two
If DataFileExists "GTAesgaard_2.esp"
CopyPlugin "08 Gates to Aesgaard 2 Patch\\Gates To Aesgaard 2 Weather Patch.esp" "Gates To Aesgaard 2 Weather Patch.esp"
EndIf
Break
Case Aucuns
Message "Vous ne souhaitez installer aucuns de ces patchs."
Break
EndSelect
Select "Sélectionnez le mod de météo que vous voulez utiliser" "Enhanced Weather" "Natural Weather" "AWS" "EW + NW" "EW + AWS" "NW + AWS" "EW + NW + AWS" "Aucuns"
Case Enhanced Weather
CopyPlugin "02 Enhanced Weather\\All Natural - Enhanced Weather.esp" "All Natural - Enhanced Weather.esp"
Break
Case Natural Weather
CopyPlugin "02 Natural Weather\\All Natural - Natural Weather.esp" "All Natural - Natural Weather.esp"
Break
Case AWS
CopyPlugin "02 Atmospheric Weather System\\All Natural - Atmospheric Weather System.esp" "All Natural - Atmospheric Weather System.esp"
Break
Case EW + NW
CopyPlugin "02 EW + NW\\All Natural - EW + NW.esp" "All Natural - EW + NW.esp"
Break
Case EW + AWS
CopyPlugin "02 EW + AWS\\All Natural - EW + AWS.esp" "All Natural - EW + AWS.esp"
Break
Case NW + AWS
CopyPlugin "02 NW + AWS\\All Natural - NW + AWS.esp" "All Natural - NW + AWS.esp"
Break
Case EW + NW + AWS
CopyPlugin "02 EW + NW + AWS\\All Natural - EW + NW + AWS.esp" "All Natural - EW + NW + AWS.esp"
Break
Case Aucuns
Message "Vous ne souhaitez installer aucuns de ces mods météo."
Break
EndSelect
Select "Voulez-vous utiliser le patch 'Bash Filter' pour qu’'All Natural' supporte les autres mods ?" "Non"
Case All Natural - Indoor Weather Filter For Mods.esp
CopyPlugin "03 Bash Filter For Various Mods\\All Natural - Indoor Weather Filter For Mods.esp"
SetDeactivationWarning "03 Bash Filter For Various Mods\\All Natural - Indoor Weather Filter For Mods.esp" "All Natural - Indoor Weather Filter For Mods.esp" "Allow"
Break
Case Non
Break
EndSelect
Message "N'oubliez pas de lire le Lisez-moi !!!"
DontInstallAnyDataFiles
CopyDataFile "00 Core\\All Natural.bsa" "All Natural.bsa"
CopyDataFile "00 Core\\All Natural.ini" "All Natural.ini"
CopyPlugin "00 Core\\All Natural Base.esm" "All Natural Base.esm"
CopyPlugin "00 Core\\All Natural.esp" "All Natural.esp"
If DialogYesNo "Voulez-vous utiliser 'Real Lights' ?" "Real Lights"
CopyPlugin "01 Real Lights\\All Natural - Real Lights.esp" "All Natural - Real Lights.esp"
If DataFileExists "The Ayleid Steps.esp"
CopyPlugin "04 Real Lights - The Ayleid Steps Patch\\All Natural - Real Lights - The Ayleid Steps Patch.esp" "All Natural - Real Lights - The Ayleid Steps Patch.esp"
EndIf
EndIf
If DataFileExists "DLCShiveringIsles.esp"
CopyPlugin "00 Core\\All Natural - SI.esp" "All Natural - SI.esp"
EndIf
SelectManyWithDescriptions "Patchs de compatibilités" "Nascosto Isles 3" "Ajoute un patch de compatibilité. Vous avez besoin d'avoir téléchargé et installé le mod original. Une vérification sera faite afin de voir si vous avez ce mod d'installé actuellement." "Kvatch Rebuilt" "Ajoute un patch de compatibilité. Vous avez besoin d'avoir téléchargé et installé le mod original. Une vérification sera faite afin de voir si vous avez ce mod d'installé actuellement." "Gates to Aesgaard - Episode one" "Ajoute un patch de compatibilité. Vous avez besoin d'avoir téléchargé et installé le mod original. Une vérification sera faite afin de voir si vous avez ce mod d'installé actuellement." "Gates to Aesgaard - Episode two" "Ajoute un patch de compatibilité. Vous avez besoin d'avoir téléchargé et installé le mod original. Une vérification sera faite afin de voir si vous avez ce mod d'installer actuellement." "Aucuns" "Vous ne souhaitez installé aucuns de ces patchs."
Case Nascosto Isles 3
If DataFileExists "Nascosto Isles 3.esp"
CopyPlugin "05 Nascosto Isles Weather Patch\\All Natural - Nascosto Isles Weather Patch.esp" "All Natural - Nascosto Isles Weather Patch.esp"
EndIf
Break
Case Kvatch Rebuilt
If DataFileExists "Kvatch Rebuilt.esp"
CopyPlugin "06 Kvatch Rebuilt Patch\\Kvatch Rebuilt Weather Patch.esp" "Kvatch Rebuilt Weather Patch.esp"
CopyDataFolder "06 Kvatch Rebuilt Patch\\Meshes" "Meshes" True
EndIf
Break
Case Gates to Aesgaard - Episode one
If DataFileExists "GTAesgaard.esp"
CopyPlugin "07 Gates to Aesgaard Patch\\Gates To Aesgaard Weather Patch.esp" "Gates To Aesgaard Weather Patch.esp"
EndIf
Break
Case Gates to Aesgaard - Episode two
If DataFileExists "GTAesgaard_2.esp"
CopyPlugin "08 Gates to Aesgaard 2 Patch\\Gates To Aesgaard 2 Weather Patch.esp" "Gates To Aesgaard 2 Weather Patch.esp"
EndIf
Break
Case Aucuns
Message "Vous ne souhaitez installer aucuns de ces patchs."
Break
EndSelect
Select "Sélectionnez le mod de météo que vous voulez utiliser" "Enhanced Weather" "Natural Weather" "AWS" "EW + NW" "EW + AWS" "NW + AWS" "EW + NW + AWS" "Aucuns"
Case Enhanced Weather
CopyPlugin "02 Enhanced Weather\\All Natural - Enhanced Weather.esp" "All Natural - Enhanced Weather.esp"
Break
Case Natural Weather
CopyPlugin "02 Natural Weather\\All Natural - Natural Weather.esp" "All Natural - Natural Weather.esp"
Break
Case AWS
CopyPlugin "02 Atmospheric Weather System\\All Natural - Atmospheric Weather System.esp" "All Natural - Atmospheric Weather System.esp"
Break
Case EW + NW
CopyPlugin "02 EW + NW\\All Natural - EW + NW.esp" "All Natural - EW + NW.esp"
Break
Case EW + AWS
CopyPlugin "02 EW + AWS\\All Natural - EW + AWS.esp" "All Natural - EW + AWS.esp"
Break
Case NW + AWS
CopyPlugin "02 NW + AWS\\All Natural - NW + AWS.esp" "All Natural - NW + AWS.esp"
Break
Case EW + NW + AWS
CopyPlugin "02 EW + NW + AWS\\All Natural - EW + NW + AWS.esp" "All Natural - EW + NW + AWS.esp"
Break
Case Aucuns
Message "Vous ne souhaitez installer aucuns de ces mods météo."
Break
EndSelect
Select "Voulez-vous utiliser le patch 'Bash Filter' pour qu’'All Natural' supporte les autres mods ?" "Non"
Case All Natural - Indoor Weather Filter For Mods.esp
CopyPlugin "03 Bash Filter For Various Mods\\All Natural - Indoor Weather Filter For Mods.esp"
SetDeactivationWarning "03 Bash Filter For Various Mods\\All Natural - Indoor Weather Filter For Mods.esp" "All Natural - Indoor Weather Filter For Mods.esp" "Allow"
Break
Case Non
Break
EndSelect
Message "N'oubliez pas de lire le Lisez-moi !!!"
Mais sa ne changes rien.
Donc si quelqu'un pouvait m'aider se serait vraiment sympa, car j'ai dû passer plus de 4-5h à modifier le script, à créer des omods et à les tester pour voir si le script fonctionne, etc...



