CarHud and HeliHUD Modified [.LUA] 1.0
2,612
29
-
May 19, 2021
Forked GitHub repo: https://github.com/JayMontana36/VehHUD
Dependencies/Requirements:
- JM36 Lua Plugin
- Function (Re)Mapper for JM36 Lua Plugin
Installation:
1: Ensure you have JM36 Lua Plugin (GitHub | 5Mods)
2: Ensure you have Function (Re)Mapper for JM36 Lua Plugin (GitHub | 5Mods)
3: Put vehhud.lua into your JM36 Lua Plugin "ScriptsDir-Lua" scripts directory, along with the FunctionReMapper files if you don't already have them.
Bugs:
FiveM specific things do not work nor function and have either been disabled/removed or hard-coded to always be a static value, such as what gear your vehicle is in.
Credits & Permission:
Refer to the top of the Lua script where all the authors and permission grants are, and/or the original GitHub repo that this variant was forked from.
First Uploaded: May 18, 2021
Last Updated: May 18, 2021
Last Downloaded: 1 hour ago
39 Comments
More mods by JayMontana36:
- Lua
- Gtalua
Forked GitHub repo: https://github.com/JayMontana36/VehHUD
Dependencies/Requirements:
- JM36 Lua Plugin
- Function (Re)Mapper for JM36 Lua Plugin
Installation:
1: Ensure you have JM36 Lua Plugin (GitHub | 5Mods)
2: Ensure you have Function (Re)Mapper for JM36 Lua Plugin (GitHub | 5Mods)
3: Put vehhud.lua into your JM36 Lua Plugin "ScriptsDir-Lua" scripts directory, along with the FunctionReMapper files if you don't already have them.
Bugs:
FiveM specific things do not work nor function and have either been disabled/removed or hard-coded to always be a static value, such as what gear your vehicle is in.
Credits & Permission:
Refer to the top of the Lua script where all the authors and permission grants are, and/or the original GitHub repo that this variant was forked from.
First Uploaded: May 18, 2021
Last Updated: May 18, 2021
Last Downloaded: 1 hour ago
-
@JayMontana36 I see, will try with the fuel script. How to I enable the vehicle map in the lua script itself?
May 19, 2021 -
@JohnMcClane It's a simple boolean value, true/false, on one of the "RaceMode" settings
May 19, 2021 -
@JayMontana36 do you think you could convert the FiveM legacy fuel mod over?
May 19, 2021 -
@JayMontana36 I have a request too, sorry to bombard you like this can you convert this mod to soloplay , i tryed my self (by your tips you said in that other post) but i am no scripter and it doesnt work when i do it
https://www.lcpdfr.com/downloads/gta5mods/scripts/33608-no-speed-police/
Or if you could make one like it , that be nice too
What it does is grabs the street name and limits your car to a speed as defined in the script , would also be nice if you can turn it off if you needed to (not siren off, but like a key to turn it off, but siren is nice too)May 19, 2021 -
-
@JohnMcClane https://www.gta5-mods.com/scripts/fuel-script-v-sakis25 this is the fuel script i use (well used to, i took it out cuz i found a different one, this has the bar liek what you want, the only think i dont like is that insted of getting out of the car, you refill with the horn)
May 19, 2021 -
@loganfelska if you read the first line of the discription of the mod, you will anwser your own question
"This is a port of the (commonly known and referred to as "DoJ styled/themed") car/vehicle HUD from https://forum.cfx.re/t/release-carhud-and-helihud-modified-and-better-looking-v-1-9-new-update/97812"May 19, 2021 -
-
@FulcrumTano One day maybe, though I don't think it'll be any time soon due to the way that it is written to function.
May 20, 2021 -
@cakuzma Yeah I think I'd be able to port that script over in the near future; the script itself is incredibly inefficient, and depending upon script licensing and whatnot depends upon whether I just do a 1:1 port (minimum changes made to get it working/ported) or create my own based upon it from scratch (far more efficient).
May 20, 2021 -
@loganfelska Yes, if you ***read the very first line*** of the description, the answer to your asked question was already answered days before you asked, answered before it was even approved/visible on 5mods.
May 20, 2021 -
There's seems to be a conflict with the HUD after enabling cinematic mode inside the vehicles, the hud flashes constantly. great mod so far
May 21, 2021 -
-
-
Hi, I am having an issue w/ the seatbelt function. Whenever I press the key to toggle ('k') the whole hud disappears and I receive the following message in my command window
" scripts\ScriptsDir-Lua\//vehhud.lua:981: error in function 'DISABLE_CONTROL_ACTION'.
argument #3 is '[no object]'; 'boolean' expected."May 24, 2021 -
-




@Odraymo It was originally written for FiveM but has been ported over to singleplayer using `JM36 Lua Plugin`, so this version is meant for singleplayer and not at all for FiveM. It does require both `JM36 Lua Plugin` and `Function (Re)Mapper for JM36 Lua Plugin` to work, but at this time of writing the Function (Re)Mapper still hasn't been approved here yet so you'll have to grab it from the GitHub instead.