-
September 21st, 2023, 02: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, 07:50 #942---
Fantasy Grounds AD&D Reference Bundle, AD&D Adventure Bundle 1, AD&D Adventure Bundle 2
Documentation for AD&D 2E ruleset FGU Reference Module, or Web.
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, 13:20 #943Crusader
- Join Date
- May 2022
- Posts
- 22
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, 17:02 #944Patriarch
- Join Date
- Mar 2016
- Posts
- 307
I ran into the exact same problem and came to the same conclusion yesterday, when prepping for a game.
-
September 24th, 2023, 17:20 #945SmiteWorks
Supreme Deity
- Join Date
- Mar 2007
- Posts
- 23,325
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,
JPG
-
September 24th, 2023, 18: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).
Change was you added fastinit and activate.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
The actual override is in record_npc.xml key part being...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...
For whatever reason you adding in fastinit and activate to the base subwindow has messed up the resulting display in NPC record sheet. (Guess it may be something else).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 19:01.
Free(Forums/Forge) Extension(FGU 5E):
Paid (Forge) Extension(FGU 5E):
-
September 24th, 2023, 20:04 #947SmiteWorks
Supreme Deity
- Join Date
- Mar 2007
- Posts
- 23,325
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,
JPG
-
September 24th, 2023, 20:37 #948---
Fantasy Grounds AD&D Reference Bundle, AD&D Adventure Bundle 1, AD&D Adventure Bundle 2
Documentation for AD&D 2E ruleset FGU Reference Module, or Web.
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, 20:57 #949-MrDDT
Discord @mrddt
Grim Press Discord (Publishing/Extensions/Modules)
Bethica Discord (West Marches RPG)
PLEASE VOTE FOR THESE FEATURES VERY IMPORTANT!!!
-
September 24th, 2023, 21:55 #950
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 3 users browsing this thread. (0 members and 3 guests)

Reply With Quote


Bookmarks