Thread: AoE Effects
-
June 17th, 2026, 23:39 #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.
-
Yesterday, 00:04 #52Crusader
- Join Date
- Apr 2018
- Posts
- 15
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
-
Yesterday, 02:17 #53
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.
-
Yesterday, 04:29 #54
-
Yesterday, 13:40 #55FG 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!
-
Yesterday, 14:26 #56
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; Yesterday at 14:30.
-
Yesterday, 14:32 #57
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!
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)

Reply With Quote


Bookmarks