Skip to content

Configure a mission for Triad Tactics

Use this section once your mission is complete to configure it for the Triad Tactics server. Also read the mission requirements, including the rules for assigning objective points.

Add Triad Tactics Core as a project dependency. Project Settings → Dependencies must list Triad Tactics Core with the identifier 69FF2C2B633BBC25. This dependency is required for missions on the server.

Download the addon from Workshop and add it the same way as Lite Lobby. For rules on other gameplay mods, see the mission requirements.

In World Editor, select the capture trigger — PortCapture in this example. In Object Properties, open LL_TriggerZoneCapture and set:

  • Stat Points — the total point pool for the zone.
  • Stat Max Per Player — the per-participant limit used when distributing points between units.

The screenshot shows 20 and 1. Agree on values for your mission with the administrators, as specified in the points requirements.

PortCapture with Stat Points set to 20 and Stat Max Per Player set to 1, both highlighted.
Point settings in LL_TriggerZoneCapture.Open original image

Select the object that defines the capture zone boundary — PortTrigger in this example. Use Add Component to add LL_StatZoneComponent to it.

This component marks an area where enemy kills earn extra points. The victim must be inside the zone; the shooter’s position does not determine the bonus. The point multiplier is configured on the server.

LL_StatZoneComponent added to PortTrigger, the object defining the port zone boundary.
LL_StatZoneComponent on the zone boundary object.Open original image