Difference between revisions of "Search & Destroy"
From COALITION Wiki
Views
Actions
Namespaces
Variants
Tools
(Created page with "WORK IN PROGRESS") |
(added the pinned TLDR to the page, more soon.) |
||
Line 1: | Line 1: | ||
WORK IN PROGRESS | WORK IN PROGRESS | ||
TLDR to add S&D: | |||
* add the <code>CRF_GameMode_SearchAndDestroy</code> component to your game mode manager | |||
* Set the faction keys in the component | |||
** For modern: <code>RHS_US_USMC</code> and <code>RHS_RF_MSV</code> | |||
** For 1980s: <code>US</code> and <code>USSR</code> (or <code>FIA</code> for IND) | |||
* Place two <code>BaseTrigger</code> entities where you want the bomb sites and name them: <code>aSiteTrigger</code> & <code>bSiteTrigger</code> |
Revision as of 21:34, 28 June 2024
WORK IN PROGRESS
TLDR to add S&D:
- add the
CRF_GameMode_SearchAndDestroy
component to your game mode manager - Set the faction keys in the component
- For modern:
RHS_US_USMC
andRHS_RF_MSV
- For 1980s:
US
andUSSR
(orFIA
for IND)
- For modern:
- Place two
BaseTrigger
entities where you want the bomb sites and name them:aSiteTrigger
&bSiteTrigger