Jump to content

Thermal Imaging


Grahame

Recommended Posts

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 :ph34r:)

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.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...