Jump to content


Vakarian89

Member Since 01 Jun 2021
Offline Last Active Oct 25 2022 07:13 AM

Posts I've Made

In Topic: Translations into English for various mods

25 October 2022 - 07:12 AM

Ervonyrah/Sovereign proofreader here - I was almost done with the proofreading, but then I've lost majority of work (and there was much to do) due to hard-drive death (I should have been making safe-copies more often...). BUT I'm slowly re-doing what was lost. There are some fragments of text that should rhyme (in polish they do), but I'm not that good in english to make them rhyme and keep the meaning. Well, I'll think of some solution.

 

And Nightfarer, sorry I haven't updated you for so long, but there were other things on my mind.


In Topic: BiG World 19.1 bugs/problems

01 February 2022 - 01:15 PM

I've made it to the Throne of Bhaal part of the trilogy and I've run into another problem. On the worldmap, when I hover a coursor over any place when I can go (so, for now, Forest of Tethyr and Watcher's Keep) and the tooltip with travel time should unroll, the game crashes. The same is if I click a place to travel. In both cases there's a pop-up window with a message: an assertion failed in CWorldMap.cpp at line number 1194. Anyone knows how to fix it or at least where to start looking? I don't have to mention that I REALLY would like to make it to the end of the trilogy, since I made it this far and, well, got myself pretty involved in the story.


In Topic: BiG World 19.1 bugs/problems

17 January 2022 - 01:43 PM

Hi TotoR,

 

and thank you very much for the solution! I've checked the topic you linked, but I'm too small to try and fix triggers in TobEx myself, so I've just changed the IF function criteria with the one you provided. It works for now, so thanks again!


In Topic: BiG World 19.1 bugs/problems

17 January 2022 - 12:34 PM

Well, it seems I couldn't call it a day if there were no errors during any of my game-sessions. Many of them I fixed on my own, but there's another one I don't have an idea how to fix: the moment I enter Watcher's Keep area (AR3000) for the first time, I got "Watcher's Keep quest done" message and get an XP for that quest along with journal entry about how I completed it. WTF? Here's code from AR3000.bcs that governs that action:

 

IF
    SpellCastInnateRES("SPIN592",[ANYONE])  // No such index
    Global("HelmRitualDone","GLOBAL",0)
THEN
    RESPONSE #100
        AddXP2DA("Plot01F")
        TakePartyItem("PLOT01Q")  // Helm's Scroll
        ActionOverride("Demogor1",DestroySelf())
        AmbientActivate("DoorMist02",FALSE)
        CloseDoor("Door02")
        DisplayStringHead(Player1,70619)  // All entrances to Demogorgon's Lair have now been sealed.
        EraseJournalEntry(62402)
        EraseJournalEntry(62423)
        EraseJournalEntry(62461)
        EraseJournalEntry(62481)
        EraseJournalEntry(62987)
        EraseJournalEntry(63049)
        EraseJournalEntry(63048)
        EraseJournalEntry(63091)
        AddJournalEntry(71078,QUEST_DONE)
        SetGlobal("HelmRitualDone","GLOBAL",1)


What is that SpellCastInnateRES? And why it returns true?


In Topic: BG2 Improved GUI

13 January 2022 - 11:18 AM

You have the Generalized Biffing installed after any and all media addon mods ?


Yup.