Jump to content


Streen

Member Since 11 Jan 2009
Offline Last Active Jun 27 2021 10:12 AM

Posts I've Made

In Topic: Bug & Typo Reports (as of v3.0 and v3.1)

27 June 2021 - 10:14 AM

I don(t know if is it an error in a line. It's only qur contents pf the TP2


In Topic: Bug & Typo Reports (as of v3.0 and v3.1)

24 June 2021 - 08:31 AM

bg2Indded, I went outise to the slums but thre is no change even if I go to rest in the tavern. Is it a probleme with an line in the file "Isra_BG2.tp2"?

 

There is the contents of this file:

 

BACKUP ~isra_bg2/backup~
//AUTHOR ~Rhaella~
SUPPORT ~Rhaella and Spellhold staff at http://www.shsforums...orum/638-isra/~

VERSION ~v3.1~

README ~isra_bg2/readme/isra_bg2-readme-english.html~

ALWAYS

    ACTION_IF NOT VARIABLE_IS_SET bg2_chapter BEGIN // Always block must run only once per install!

        // Determines which game is installed and if the game is an Enhanced Edition.
        OUTER_SET is_ee = (GAME_IS ~bg2ee eet~) ? 1 : 0                    // EE game
        OUTER_SET is_tob = (GAME_IS ~bgt tob tutu tutu_totsc~) ? 1 : 0    // based on vanilla ToB engine
        OUTER_SET is_bg2ee = (GAME_IS "bg2ee") ? 1 : 0                    // b2gee
        OUTER_SET is_eet = (GAME_IS "eet") ? 1 : 0                        // eet


        // Variable used by function GW_FIND_DLG_RESPONSE_STRING to find after which transition Isra will be recalled by Fate Spirit.
        OUTER_SET fatesp_string = 65017            // ~Bring me Imoen, the thief/mage.~


        /* eet compatibility */
        ACTION_IF is_eet BEGIN
            OUTER_SET bg2_chapter = 12
        END ELSE BEGIN
            OUTER_SET bg2_chapter = 0
        END
        OUTER_FOR (i = 1 ; i <= 10 ; ++i) BEGIN
            OUTER_SET bg2_chapter = bg2_chapter + 1
            OUTER_SPRINT name_source ~bg2_chapter_%i%~
            OUTER_SET EVAL ~%name_source%~ = bg2_chapter
        END


        // Convert strings to UTF-8 for BGEE/BG2EE
        // No exception, everything needs to be converted
        // setup.tra contains in game texts as well as installation texts and need to be converted
        ACTION_DEFINE_ARRAY rh#noconvert BEGIN END
        // any tra files used in LANGUAGE need to be reloaded after UTF-8 conversion
        ACTION_DEFINE_ARRAY rh#reload BEGIN setup END

        LAF HANDLE_CHARSETS
            INT_VAR
                infer_charsets = 1
            STR_VAR
                tra_path = EVAL ~%MOD_FOLDER%/translations~
                noconvert_array = rh#noconvert
                reload_array = rh#reload
        END

    END

END


AUTO_TRA ~isra_bg2/translations/%s~

LANGUAGE ~English~
         ~english~
         ~isra_bg2/translations/english/setup.tra~


/* =============== *
 *  Isra for BGII  *
 * =============== */
BEGIN @0                                 /* Isra for BGII */
DESIGNATED 0 LABEL ~isra_npc_for_bg2~
REQUIRE_PREDICATE GAME_INCLUDES ~tob~ @1 /* You must have Throne of Bhaal or BG2:EE installed to install Isra NPC for BGII mod. */

INCLUDE ~%MOD_FOLDER%/lib/main_component.tpa~


/* ======================= *
 *  Isra Crossmod Content  *
 * ======================= */
BEGIN @2                                /* Isra Crossmod Content */
DESIGNATED 1 LABEL ~isra_npc_for_bg2_crossmod_content~
REQUIRE_COMPONENT ~isra_bg2.tp2~ ~0~ @3    // ~Please install Isra NPC for BGII main component before additional content.~

INCLUDE ~%MOD_FOLDER%/lib/isra_bg2_crossmod.tpa~

 


In Topic: Bug & Typo Reports (as of v3.0 and v3.1)

23 June 2021 - 11:45 AM

Without knowing the romance: did you try resting outdoors / in an inn? Some romances have resting love dialogues before the timered ones continue.


Yes, after the fourth dialogue (not the fifth finally), I waited during one hour and rested into the planar sphere. Isra doesn't talk anymore. Is V3.1 compatible with bg2EE? Should I talk mysleft to Isra? If yes what I must ask?


In Topic: Bug & Typo Reports (as of v3.0 and v3.1)

20 June 2021 - 01:02 PM

Hello

 

I downloaded V3.1. I don't have EET, I play only BG2EE and ToB. In BG2EE, Isra doesn't speak anymore after the fifth romance dialogue. So, the romance is stopped. My reputation has never been underneath 15. Is there  any bug? this is my wiedu:

 

// Log of Currently Installed WeiDU Mods
// The top of the file is the 'oldest' mod
// ~TP2_File~ #language_number #component_number // [Subcomponent Name -> ] Component Name [ : Version]
~BACKBRYNNLAW/BACKBRYNNLAW.TP2~ #0 #0 // Back to Brynnlaw mod for Baldur's Gate II: v8
~SKIECOST/SKIECOST.TP2~ #0 #0 // Skie: The Cost of One Girl's Soul - New quest for Baldur's Gate 2 EE: 3.5
~SKIECOST/SKIECOST.TP2~ #0 #1 // Skie: The Cost of One Girl's Soul - Allow Skie to return as a joinable NPC: 3.5
~SKIECOST/SKIECOST.TP2~ #0 #2 // Skie: The Cost of One Girl's Soul - Add brand new SoD-oriented items to BG2: 3.5
~CTB/SETUP-CTB.TP2~ #0 #0 // Check The Bodies: 3.0
~ISRA_BG2/ISRA_BG2.TP2~ #0 #0 // Isra for BGII: v3.1
~ISRA_BG2/ISRA_BG2.TP2~ #0 #1 // Isra Crossmod Content: v3.1

 

Thanks


In Topic: shine on caelar isn't recongnized by EET

08 September 2020 - 02:11 PM

Hi,

 

It's impossible ti find Aunt Argent in Saradush. I tried to contact Roxane but it's impossible. Is anyone has a solution?