[Installation] The Darkest Day und True Grandmastery

Chojja

Junior Member
Registriert
24.09.2011
Beiträge
13
Hallo zusammen,

wie schafft man es die beiden Mods gemeinsam zu installieren? The Darkest Day ruft jedenfalls immer einen Konflikt mit True Grandmastery hervor.

Vielen Dank.
 

Dabus

Senior Member
Registriert
18.11.2007
Beiträge
5.086
Soweit ich das verstanden habe, ist so etwas schon in TDD drin. Leonardo schreibt:

Ist der Komponente "Regeltreue Großmeisterschaft" aus BG2 Tweak Pack ähnlich. Nicht kompatibel mit TDD oder dem Level 50 Regelset aus BP

Der Mixmod macht nur folgendes:
Code:
//////////////\\\\\\\\\\\\\\\\
///// True Grand Mastery \\\\\
//////////////\\\\\\\\\\\\\\\\

///// True Grand Mastery (with the Extra Attack) \\\\\

BEGIN ~True Grand Mastery (with the Extra Attack)~
REQUIRE_PREDICATE FILE_EXISTS_IN_GAME ~Data/25Dialog.bif~ ~This game is not Baldur's Gate II.~
SUBCOMPONENT ~True Grand Mastery~

COPY ~MixMod/Grand/Wspecial.2da~ ~override~
COPY ~MixMod/Grand/Wspatck.2da~ ~override~

PRINT ~Copying over a dummy file to make it easier for other mods to see if this component is installed.~
    COPY ~MixMod/readme-MixMod.txt~ ~override/b!TrueGrandMastery.rpgd~ // This will allow other modders to see if this component is installed

///// True Grand Mastery (without the Extra Attack) \\\\\

BEGIN ~True Grand Mastery (without the Extra Attack)~
REQUIRE_PREDICATE FILE_EXISTS_IN_GAME ~Data/25Dialog.bif~ ~This game is not Baldur's Gate II.~
SUBCOMPONENT ~True Grand Mastery~

COPY ~MixMod/Grand/Wspecial.2da~ ~override~

PRINT ~Copying over a dummy file to make it easier for other mods to see if this component is installed.~
    COPY ~MixMod/readme-MixMod.txt~ ~override/b!TrueGrandMastery.rpgd~ // This will allow other modders to see if this component is installed

Kopiere halt eine oder beide Dateien rüber in den Override und das war es dann auch schon. Allerdings gehen die nicht bis Level 50, bis wohin TDD die Level erweitert. Das müsstest Du dann machen. ;)
 
Zuletzt bearbeitet von einem Moderator:

Chojja

Junior Member
Registriert
24.09.2011
Beiträge
13
Ach so läuft die G'schicht. Vielen Dank Dabus.
 
Oben