Fantasy Grounds Merchandise
Page 95 of 115 First ... 45 85 93 94 95 96 97 105 ... Last
  1. #941
    I didn't knew that AE have feat suport. That's pretty cool. I have to try on my homebrew feats.

  2. #942
    Quote Originally Posted by frozzzt View Post
    I didn't knew that AE have feat suport. That's pretty cool. I have to try on my homebrew feats.
    Works on races as well.

    ---
    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.

  3. #943
    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!
    Attached Images Attached Images

  4. #944
    I ran into the exact same problem and came to the same conclusion yesterday, when prepping for a game.

  5. #945
    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

  6. #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>
    Change was you added fastinit and activate.
    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
    The actual override is in record_npc.xml key part being...

    (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>
    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).

    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 = RISK
    Attached Files Attached Files
    Last edited by SilentRuin; September 24th, 2023 at 19:01.
    Free(Forums/Forge) Extension(FGU 5E):
    Paid (Forge) Extension(FGU 5E):

  7. #947
    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

  8. #948
    Quote Originally Posted by Moon Wizard View Post
    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
    I did it intentionally to correct various broken windows because it was removed from the CoreRPG template.

    For the extension I can narrow it down to just those windows and avoid altering the template.
    ---
    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.

  9. #949
    MrDDT's Avatar
    Join Date
    Nov 2018
    Location
    Disney World, FL
    Posts
    2,020
    Quote Originally Posted by celestian View Post
    I did it intentionally to correct various broken windows because it was removed from the CoreRPG template.

    For the extension I can narrow it down to just those windows and avoid altering the template.
    Thanks for the update, looks like it's working fine now.
    -MrDDT
    Discord @mrddt
    Grim Press Discord (Publishing/Extensions/Modules)
    Bethica Discord (West Marches RPG)

    PLEASE VOTE FOR THESE FEATURES VERY IMPORTANT!!!

  10. #950
    Hi.

    The Advance Effects extension interferes with Kit'N'Kaboodle (cannot edit details) and Equipped Effects (duplicate NPC text).

Page 95 of 115 First ... 45 85 93 94 95 96 97 105 ... Last

Thread Information

Users Browsing this Thread

There are currently 3 users browsing this thread. (0 members and 3 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
DICE PACKS BUNDLE

Log in

Log in