henkie (DayZ) 0 Posted July 9, 2013 Is there a way to edit the speed of the vehicles? I searched the whole web but not finding anything... Share this post Link to post Share on other sites
karrrr 2 Posted July 9, 2013 Not without modifying the DayZ client side files. Share this post Link to post Share on other sites
henkie (DayZ) 0 Posted July 9, 2013 do you know where can you edit them on the client side? Share this post Link to post Share on other sites
boxman80 964 Posted July 9, 2013 You would need to edit the mod files he means that the client downloads individually when they install Day Z (or other Day Z mods). Share this post Link to post Share on other sites
-Gews- 7443 Posted July 9, 2013 Engine limits it to 120-130kph - no matter if you exceed that number in the vehicle's config.Although I remember hitting 140 in the SUV not too long ago... Share this post Link to post Share on other sites
declan223@gmail.com 271 Posted July 9, 2013 (edited) Although I remember hitting 140 in the SUV not too long ago...And I managed to get to 670kph in an Apache in ArmA 2. However, I was in freefallGews, why did you change your avatar? Now it looks like G00gle and MLP had a baby Edited July 9, 2013 by Shrimpy223 Share this post Link to post Share on other sites
-Gews- 7443 Posted July 9, 2013 Gews, why did you change your avatar? Now it looks like G00gle and MLP had a baby Share this post Link to post Share on other sites
henkie (DayZ) 0 Posted July 9, 2013 You would need to edit the mod files he means that the client downloads individually when they install Day Z (or other Day Z mods).well im trying to edit the mod on my server and edit the same files in my operation arrowhead folder,but i dont know where to look for that... cant you edit the engine limits ? Share this post Link to post Share on other sites
nik21 287 Posted July 9, 2013 http://community.bistudio.com/wiki/setVelocityhttp://forums.bistudio.com/showthread.php?99593-Change-the-max-speed-of-vehicles Share this post Link to post Share on other sites
henkie (DayZ) 0 Posted July 9, 2013 http://community.bis...iki/setVelocityhttp://forums.bistud...eed-of-vehicles//////////////////////////////////////////////////////////////////// Function file for Armed Assault// Created by: Author: Blaunarwal//////////////////////////////////////////////////////////////////// usage: d=[heli,140] execVM "atspeed.sqf"_vehicle = _this select 0;_speed = _this select 1; comment "Added speed";_vel = velocity _vehicle;_dir = direction _vehicle;_vehicle setVelocity [(_vel select 0)+(sin _dir*_speed),(_vel select 1)+(cos _dir*_speed),(_vel select 2)];exit;how does this programm know what vehicle i mean?or is this for all vehicles? Share this post Link to post Share on other sites
nik21 287 Posted July 9, 2013 Actually... are you a server admin or a player? Share this post Link to post Share on other sites
henkie (DayZ) 0 Posted July 9, 2013 Actually... are you a server admin or a player?well i run the server so im both Share this post Link to post Share on other sites
henkie (DayZ) 0 Posted July 9, 2013 But i dont understand where i need to put that code... I already try to add atspeed.sqf in my \MPMissions\DayZ_Epoch_11.Chernarus\ directoryand edit my init.sql with the d=[car,140] execVM "atspeed.sqf" line,But i really dont know what im doing and its even not working... Share this post Link to post Share on other sites
U.G.N - Jedi Panda 1319 Posted July 18, 2013 no idea but id like to find out the answer, would like to see a 200 kph party bus :) Share this post Link to post Share on other sites