Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
LavaViconia Revamped - basic information and download
#16
Yep! That one is buggy on EET, but I still need to ask someone to help with this one. Others should work fine.
Thanks!
#17
It's fixed now. (Hopefully Lava won't mind me mentioning it, now that it's uploaded).
#18
Of course I don't mind! Smile Thanks for your help! Smile
#19
Hi, just about to try a run through from BG1,sod BG2. If i use the Viconia revamped in infinity project BG1 run through do i need to use the same mod BG2 mod files for the NPC stats and settings to follow over or once you have set the character progression, in BG1 does it save and follow over like player stats and equipment etc?
#20
Sorry, I don't know. I made it before EET was available, and I don't know if Viconia in BG2EE then will use her BG1EE/SoD file or not... I do not use EET myself and all most of my EET-compatibility features are written by other modders... sorry.

Maybe Graion Dilach will know, as he helped with that one, but I haven't heard from him for a while...
#21
I'm sure it must be another mod in my install, but the Day Blindness penalties aren't being reset after resting indoors. I found this out the hard way when Viconia croaked when the party left an inn.

Is there any way to disable the effect in a running install or is this a case of choosing to dump Vicci or reload?

As an aside, this is an EET build with a level 1 party right out of Candlekeep.

Thanks!
#22
I don't think it's as simple as setting some variable. This is the script that applies / removes the penalties:

Code:
IF
  !Global("LaViconiaState","LOCALS",1)
  !HasItemEquiped("%symbol_shar%",Myself)
  TimeOfDay(DAY)
  AreaType(DAYNIGHT)
  AreaType(OUTDOOR)
  !AreaType(DUNGEON)
THEN
  RESPONSE #100
    SetInterrupt(FALSE)
    SetGlobal("LaViconiaState","LOCALS",1)
    ApplySpellRES("LaVSun",Myself)
    DisplayString(Myself, @2000)  // Day blindness
    SetInterrupt(TRUE)
END

IF
  !Global("LaViconiaState","LOCALS",0)
  OR(4)
    !TimeOfDay(DAY)
    !AreaType(OUTDOOR)
    AreaType(DUNGEON)
    HasItemEquiped("%symbol_shar%",Myself)
THEN
  RESPONSE #100
    SetInterrupt(FALSE)
    SetGlobal("LaViconiaState","LOCALS",0)
    ApplySpellRES("LaVNig",Myself)
    SetInterrupt(TRUE)
END


If you want to risk, give it a try, you may use DLTCEP or NearInfinity to remove those two blocks from all her scripts. I never tried it myself, but that's the only thing that comes to mind. Alternatively, you may open both spells mentioned in ApplySpellRES and remove all the effects.
#23
(04-15-2024, 04:46 PM)Lava Wrote: Maybe Graion Dilach will know, as he helped with that one, but I haven't heard from him for a while...

For reasons obvious, I'm only looking at my PMs these days.

(04-15-2024, 03:44 PM)silvaste Wrote: Hi, just about to try a run through from BG1,sod BG2. If i use the Viconia revamped in infinity project BG1 run through do i need to use the same mod BG2 mod files for the NPC stats and settings to follow over or once you have set the character progression, in BG1 does it save and follow over like player stats and equipment etc?

Sorry for the late reply. If this isn't a trilogy install, but an old-fashioned export-import, you need to install the mod to both games.
#24
Oh, thank you and it's so cool that you replied anyway Smile It's nice to see that you still come here, even if only once for a while! Smile Cheers!
#25
Hello Lava


I installed VR, with another mods. I'm playing BGEE, Beamdog Version.

Viconia is Cleric (Default class).

I'm having a strange problem with Viconia. In daylight, her Dexterity drops to 1, yes (one!)

And some minutes later in sunlight, she dies!

[Image: Vicky-1.jpg]

[Image: Vicky-2.jpg]
#26
Hi! I am sorry to hear that you're having problems. There is some interaction of this component with... something (another mod? or maybe it depends on game version?) but I was never able to find a definitive reason why some people are having problems with this component and I never encountered it myself so I am not even able to reproduce it... I posted an answer to that a couple posts above.


I would suggest doing that and erasing any/all instances of those spell / effect (those that modify her dexterity) using Near Infinity (just by editing your save file) and then erase the day blindness scripts. You may also try to copy LaVSun.spl and LaVNig.spl, paste them somewhere else (just in case) and delete them from your override folder. The script will still try to apply the spells, but they are not there, so nothing will happen.
#27
(08-08-2024, 08:53 AM)Lava Wrote: Hi! I am sorry to hear that you're having problems. There is some interaction of this component with... something (another mod? or maybe it depends on game version?) but I was never able to find a definitive reason why some people are having problems with this component and I never encountered it myself so I am not even able to reproduce it... I posted an answer to that a couple posts above.


I would suggest doing that and erasing any/all instances of those spell / effect (those that modify her dexterity) using Near Infinity (just by editing your save file) and then erase the day blindness scripts. You may also try to copy LaVSun.spl and LaVNig.spl, paste them somewhere else (just in case) and delete them from your override folder. The script will still try to apply the spells, but they are not there, so nothing will happen.


Thank you for responding, Lava !

Version is 2.6 Beamdog.

I dont know how i create a Weidu log list, otherwise I'd post it here.

I will try your solution.

I don't know if this will help you, but it seems that every time Viconia enters and leaves a room during sunlight, the penalty is applied cumulatively, to the point where she finally dies

[Image: 1.jpg]
#28
Yeah, but the same spell shouldn't be cast in a row + IIRC they should remove the effects of each other.
But I will investigate this and maybe ask for help from another friendly modder Smile  I hope my solution will help you to fix her locally Smile Cheers!
  


Forum Jump:


Users browsing this thread:
1 Guest(s)

Viconia Revamped - basic information and download00