• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Does Armybuilder support 1/2 point costs?

Yobtar

Well-known member
Does Armybuilder support fractional point costs?

While I noticed this while working on a warhammer army I thought i would post it here as it seems to be a bug that applies to all of AB and not just one game system.

Does AB support fractional cost options or "units"? I have read (unofficial sources) that AB does NOT currently support fractional costs.

For example, unit A costs 3.5 points per model and the unit must be at least 30 models strong. AB has no problem calculating that the unit costs 105 points. If I add one model to unit A at a cost of 3.5 for a total of 31 AB shows the total as 109 which should actually be 108.5.

If so can one please explain how to go about implementing the change to get AB to recognize and factor in fractional costs.

Thank You.
 
Last edited:
Well, the first question I would want answered if I was a developer is "Do two units each 31 members in size total 217 points or 218 points?" It could be that internally it works fine, but externally they round to the nearest whole.
 
Sorry for taking so long to respond. We've all been up to our eyeballs on this end.

In V3.2, this is controlled via the definition file on an all-or-nothing basis for a game system. In the "structure" element, the "decimals" attribute controls the number of decimals shown for everything. You'll find this in the Authoring Kit documentation by following the "Definition File" link from the main page.

This behavior is likely going to be changing in V3.3 to provide greater control. However, V3.3 will be wholly backwards compatible with V3.2.

As for the rounding behavior, that's also controlled in the definition file - in the same "structure" section. However, rounding can be independently controlled during specific calculations via the scripting language (to handle any exceptions to the standard rules for the game system).
 
Back
Top