-
September 21st, 2023, 03:38 #941
I didn't knew that AE have feat suport. That's pretty cool. I have to try on my homebrew feats.
-
September 23rd, 2023, 08:50 #942---
Fantasy Grounds AD&D Reference Bundle, AD&D Adventure Bundle 1, AD&D Adventure Bundle 2
Documentation for AD&D 2E ruleset.
Custom Maps (I2, S4, T1-4, Barrowmaze,Lost City of Barakus)
Note: Please do not message me directly on this site, post in the forums or ping me in FG's discord.
-
September 24th, 2023, 14:20 #943
- Join Date
- May 2022
- Posts
- 16
Hello! I'd like to report a strange thing that is happening to me. See attached screenshot. I managed to find out that it is an interaction of Advanced Effect with the extension Equipped Effects.
If you have time to have a look would be great :-)
Thanks!
-
September 24th, 2023, 18:02 #944
- Join Date
- Mar 2016
- Posts
- 215
I ran into the exact same problem and came to the same conclusion yesterday, when prepping for a game.
-
September 24th, 2023, 18:20 #945
Supreme Deity
- Join Date
- Mar 2007
- Posts
- 19,850
This was reported in Discord as well. I think @Tan0 narrowed it down to two extensions having a bad interaction (Advanced Effects, Equipped Effects).
Regards,
JPGFG Wish List - https://fgapp.idea.informer.com/
-
September 24th, 2023, 19:56 #946
Basically after being prodded with pointy sticks by some users and devs, the gist was (at a guess) was this change - don't know how or why - busted the NPC record sheet - according to superteddy he thought it was somehow hiding something no real idea why. I don't personally use this extension or have any idea what it does or what the code looks like - this was passed to me by someone else though (ryan).
Code:<!-- Override CoreRPG subwindow_record version here to add fastinit and activate otherwise readonly records do not show data --> <template name="subwindow_record"> <subwindow> <anchored to="contentframe" position="over" /> <fastinit /> <activate /> </subwindow> </template>
For 1 1/2 years my code has overridden the npc_record.xml to allow replacing the text fields with formatted text so all the asteric etc. translations of links and other formatted text can actually appear in the main page data. This invovled the following npc.lua override...
(see npc.lua override)
where I replace all the text received into my fields
Code:function onLockChanged() if super and super.onLockChanged then super.onLockChanged(); end -- We moved text into subwindow - have to intercept here as the super will call the super version not this local one. if subwin_text.subwindow then subwin_text.subwindow.update(); end end
(see record_npc.xml override)
with key part being this...
Code:<windowclass ruleset="5E" name="npc" merge="join"> <script file="campaign/scripts/npc.lua" /> <sheetdata> <subwindow_record name="subwin_text" insertafter="main_creature"> <class>other_tab</class> </subwindow_record> </sheetdata> </windowclass>
No earthly idea why.
Given the amount of irritation this generated in the discord thread - I can assure you its got nothing to do with you. But more about the expectation I'm a walking almanac of info and expected to debug things I don't even use. If you want to contact me privately feel free - but I'm not in a good mood with users at the moment. They are my bain - my cross to bear - as an extension developer (sigh).
EXTENSIONS = RISKLast edited by SilentRuin; September 24th, 2023 at 20:01.
Free(Forums/Forge) Extension(FGU 5E):
Paid (Forge) Extension(FGU 5E):
-
September 24th, 2023, 21:04 #947
Supreme Deity
- Join Date
- Mar 2007
- Posts
- 19,850
Looks like someone added fastinit/activate to a tabbed subwindow control (which is supposed to be controlled by the tabs); or they used the wrong template (sub_record_header is for single subwindow sheets; subwindow_record is for tabbed subwindow sheets).
Regards,
JPGFG Wish List - https://fgapp.idea.informer.com/
-
September 24th, 2023, 21:37 #948---
Fantasy Grounds AD&D Reference Bundle, AD&D Adventure Bundle 1, AD&D Adventure Bundle 2
Documentation for AD&D 2E ruleset.
Custom Maps (I2, S4, T1-4, Barrowmaze,Lost City of Barakus)
Note: Please do not message me directly on this site, post in the forums or ping me in FG's discord.
-
September 24th, 2023, 21:57 #949-MrDDT
Discord @mrddt
Really click this link and vote for your FGU wishes, more votes is more likely to get done and get what you want done.
https://fgapp.idea.informer.com/
Vote For Idea to Default Modules to GM Shared
Vote For Idea to Give GM More Hotkey Options
Vote For Idea to Disable Dice Animations
-
September 24th, 2023, 22:55 #950
- Join Date
- Mar 2020
- Posts
- 2
Hi.
The Advance Effects extension interferes with Kit'N'Kaboodle (cannot edit details) and Equipped Effects (duplicate NPC text).
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks