Jump to content

henkie (DayZ)

Members
  • Content Count

    7
  • Joined

  • Last visited

Everything posted by henkie (DayZ)

  1. Is there a way to edit the speed of the vehicles? I searched the whole web but not finding anything...
  2. henkie (DayZ)

    Editing the vehicles speed

    Someone?
  3. henkie (DayZ)

    Editing the vehicles speed

    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...
  4. henkie (DayZ)

    Editing the vehicles speed

    well i run the server so im both
  5. henkie (DayZ)

    Editing the vehicles speed

    ////////////////////////////////////////////////////////////////// // 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?
  6. henkie (DayZ)

    Editing the vehicles speed

    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 ?
  7. henkie (DayZ)

    Editing the vehicles speed

    do you know where can you edit them on the client side?
×