3DEN Create as Simple Object
This mod allows you to create simple objects ( https://community.bistudio.com/wiki/createSimpleObject ) using the abilities 3DEN editor
current version – 0.915 (beta)
TODO LIST
FIXED 1. Restore objects ability
2. Check why some times vehicles creates in wrong direction
3. Stringtable.xml , logo, etc.
remark
https://community.bistudio.com/wiki/createSimpleObject
Supported LODs include Geometry, Fire Geometry, Roadway, View Geometry and ShadowVolume. Supported features include collision, texturing, animation, penetration, AI spotting occlusion, and surface specific sounds (like footsteps). Unsupported features include PhysX, damage, AI pathfinding (causes walking through walls), and built in lights.
https://community.bistudio.com/wiki/Code_Optimisation#createSimpleObject_vs_createVehicle
createSimpleObject vs createVehicle
createSimpleObject is over 43x faster than createVehicle!
createVehicle ["Land_VR_Shape_01_cube_1m_F",[0,0,0],[],0,"none"];// ~3.5 ms
createSimpleObject ["a3structures_f_markvrshapesvr_shape_01_cube_1m_f.p3d",[0,0,0]];// ~0.08 ms