Grahame Posted October 27, 2017 Report Share Posted October 27, 2017 For those server owners/devs who run militarized servers and like the use of thermal imaging equipment, there is a new variable in the server-side epochconfig.hpp in @EpochHive called disableVehicleTIE. Its default value is true to maintain backwards compatibility for existing servers but if you set it to false then all vehicles spawned (by the server or admins using the EpochAH) or loaded at server start will have working Thermal Imaging Equipment (the way that they are supposed to ) If you use HSBlackMarket traders then you should also change line 96 in HS_playertraderequest.sqf to: _veh disableTIEquipment false; If you admin spawn replacement vehicles using infiSTAR then you need to change line 1068 of A3AH.sqf to: _vehObj disableTIEquipment false; And then all vehicles on your server whether bought, server or admin spawned or reloaded at server restart with have working thermal imaging. For those using mission systems you also need to see whether they have a disableTIEquipment line (some do, some don't) and set the value to false. BTW, note that you can actually just remove the lines since ARMA enables the use of TIE by default (but it's easier to maintain changes if you leave the line in place imo. Vitalii_V and Helion4 1 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now