Printable Version of Topic

Click here to view this topic in its original format

SWR Productions Forum _ Generals/Zerohour Modding _ How to add custom cursors

Posted by: Spec 14 Feb 2018, 16:14

Can you add your own Cursor Names? Like for instance I will be using an example below:

CODE
CommandButton Command_DisguiseAsVehicle
  Command           = SPECIAL_POWER
  SpecialPower      = SpecialAbilityDisguiseAsVehicle
  Options           = NEED_SPECIAL_POWER_SCIENCE OK_FOR_MULTI_SELECT NEED_TARGET_ENEMY_OBJECT NEED_TARGET_NEUTRAL_OBJECT NEED_TARGET_ALLY_OBJECT
  TextLabel         = CONTROLBAR:DisguiseAsVehicle
  ButtonImage       = SSBombDisguise
  CursorName        = DisguiseAsVehicle; Can be this replaced with your added cursor names (excluding the presets in the VZH)
  InvalidCursorName = GenericInvalid
  ButtonBorderType  = UPGRADE; Identifier for the User as to what kind of button this is
  DescriptLabel     = CONTROLBAR:TooltipDisguiseAsVehicle
  UnitSpecificSound = BombTruckVoiceModeDisguise
End

Posted by: Zeke 15 Feb 2018, 1:53

No. You can only edit existing ones.

Powered by Invision Power Board (http://www.invisionboard.com)
© Invision Power Services (http://www.invisionpower.com)