DICE PACKS BUNDLE
Page 6 of 6 First ... 4 5 6

Thread: AoE Effects

  1. #51
    A couple of observations:

    The aura coding above is working and placing the AURA correctly. If you are trying to use a custom visualization option or to show a border, the visualizer only works with 2D shapes, sphere and cube, it does not work with 3drect, or cone.

    What you can do is add an additional AURA effect to trigger the border for the wall or a custom wall of fire graphic.

    AURA: 60, point, red

    (You can replace "red" with whatever color you want to with a custom image name that you have created in the Aura's window.)
    Last edited by bwatford; June 17th, 2026 at 23:54.

  2. #52
    Okay thanks. I've used aura effects and aura visualizer for over a year and this is a great mod you've made here. I'm curious how I would orientate that second aura or is stuck in a single position

  3. #53
    Quote Originally Posted by cds29 View Post
    Okay thanks. I've used aura effects and aura visualizer for over a year and this is a great mod you've made here. I'm curious how I would orientate that second aura or is stuck in a single position
    Orientation is not yet supported by the visualizer, you can either use a circle (sphere), or a square (cube) that runs along the Aura radius or face.

    We are looking to support 3drect in a future update, just trying to work out all the math in how to do so at this time without having to have hundreds of different shaped images as 3drect has limitless combinations.

  4. #54
    Quote Originally Posted by nephranka View Post
    Would there be a way to export the Aura settings from the options section?
    @Trenloe

    Just pushed v 1.1.3 to address this issue, now the Aura's window will refresh after importing to make sure the icons show correctly for the imported auras without a restart.

    Please update and everything should be working correctly.

  5. #55
    Trenloe's Avatar
    Join Date
    May 2011
    Location
    Colorado, USA
    Posts
    34,718
    Quote Originally Posted by bwatford View Post
    @Trenloe

    Just pushed v 1.1.3 to address this issue, now the Aura's window will refresh after importing to make sure the icons show correctly for the imported auras without a restart.

    Please update and everything should be working correctly.
    Thanks! That looks great. Out of curiosity, which API function/s did you use to refresh the tokencontrol controls?
    FG Wiki: How to Compile the FG Logs

    Private Messages: My inbox is forever filling up with PMs. Please don't send me PMs unless they are actually private/personal messages. General FG questions should be asked in the forums - don't be afraid, the FG community don't bite and you're giving everyone the chance to respond and learn!

  6. #56
    Quote Originally Posted by Trenloe View Post
    Thanks! That looks great. Out of curiosity, which API function/s did you use to refresh the tokencontrol controls?
    We didn’t directly refresh tokencontrol controls.

    The aura visuals are drawn as bitmap widgets directly on the token using addBitmapWidget / deleteWidget.

    Main functions used:
    • clearAura(ctNode) — removes existing aura widgets
    • applyAura(ctNode) — clears + redraws auras on the token
    • applyBitmapToToken() — creates the 2D/3D widgets via token.addBitmapWidget()
    • updateAllAuras() — full map refresh using CombatManager.callForEachCombatant()


    These are triggered by DB handlers on the auras table, effect changes, GM options, and token movement in manager_token_aura.lua.

    We don’t modify or refresh the tokencontrol window at all.

    Regarding the Import/Export refresh:

    The simple wnd.update() / wnd.refresh() calls didn’t work because the preview icons are created inside the list rows. We had to force the window to fully rebuild by closing and reopening any open Auras list windows after import.
    Last edited by bwatford; June 18th, 2026 at 14:30.

  7. #57
    Trenloe's Avatar
    Join Date
    May 2011
    Location
    Colorado, USA
    Posts
    34,718
    Thanks for the info. Very nice work.
    FG Wiki: How to Compile the FG Logs

    Private Messages: My inbox is forever filling up with PMs. Please don't send me PMs unless they are actually private/personal messages. General FG questions should be asked in the forums - don't be afraid, the FG community don't bite and you're giving everyone the chance to respond and learn!

  8. #58
    Quote Originally Posted by bwatford View Post
    This has been removed from the Forge page as Aura's are silent by default now and a GM option was no longer needed.

    this doesn't seem to be true for me (see image)... whenever dinosaur moves in and out of the purple aura, feedback abounds in chat window.



    Attached Images Attached Images
    -----
    roll dice. it builds character.

  9. #59
    Quote Originally Posted by tahl_liadon View Post



    this doesn't seem to be true for me (see image)... whenever dinosaur moves in and out of the purple aura, feedback abounds in chat window.


    Thanks for the report and the screenshot!

    Those repeated messages ("Effect ['Aura of Courage*'] -> [ALREADY EXISTS] [on Ka'Ruun]") are not coming from the AoE Effects extension itself. They’re standard Fantasy Grounds Combat Tracker warnings that appear when something tries to apply an effect that’s already active on the target.

    This usually happens when the aura effect isn’t being removed cleanly when a token leaves the aura’s range (or the movement detection is triggering multiple apply attempts).

    To help me reproduce and fix this:

    1. Combat Tracker screenshot — Could you show the effects list on the token that’s receiving the spam (Ka’Ruun or whichever character is affected)? I want to see whether “Aura of Courage*” (or similar) is still stuck on them after they leave the aura.

    2. Exact aura setup — Please copy/paste the effect string or describe how the aura is defined on the dinosaur (or aura source). Are you using the built-in FG aura feature with AoE Effects, or a custom effect string?

    3. Any other extensions loaded that touch effects, auras, or the Combat Tracker?

    In the meantime, try manually removing the “Aura of Courage” effect from the affected token in the CT. Does the spam stop until they re-enter the aura?

    Drop those details and I’ll see what the issue is.
    Last edited by bwatford; Today at 06:24.

  10. #60
    Version 1.1.4 is now live on the Forge.

    This update fixes a bug where the "clear" color was not reliably producing a fully transparent/invisible border.

    Changes in this version:

    - Custom auras now take priority over named color keywords.
    Custom campaign auras and HARDCODED_AURAS will now always win in the event of a name collision (for example, if you have a custom aura literally named "clear" or "red"). Their defined auraColor — including alpha/transparency — is respected exactly.

    - Special-cased "clear" handling.
    When the named color "clear" is used and is not overridden by a custom aura, it will now correctly make the aura borders fully invisible.

    AURA: 10 all,point,clear; AURA STUFF
    Last edited by bwatford; Today at 06:24.

Page 6 of 6 First ... 4 5 6

Thread Information

Users Browsing this Thread

There are currently 2 users browsing this thread. (1 members and 1 guests)

  1. cristmo

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
  •  
Starfinder Playlist

Log in

Log in