CarHud and HeliHUD Modified [.LUA] 3.0
11,097
100
-
2021년 05월 19일 (수)
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.
Changelog:
- Release3 - BugFix: Invalid/Missing rage native function call param
- Release2 - BugFix: "K" SeatBelt
최초 업로드: 2021년 05월 18일 (화)
마지막 업로드: 2022년 04월 21일 (목)
마지막 다운로드: 1시간 전
댓글 123
More mods by JayMontana36:
![[2022] Lua Plugin for Script Hook V (Reloaded) [2022] Lua Plugin for Script Hook V (Reloaded)](https://img.gta5-mods.com/q75-w500-h333-cfill/images/jm36-lua-plugin-for-script-hook-v-reloaded/6e216d-Lua-logo-nolabel.jpg)
- Script Hook
- 개발자
- Lua
- 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.
Changelog:
- Release3 - BugFix: Invalid/Missing rage native function call param
- Release2 - BugFix: "K" SeatBelt
최초 업로드: 2021년 05월 18일 (화)
마지막 업로드: 2022년 04월 21일 (목)
마지막 다운로드: 1시간 전
-
@JayMontana36 I definitely feel a little silly. That was the issue. Everything works fine with original LUA plugin removed. Thanks for the help man!
2022년 04월 21일 (목) -
@v1r No problem lol glad it wasn't just me overlooking something again (the past 2 versions had broken backward compatibility due to me forgetting+overlooking things needed for that, but the latest fixed that and improved everything). Also some notable improvements with JM36 vs original is that original scripts can no longer block or delay other scripts from running, so pretty much every script now (whether original or JM36) works even better together under this new version. I have also been thinking about maybe possibly rewriting some of the original scripts over to better take greater advantage of all of the improvements than you get with JM36, but have no idea which scripts I should remake.
2022년 04월 21일 (목) -
@JayMontana36 There is a ton of FiveM only scripts that would be great for SP.
2022년 04월 21일 (목) -
@v1r @Easytron lol the only problem is while JM36 Lua plugin makes it a lot easier and faster to port, there are still ultimately some things that at this time are just not possible to port, and on top of that most of my time is spent working one way or another, and whenever I do have some free time, if I'm in the mood then that time goes towards either having some fun or trying to further improve JM36 Lua Plugin (still trying to attract more people to it as well to hopefully get it to be more popular again and then maybe more people will be porting FiveM scripts, especially when/if the limiting factors can be ironed out)
2022년 04월 21일 (목) -
@JayMontana36 An idea for something i could really use is a script that lets you hold objects in your hand(s) for example a pizzabox)
2022년 04월 21일 (목) -
@v1r That would either be a port of a FiveM script that already does something similar (such as dpemotes or something), or something entirely new that as far as I know won't be possible with the current state of the iCore/ASI, since me doing something entirely new would be the ability to look at an object and then pick it up or interact with it.
2022년 04월 22일 (금) -
-
@21821 Fuel is not a part of this script, you need a different script or mod for that.
2022년 04월 22일 (금) -
-
-
-
-
@ORTEGAMODS Yes, open up the vehhud Lua file, scroll down to line 91 where it says "local seatbeltkey = 311 -- K" and change that number (311) over to another control value/ID. You can visit https://docs.fivem.net/docs/game-references/controls for a list of controls and their IDs/values that you can change it to.
2022년 04월 23일 (토) -
@MrModMan75 Thanks! I'll eventually get around to bringing more stuff over.
2022년 04월 23일 (토) -
-
@rapidsebu Yes, by editing the script, you can change the text colors to be pretty much whatever you want them to be, one way or another; because this is a (huge) port however, and one that is no longer aligned with the latest modern design recommendations for JM36 LP, I won't necessarily provide any support for this beyond simply fixing any bugs or maintaining compatibility.
2022년 05월 20일 (금) -
-
@Baber180 You can enable and disable various components or parts of the script by modifying the top (config) section of the script.
2022년 06월 23일 (목) -
@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.