0.3.4 Update

A new update of Ruleset Wizard has been released today, with some fixes and an interesting feature: Ruleset generation! version 0.3.4 Change the use of stringfields to stringcontrols in Labels to ensure FGU compatibility Fixed a crash when there were special characters in the name of a control Add a Compilation option to Ruleset properties…

Continue reading 0.3.4 Update

0.3.3 Update

A new update of Ruleset Wizard has been released today, with a new user requested feature: String resources. Now Ruleset Wizard will use string resources labels instead of the literal text in all your project controls, and it will create a new strings_[Ruleset Name].xml file with all these strings ready to be edited.

New weekly update to 0.3.2

A new update of the Ruleset wizard has been released today, with some corrections and improvements: version 0.3.2 Ask for saving current project before opening a new project. Make extension generation process crash-proof. Fixed typo in save project dialog Fixed error on opening editors with same name from ruleset explorer Added Register Script property to…

Continue reading New weekly update to 0.3.2

New 0.3.1 update

Today there is a new Ruleset Wizard update. Version 0.3.1 comes with a nice bundle of improvements: version 0.3.1 Added support for copy and paste controls between windows. Added StringCycler control Added Comments property to windows Added Comments section to Ruleset properties Added Load Order field to Ruleset properties Fixed rendering of Label with Centered…

Continue reading New 0.3.1 update

New major update: The Font Editor

Today the version 0.3.0 (Cockatrice) has been released, which includes the expected font editor. Also the window editor has been updated to render the string controls exactly as they will finally look in Fantasy Grounds. Below you can see a video demonstration of these new features.

Quick update to 0.2.5

Version 0.2.5 just launched. Release notes: Allow custom values for dropdown properties: font, frame, advanced template, icons Added line numbering to Lua editors. Added tab in Ruleset Properties to enter the list of rulesets for which the extension will be available

New Ruleset Wizard release just launched

Version 0.2.4 is just released. Release notes: version 0.2.4 Fixed Window properties MaxHeight, MaxWidth, MinHeight, MinWidth, not being rendered Fixed typo in Window property Width Added Sorted property to Dropdown list Added Multiline Spacing property to Label Changed render mode of Label control to properly show multiline (could affect to string control and button)

Making of a rollable total field

In today’s video tutorial I will show you a typical usage of Number controls to create some bonus field with a rollable total (with a pretty straightforward LUA code). Sorry, the LUA code is blurred in the video for the most part, here is the code: Note that mod3 is declared as subtracting instead of…

Continue reading Making of a rollable total field

The Counter List control

Today we will learn the basic usage of the useful Counter List control: