• 0

    posted a message on Data Editor - Cameras

    Thanks for your reply, but the map you linked doesn't appear to alter or create new entries in the camera tab in the data editor or use them in any way. I'm not sure if I'm missing something in the map or perhaps you just misread my question. I'm familiar with the camera objects which you can preplace in the terrain editor and the triggers to use those cameras. I'm referring only to the data entries classified as "cameras" in the camera tab of the data editor, such as the preexisting "Floaty Camera" and "Space Platform (unnamed)".

    Posted in: Miscellaneous Development
  • 0

    posted a message on # of units

    You can use a condition with the functions "Number of Units in Unit Group" and "Units in Region matching condition". Something similar to:

    Events
    Unit - Any Unit construction is Completed
    Local Variables
    Conditions
    (Number of Living units in (Probe units in (Entire map) owned by player 1 matching Excluded: Missile, Dead, Hidden, with at most Any Amount)) == 8

    Posted in: Miscellaneous Development
  • 0

    posted a message on Data Editor - Cameras

    Can anyone tell me what this section of the data editor is meant to be used for? There are some interesting fields for "cameras" but I am unable to find any way to actually use the cameras created there. They seem to have no connection to the cameras creatable in the terrain editor and I haven't been able to find any triggers which use them.

    Any insight on this would be appreciated.

    Posted in: Miscellaneous Development
  • To post a comment, please or register a new account.