Skip to content

Caching System

Nicholas edited this page Mar 27, 2017 · 1 revision

Dynamic Combat Generator uses Bohemia's Dynamic Simulation System as the basis for dcg_cache. The system's documentation is located here.

Group and Object Caching

dcg_cache periodically iterates through all groups in a mission and adds them to the dynamic simulation system. However, objects should be added individually using object enableDynamicSimulation true;. Additionally, several simulation settings are adjustable through the settings framework.

To disable caching on an object or group run the following code on the server machine, [entity] call dcg_cache_fnc_disableCache;

Clone this wiki locally