TheFrozenThr0ne / GamersCentral.de-AW-Invade-Annex

A Custimized Version of Mission AW Invade & Annex from http://GamersCentral.de
GNU General Public License v2.0
2 stars 1 forks source link

Enemy AI not spawning in properly? #3

Closed AsboniaTV closed 8 years ago

AsboniaTV commented 8 years ago

Just noticed only squad leaders of AI squads are visible, every other AI is hidden/invisible?

14fb86e77581d1d1e37c1fd75cc91831 52c070e492bc28c84551a63601a22b00 205f6263d5ea3d627f809812cb4f52a6 5fa31730658e37c618e68db8b05fad4a

How to fix?

TheFrozenThr0ne commented 8 years ago

This is Unit Caching (zbe_cache) to have a bit more fps, it will be visible when blufor are nerby. Disable in init.sqf or add // before line:

//if (isServer) then {[1000,-1,false,100,1000,1000]execvm "zbe_cache\main.sqf"};