User Tools

Site Tools


modding:add_object

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
modding:add_object [2021/05/03 05:47] – created 24.239.107.14modding:add_object [2022/01/26 19:26] (current) – [General] hemacast
Line 2: Line 2:
 Creating objects fills the world of Horizons to make the story worth telling. Objects can be quick-spawned using an Action or created using the full Create an Object menu inside the Objects and [[modding:encounters|Encounters]] menus at both the [[modding:modules|Module]] and [[modding:missions|Mission]] level. Creating objects fills the world of Horizons to make the story worth telling. Objects can be quick-spawned using an Action or created using the full Create an Object menu inside the Objects and [[modding:encounters|Encounters]] menus at both the [[modding:modules|Module]] and [[modding:missions|Mission]] level.
  
-The Create an Object menu has seven sections along the sidebar of the popup: General, Locations, Cargo, Hardpoints, [[modding:dialog|Dialog]], Tasks, and Properties.+The Create an Object menu has seven sections along the sidebar of the popup: General, Location, Cargo, Hardpoints, [[modding:dialog|Dialog]], [[modding:tasks|Tasks]], and [[modding:properties|Properties]].
  
 ===== General ===== ===== General =====
Line 9: Line 9:
 | Description    | Is displayed only for the GM in the GM screen.                                                                         | | Description    | Is displayed only for the GM in the GM screen.                                                                         |
 | Designation    | The ship's hull number.                                                                                                | | Designation    | The ship's hull number.                                                                                                |
-| Faction        | The ship's faction alignment. None will make the ship show as neutral.                                                 |+| [[modding:factions|Faction]]        | The ship's faction alignment. None will make the ship show as neutral.                                                 |
 | Class          | The ship class, which affects the 3D model and base component setup.                                                   | | Class          | The ship class, which affects the 3D model and base component setup.                                                   |
 | Tags           | These tags are alternative references to the object. Names must be unique but tags can be shared by multiple objects.  | | Tags           | These tags are alternative references to the object. Names must be unique but tags can be shared by multiple objects.  |
Line 35: Line 35:
 | Type        | The type of component to attach to the hardpoint.                   | | Type        | The type of component to attach to the hardpoint.                   |
 | Value       | The string value that pairs with the type above.                    | | Value       | The string value that pairs with the type above.                    |
 +
 +===== Dialog =====
 +[[modding:dialog|Dialog]] added directly onto an object will override the comms options of that ship. If the Dialog Groups use the same name, Dialog Groups at the Object level will override Dialog Groups at the Module level. 
 +
 +//For more information, see the article on [[modding:dialog|Dialog Trees]].//
 +
 +===== Tasks =====
 +Object tasks are orders that are executed in the order that they are assigned. 
 +
 +^ Name                ^ Description                                                                                                                                                ^
 +| [[modding:tasks|Type]]                | The type of task that will be added to the object's initial task queue. See [[modding:tasks|list]] of tasks.                                                                                     |
 +| Tags                | The target parameter of the Type command.                                                                                                                  |
 +| Clear on Complete?  | Check this box to clear this task from the task queue once it is completed. If unchecked, the task will remain in the queue unless canceled by an action.  |
 +
 +===== Properties =====
 +These [[modding:properties|object properties]] set or override specific parameters normally set by the ship class.
 +
 +^ Name   ^ Description                                                                                         ^
 +| Type   | The type of property to set or override. See the [[modding:properties|list]] of object properties.  |
 +| Value  | The new value for the selected Type.   |
 +
 +----
 +Jump To |
 +[[modding:events|Event]] | [[modding:encounters|Encounters]] | [[modding:conditions|Conditions]] | [[modding:actions|Actions]] | [[modding:add_object|Objects]] | [[modding:objectives|Objectives]]                                                          
modding/add_object.1620020878.txt.gz · Last modified: 2021/05/03 05:47 by 24.239.107.14