henkie (DayZ)
Members-
Content Count
7 -
Joined
-
Last visited
Everything posted by henkie (DayZ)
-
Is there a way to edit the speed of the vehicles? I searched the whole web but not finding anything...
-
Editing the vehicles speed
henkie (DayZ) replied to henkie (DayZ)'s topic in Mod Servers & Private Hives
Someone? -
Editing the vehicles speed
henkie (DayZ) replied to henkie (DayZ)'s topic in Mod Servers & Private Hives
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\ directory and 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... -
Editing the vehicles speed
henkie (DayZ) replied to henkie (DayZ)'s topic in Mod Servers & Private Hives
well i run the server so im both -
Editing the vehicles speed
henkie (DayZ) replied to henkie (DayZ)'s topic in Mod Servers & Private Hives
////////////////////////////////////////////////////////////////// // 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? -
Editing the vehicles speed
henkie (DayZ) replied to henkie (DayZ)'s topic in Mod Servers & Private Hives
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 ? -
Editing the vehicles speed
henkie (DayZ) replied to henkie (DayZ)'s topic in Mod Servers & Private Hives
do you know where can you edit them on the client side?