Hex Turn Based Version: Difference between revisions

From Archon Wiki
Jump to navigation Jump to search
(Created page with "= Custom UI Commands = * 0 - bring up Loadsave * 1 - bring up Options * 10 - return to Main Menu * 100 - show purchase screen for DLC")
 
No edit summary
Line 4: Line 4:
* 10 - return to Main Menu
* 10 - return to Main Menu
* 100 - show purchase screen for DLC
* 100 - show purchase screen for DLC
= MultiUnitScale Tweak =
There is a new tweak MultiUnitScale which denotes the scale applied to units when there is more than 1 unit in a hex.  It is in 100ths.  Documented aditionally in the TWEAKS.TXT autodocs.
= Showing Unit Info on Right Click =
In Helpers.bsf there is a callback SHOW_UNIT_INFO_CALLBACK which is passed the ID of the clicked on unit.  You can use this callback to set up and display a unit info UI object.

Revision as of 20:28, 19 June 2017

Custom UI Commands

  • 0 - bring up Loadsave
  • 1 - bring up Options
  • 10 - return to Main Menu
  • 100 - show purchase screen for DLC

MultiUnitScale Tweak

There is a new tweak MultiUnitScale which denotes the scale applied to units when there is more than 1 unit in a hex. It is in 100ths. Documented aditionally in the TWEAKS.TXT autodocs.

Showing Unit Info on Right Click

In Helpers.bsf there is a callback SHOW_UNIT_INFO_CALLBACK which is passed the ID of the clicked on unit. You can use this callback to set up and display a unit info UI object.