-
August 2nd, 2023, 01:48 #1
Supreme Deity
- Join Date
- Mar 2007
- Posts
- 19,847
Developer Notes - 2023-08 Ruleset Updates
We are continuing to work on general ruleset updates. See the main ruleset beta thread for the summary of the updates.
In order to support ruleset and extension developers, I have made a number of notes regarding changes that should be made to bring rulesets and extensions in-line with changes to ones we directly maintain.
NOTE: I've only documented the specific rulesets affected for rulesets sold in the FG store or installed by default. Any updates for rulesets/extensions provided via FG Forge or other sources will need to look at the notes below for suggested updates.
Regards,
JPGFG Wish List - https://fgapp.idea.informer.com/
-
August 2nd, 2023, 01:50 #2
Supreme Deity
- Join Date
- Mar 2007
- Posts
- 19,847
Ruleset/Extension - Suggested Maintenance Updates
NOTE: This ruleset update is part of a larger push to standardize UI frames and fields for consistency for users, as well as making theming for ruleset creation and extensions much easier long term. Wiki article to come once I have more time.
Changes (including ruleset-specific change notes) are now documented on the wiki, in order to improve historical access to change information.
https://fantasygroundsunity.atlassia...es/2179694626/
Rulesets Updated: CoreRPG, 3.5E, 4E, 5E, 13A, AFF2, BRP, BoL, CoC6, CoC7, Conan, Cypher, d20Modern, DCC/MCC, Dune, Fallout, FT, Fate, ICONS, ICRPG, MGT1, MGT2, M&M, SW, SFRPG, STA, VTM, WOIN,
Rulesets To Be Updated (Third Party): 2E, SDL,Last edited by Moon Wizard; August 21st, 2023 at 03:00.
FG Wish List - https://fgapp.idea.informer.com/
-
August 21st, 2023, 03:07 #3
Supreme Deity
- Join Date
- Mar 2007
- Posts
- 19,847
With this weekend's update, I've changed the way that the dicetower panel has been implemented to use icons, instead of frames. This will affect any rulesets or themes which define dice tower graphic overrides. This is something I've wanted to clean up for a very long time, as we now have all the pieces in place to do this more smoothly under the hood.
Here is a new code snippet example for overriding (if using same default size, 100x100):
Code:<!-- Dice tower --> <icon name="dicetower_normal" file="graphics/icons/dicetower_normal.png" /> <icon name="dicetower_drop" file="graphics/icons/dicetower_drop.png" />
Code:<!-- Dice tower --> <icon name="dicetower_normal" file="graphics/icons/dicetower_normal.png" /> <icon name="dicetower_drop" file="graphics/icons/dicetower_drop.png" /> <panel name="dicetower" merge="join"> <anchored height="230" width="230" /> </panel> <windowclass name="dicetower" merge="join"> <sizelimits> <minimum width="230" height="230" /> <maximum width="230" height="230" /> </sizelimits> </windowclass>
FG Wish List - https://fgapp.idea.informer.com/
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks