stephen21k Posted August 24, 2020 Report Share 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; -------------------------------------------------------- Link to comment Share on other sites More sharing options...
0 THAC0_Gewch Posted August 24, 2020 Report Share 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 Link to comment Share on other sites More sharing options...
0 stephen21k Posted August 24, 2020 Author Report Share 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 Link to comment Share on other sites More sharing options...
0 THAC0_Gewch Posted August 25, 2020 Report Share 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. Link to comment Share on other sites More sharing options...
Question
stephen21k
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;
--------------------------------------------------------
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now