Post any bug reports, typos, or suggestions here. Please also specify which game you are on (BGII, BGT, BGII:EE, or EET).
Edited by jastey, 10 March 2019 - 02:19 PM.
Posted 10 March 2019 - 02:18 PM
Post any bug reports, typos, or suggestions here. Please also specify which game you are on (BGII, BGT, BGII:EE, or EET).
Edited by jastey, 10 March 2019 - 02:19 PM.
My Own: Ajantis BG1 Expansion Modification -- Sir Ajantis for BGII -- Ajantis Portrait Pack -- Another fine Hell -- Brage's Redemption -- BGQE at Gibberlings 3 / BGQE at Kerzenburgforum -- Brandock the Mage -- Endless BG1 -- Grey The Dog NPC -- Imoen 4 Ever -- Imoen Is Stone -- Jastey's SoD TweakPack -- Road to Discovery (SoD) -- Solaufein's Rescue - jastey's Solaufein NPC Mod -- The Boareskyr Bridge Scene (SoD)
Contributions: Adalon's Blood (Silberdrachenblutmod) -- Alternatives -- Ascalon's Questpack -- Ascalon's Breagar NPC -- Balduran's Seatower -- BG1 NPC Project -- BG1 Romantic Encounters -- Corthala Romantique -- Edwin Romance -- Fading Promises -- Gavin BG1 --Hidden Adventures -- Imoen Can Die -- Keldorn Romance (berelinde's) -- Lure of Sirine's Call -- NTotSC -- Romantic Encounters (BGII)
Avatar by Rabain
Posted 25 March 2020 - 05:35 AM
Hello jastey,
BG2EE:
If I install only "Ascension - Rewritten Final Chapter of ToB" - Iylos main component cannot be installed.
// Ascension crossmod dialogue ACTION_IF FILE_EXISTS_IN_GAME ~irenic2.dlg~ THEN BEGIN PRINT ~Ascension - "Balthazar can be redeemed" component detected - installing crossmod content~ COMPILE ~iylos/dialogue/crossmod/ascension.d~ END
is not enough in order to ensure successful installation, when Iylos is installed after Ascension. My tests indicates that two above components are needed at once.
This is my proposition how to handle the check, without relaying at DESIGNATED numbers:
ACTION_IF (MOD_IS_INSTALLED "Ascension.tp2" (ID_OF_LABEL "Ascension.tp2" "Ascension-RewrittenFinalChapterOfToB") AND MOD_IS_INSTALLED "Ascension.tp2" (ID_OF_LABEL "Ascension.tp2" "Ascension-BalthazarCanBeRedeemed")) BEGIN PRINT ~Ascension - "Rewritten Final Chapter of ToB" component detected.~ PRINT ~Ascension - "Balthazar can be redeemed" component detected.~ PRINT ~Installing crossmod content.~ COMPILE ~iylos/dialogue/crossmod/ascension.d~ END
Edited by ALIEN, 25 March 2020 - 06:45 AM.
Project Infinity public BETA - mod manager for Infinity Engine games
Infinity Auto Packager - automatically generate and adds mod packages to GitHub release
Modder's Guide to GitHub - you cannot have progress without committing changes
Posted 25 March 2020 - 11:08 PM
Thanks for the report!
My Own: Ajantis BG1 Expansion Modification -- Sir Ajantis for BGII -- Ajantis Portrait Pack -- Another fine Hell -- Brage's Redemption -- BGQE at Gibberlings 3 / BGQE at Kerzenburgforum -- Brandock the Mage -- Endless BG1 -- Grey The Dog NPC -- Imoen 4 Ever -- Imoen Is Stone -- Jastey's SoD TweakPack -- Road to Discovery (SoD) -- Solaufein's Rescue - jastey's Solaufein NPC Mod -- The Boareskyr Bridge Scene (SoD)
Contributions: Adalon's Blood (Silberdrachenblutmod) -- Alternatives -- Ascalon's Questpack -- Ascalon's Breagar NPC -- Balduran's Seatower -- BG1 NPC Project -- BG1 Romantic Encounters -- Corthala Romantique -- Edwin Romance -- Fading Promises -- Gavin BG1 --Hidden Adventures -- Imoen Can Die -- Keldorn Romance (berelinde's) -- Lure of Sirine's Call -- NTotSC -- Romantic Encounters (BGII)
Avatar by Rabain
Posted 15 May 2020 - 10:57 AM
Compatibility with Ascension restored in v2.7.
My Own: Ajantis BG1 Expansion Modification -- Sir Ajantis for BGII -- Ajantis Portrait Pack -- Another fine Hell -- Brage's Redemption -- BGQE at Gibberlings 3 / BGQE at Kerzenburgforum -- Brandock the Mage -- Endless BG1 -- Grey The Dog NPC -- Imoen 4 Ever -- Imoen Is Stone -- Jastey's SoD TweakPack -- Road to Discovery (SoD) -- Solaufein's Rescue - jastey's Solaufein NPC Mod -- The Boareskyr Bridge Scene (SoD)
Contributions: Adalon's Blood (Silberdrachenblutmod) -- Alternatives -- Ascalon's Questpack -- Ascalon's Breagar NPC -- Balduran's Seatower -- BG1 NPC Project -- BG1 Romantic Encounters -- Corthala Romantique -- Edwin Romance -- Fading Promises -- Gavin BG1 --Hidden Adventures -- Imoen Can Die -- Keldorn Romance (berelinde's) -- Lure of Sirine's Call -- NTotSC -- Romantic Encounters (BGII)
Avatar by Rabain