3DEN Tools - 10Dozen/dzn_tSFramework GitHub Wiki
What is it?
Script tools that make creation of the standard scenario assets quick and easy.
- Getting Started
- Tools:
Getting Started
- Create new scenario in 3DEN
- Install dzn_tSFramework to mission folder
- Re-load the scenario
- Open console by pressing
~key or via menu (Tools - Debug Console) - Paste code:
[] execVM "init3DEN.sqf"and clickLocal Exec - After notification appeared - use
Ctrl + Spacekeys to open 3DEN Tools menu
Tools
Units: Add Playable Squad
Creates squad of 7-9 men of chosen Side and Doctrine (NATO, UK, RU MSO, RU VV), set name and rank for each of them. Make group playable and sets Behavior to 'Safe'.
DynAI: Add Zone
Creates dzn_dynai_core object (if absent), create GameLogic (synchronized with dzn_dynai_core) and synchronized trigger.
DynAI: Add CQB Behavior
Applies DynAI's CQB behavior to units. Select units and call this action to create synchronized GameLogic.
DynAI: Add Response Behavior
Applies DynAI's Group Response behavior to units. Select units and call this action to create synchronized GameLogic.
Gear: Add Kit Logic
Applies dzn_gear kits to units. Select units and call this action to create synchronized dzn_gear GameLogic.
tSF: Configure Scenario
Configures mission settings with defaults (respawn = Custom Position, disable ai, etc.).
tSF: Add Zeus
Creates Zeus Game Master module (#adminLogged, all addons).
tSF: Add Base Trigger
Creates baseTrg trigger for tSF's Mission Conditions module.
tSF: Add CCP
Creates tsf_CCP and linked trigger for tSF's CCP module