Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
davwheat committed Apr 24, 2020
1 parent b778fa0 commit 2e88b7a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 15 deletions.
31 changes: 17 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,32 @@
# FiveM - HeliCam by davwheat

(Forked from [mraes](https://www.github.com/mraes))
Version 2.0 - 05/11/2018
Version 3.0 - 24/05/2020

## Instructions

* Download resource
* Add `start heli` entry to your FX Server config
* Add `start heli` or `ensure heli` entry to your FX Server config

**NOTE:** Do not rename the resource folder, otherwise the resource will break. Instead, but it inside a resource group folder (e.g. `[HeliCam]`).

## Controls

* Press the the E key to switch to the HeliCam
* Move mouse to rotate camera view.
* Scroll to zoom in/out.
* Use the RIGHT MOUSE BUTTON to switch between normal, night vision and thermal vision
* When camera view pointed at vehicle and within range, you can see vehicle info. (Make, model and license plate).
* When camera view pointed at vehicle and within range, press SPACE to toggle camera lock onto the vehicle.
* Press the `X` key to rappel from the helicopter
* Press **E** (Right D-Pad) to switch to the HeliCam.
* **Move mouse** (right stick) to rotate camera view.
* Use **scroll wheel** to zoom in/out.
* Use **RIGHT MOUSE BUTTON** (left trigger) to switch between normal, night and thermal vision.
* Use **SPACE** (X on controller) while scanning a vehicle to lock onto it
* Use **X** (push left stick) to rappel from the helicopter while in passenger seat

## Changelog

Date format: DD/MM/YYYY

* 08/06/2017: Added smoothing to camera movement.
* 08/06/2017: Added night vision and thermal vision.
* 09/06/2017: Made camera movement smoother when zoomed in.
* 12/06/2017: Added rappel, spotlight and showing of vehicle information + lock onto vehicle. Changed some keys. Added screen effect overlay to make it look like cam feed.
* 05/11/2018: Forked by davwheat
* **08/06/2017**: Added smoothing to camera movement.
* **08/06/2017**: Added night vision and thermal vision.
* **09/06/2017**: Made camera movement smoother when zoomed in.
* **12/06/2017**: Added rappel, spotlight and showing of vehicle information + lock onto vehicle. Changed some keys. Added screen effect overlay to make it look like cam feed.
* **05/11/2018**: Forked by davwheat
* **24/04/2020**: Update UI using NUI system; add server-sync spotlight.
* **24/04/2020**: Add UI indicators for spotlight and vehicle speed.
5 changes: 4 additions & 1 deletion __resource.lua → fxmanifest.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
resource_manifest_version '05cfa83c-a124-4cfa-a768-c24a5811d8f9'
fx_version 'bodacious'
games {'gta5'}

author 'David Wheatley'
description 'FiveM Helicopter Camera by davwheat and mraes'
version '3.0.0'

client_script 'heli_client.lua'
server_script 'heli_server.lua'
Expand Down

0 comments on commit 2e88b7a

Please sign in to comment.