T3DEN
THIS ADDON IS AN DEVELOPER TOOLS FOR EXPORTING OBJECTS FROM EDITOR TO SQF
This addon is designed to expand the capabilities of 3DEN Editor. Over time, the addon will be further developed.
Language: Russian, English
Functionality:
- Export objects from mission.sqm to SQF format.
- Export selected objects from mission.sqm to SQF format.
- Export markers from mission.sqm to SQF format.
- Export selected markers from mission.sqm to SQF format.
- Export vehicles(without crew) from mission.sqm to SQF format.
- Export selected vehicles(without crew) from mission.sqm to SQF format.
- Export bots(Group, waypoints, vehicle with crew and people) from mission.sqm to SQF format.
- Export selected bots(Group, waypoints, vehicle with crew and people) from mission.sqm to SQF format.
WARNING! If you are using an initialization, name, call sing, face, voice or pitch (in the attributes of object), add the permission to the function bis_fnc_call in class cfgRemoteExec in class Functions. Example:
class CfgRemoteExec { class Functions { mode = 1; jip = 0; class bis_fnc_call { allowedTargets = 0; }; }; };