45 comments
-
LockedStickyTimeline
1. Warlock Subclass Mod
2. Magic Items Mod
3. Invocations Mod
4. Warlock Subclass Mod -
Hey I have an odd bug report that's incredibly niche and would normally not be a big deal, but would have a big impact on a very specific part of a mod I'm developing. The issue is that the "Perform" action with instruments doesn't work in Act 3 with this mod. I'm not familiar with Osiris at all but it looks like it's due to the script in VBT_LevelTracker.txt in VBT_Resource. Specifically, this:
The listener:IF
StatusApplied(_Object, _Status, _Causee, _StoryActionID)
AND
QRY_VBT_IsNotLevelTrackerStatus((STRING)_Status)
THEN
PROC_VBT_SetActiveLevelStatus((GUIDSTRING)_Object);
IF
CharacterJoinedParty(_Character)
THEN
PROC_VBT_SetActiveLevelStatus((GUIDSTRING)_Character);
IF
TeleportedToCamp(_Character)
THEN
ApplyStatus((GUIDSTRING)_Character, "VBT_IN_CAMP", -1.0, 1, (GUIDSTRING)NULL_00000000-0000-0000-0000-000000000000);
IF
TeleportedFromCamp(_Character)
THEN
RemoveStatus((GUIDSTRING)_Character, "VBT_IN_CAMP", (GUIDSTRING)NULL_00000000-0000-0000-0000-000000000000);
and the ensuing proc (just using the RIvington one for example):// BGO_Main_A
PROC
PROC_VBT_SetActiveLevelStatus((GUIDSTRING)_Character)
AND
IsCharacter((GUIDSTRING)_Character, 1)
AND
IsPlayer((CHARACTER)_Character, 1)
AND
GetFlag((FLAG)CURRENTREGION_BGO_Main_A_11239767-48ad-4879-8312-b9164b6e4978, (GUIDSTRING)NULL_00000000-0000-0000-0000-000000000000, 1)
// AND
// HasActiveStatus((GUIDSTRING)_Character, "VBT_LEVEL_BGO", 0)
THEN
ApplyStatus((GUIDSTRING)_Character, "VBT_LEVEL_BGO", -1.0, 1, (GUIDSTRING)NULL_00000000-0000-0000-0000-000000000000);
My understanding is that this is listening for when any status is applied to your character, and when that happens, that causes the proc to occur, which applies the VBT_LEVEL_BGO status to apply if you're in RIvington (and similar for the other Act 3 levels).
So how this interferes with Perform is that you when you take the action, you apply numerous statuses to yourself (e.g. say you play The Power and have musical instrument proficiency, then you apply PERFORM_POSITIVE_THEPOWER to yourself). However, this then causes the script to apply VBT_LEVEL_BGO to yourself as well, which automatically ends the performance (as performances are ended on having another status applied, among other things such as movement).
Now normally, this wouldn't be a big deal as performing with instruments doesn't actually do anything and hence really isn't interacted with much by players at all. However, the mod I'm working on is buffing the Performer feat to actually gain something from Perform (gaining more gold from it), so it gives the Perform action an actual use. Hence, this mod would render that feat useless in Act 3, which would be very unfortunate!
Wondering if it'd be possible to make a workaround for this issue? With my limited knowledge, I know you could make an exception in the listener for all the possible statuses associated with performing, but there may be a more elegant solution.-
Ok that's great to hear! In my testing it worked fine in Acts 1 and 2, just Act 3 (Rivington and Lower City) where the issue occurred, which tracks with the script.
-
In the mean time before you're able to overhaul the script, just wanted to check if I could have your permission to include an optional compatibility patch for my mod that'd simply disable VBT_LevelTracker.txt? I'll explain that the script is used for your Fathomless Warlock mod, so players should only use the patch if they aren't using that subclass mod. The patch would literally just contain the file path to VBT_LevelTracker.txt to comment out the file (plus the meta.lsx of course), and I can remove it once you push out your planned changes.
-
-
Hey, Is the toolkit.pak really required? My modsettings.lsx resets with it and my game seems to work without it. I'm using patch 6.
-
is there a problem with the download link ? says file is not available "This file is currently being uploaded to our CDN servers."
-
Sorry to bother, but i you seem to hide Dark Hunger Pact and i wonder what happened to it? Are you still working on it or some bugs was to great to overcome (namely that one that would freeze game after using Unduying Hunger)?
-
I played with it almost a year ago so i don't remember many specifics, but i really enjoyed ability to restore spellslot after x number of killed enemies and overal atmosphere with necromancy for someone who prefer to be more distant with her enemies. For me, it was ideal for necromancer playthrough, actually.
-
-
just to make sure, I dont recall where I got sapping blade from, it disappeared, it was from this mod ? I had it on my cleric though little misc mods and now I dont :(
-
I noticed you hid both your Warlock subclass mods, do they have an importat bug or something that current users should know?
Besides that I wanted to report that having this mod enabled messes with the vanilla spell Animate Dead: Zombie making it to summon a Putrid Spirit instead of a regular Zombie. For the time being I will disable this and your warlock mods until you update them. -
Cannot properly use this mod. When it's activated, and I try to load a save, I get the missing mods / game unstable warning - ALL other mods are deactivated (even if Vortex shows otherwise). If I try to load anyways, the game then crashes. Disabling this mod make the others work again normally.
I've experienced this peculiar problem with several other individual mods from different authors so far. Got any idea what the problem might be, and how to possibly fix it?-
https://ibb.co/TtFQ5bk
Yeah, it's in German...
As I said, all other mods are effectively deactivated (i.e. not loaded) by the game as soon as "Veenab Spells" is enabled (they're still listed as "enabled" by Vortex). The crash is logically caused by the deactivation of your own "Genie Warlock" mod, as my "tav" is one of these (yup, I love the genie subclass).
-
-
Do you intend to add 5e spells to your warlock mods?
-
I love this mod. It adds spells that make my Archfey Sorlock more complete (Blight Briar) and my Water-themed Bard (Churning Water).
I'm hoping to see a standalone version that would add those spells to all vanilla classes to try out other spells. -
Still following your awesome mods. Do u still plan to release the unique spells separately? Just curious lol