stephen21k 0 Report post Posted August 24, 2020 Is it possible to Increase sell distance from vehicles. I have tried adding these to init.sqf but they make no difference, I would like to set it to 100m. -------------------------------------------------------- Sell Distance LAND Vehicle dayz_sellDistance_vehicle = 10; Sell Distance SEA Vehicle dayz_sellDistance_boat = 30; Sell Distance AIR Vehicle dayz_sellDistance_air = 40; -------------------------------------------------------- dayz_sellDistance = 20; -------------------------------------------------------- Quote Share this post Link to post Share on other sites
0 THAC0_Gewch 1 Report post Posted August 24, 2020 You need to use Z_VehicleDistance https://github.com/EpochModTeam/DayZ-Epoch/blob/Release_1.0.6.2/SQF/dayz_code/configVariables.sqf#L67 Quote Share this post Link to post Share on other sites
0 stephen21k 0 Report post Posted August 24, 2020 16 minutes ago, THAC0_Gewch said: You need to use Z_VehicleDistance https://github.com/EpochModTeam/DayZ-Epoch/blob/Release_1.0.6.2/SQF/dayz_code/configVariables.sqf#L67 Thank you. I was starting to think this forum was Dead Quote Share this post Link to post Share on other sites
0 THAC0_Gewch 1 Report post Posted August 25, 2020 9 hours ago, stephen21k said: Thank you. I was starting to think this forum was Dead It kind of is. Everyone moved over to Discord. Quote Share this post Link to post Share on other sites
Is it possible to Increase sell distance from vehicles. I have tried adding these to init.sqf but they make no difference, I would like to set it to 100m.
--------------------------------------------------------
Sell Distance LAND Vehicle
dayz_sellDistance_vehicle = 10;
Sell Distance SEA Vehicle
dayz_sellDistance_boat = 30;
Sell Distance AIR Vehicle
dayz_sellDistance_air = 40;
--------------------------------------------------------
dayz_sellDistance = 20;
--------------------------------------------------------
Share this post
Link to post
Share on other sites