• 0
assasin172

How to Enable Thermal Scope in Server?

Question

Hello! 
I want re-enable thermal scopes.. I uncomented them in https://exile.majormittens.co.uk/topic/8586-updated-easy-trader-set-up/

but as soon I do that I can't join server..  Please help.

I can confirm that issue is in fact due to me uncomenting TWS...
I have this        in config but there is no option for regular scopes :/
/**
         * Enables or disables thermal optics on ALL vehicles
         *
         * 0 = off
         * 1 = on
         */
        thermalVision = 1;

Edited by assasin172

Share this post


Link to post
Share on other sites

2 answers to this question

  • 0

In ExileServer_object_vehicle_carefulCreateVehicle
Delete this block of code

if (getNumber (configFile >> "CfgSettings" >> "VehicleSpawn" >> "thermalVision") isEqualTo 0) then 
{
	_vehicleObject disableTIEquipment true;
};

 

Share this post


Link to post
Share on other sites
  • 0
Spoiler

 

1 hour ago, MGTDB said:

In ExileServer_object_vehicle_carefulCreateVehicle
Delete this block of code



if (getNumber (configFile >> "CfgSettings" >> "VehicleSpawn" >> "thermalVision") isEqualTo 0) then 
{
	_vehicleObject disableTIEquipment true;
};

 

Thank you sir! Sadly it didn't do the trick. I uncommented "TWS" and game type (aka survival) is empty. as sonn as I comment that tws from trader it boots up normaly tho :/

 

Never mind.. I forgot to add "," back... lol i'ts there :) Anyway thank you!

Edited by assasin172
I'm idiot.

Share this post


Link to post
Share on other sites
Advertisement

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

  • Recently Browsing   0 members

    No registered users viewing this page.