Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Also, I was merely asking what was the "addon" you used, which turned out it wasn't addon, it's a custom skin with no addons used as I just wanted to color the Authority Enforcers as well as probably other characters.
The armored NPCs are the Rage Enforcer models with custom materials.
My reskins or modifications for that particular addon are unfortunately not available for download, however, the original model is.
The weapons are from my weapon pack as mentioned in the description.
(lying) No, i didn't do this!
(halo shows up on head)
The armored NPCs are the Rage Enforcer models with custom materials.
My reskins or modifications for that particular addon are unfortunately not available for download, however, the original model is.
The weapons are from my weapon pack as mentioned in the description.
If you have to do it with lua, try checking for the cvars current value and deciding then, i.e.:
if (GetConVar("ihl_hud_enabled"):GetBool()) then
RunConsoleCommand("ihl_hud_enable", "0")
else
RunConsoleCommand("ihl_hud_enable", "1")
end
Otherwise, if you only want to use it for yourself, you can bind a cvar toggle through console using the literal "toggle" console command.
For example: bind "f2" "toggle ihl_hud_enabled 0 1" would map an on/off switch for the hud to your F2 key.
this code
local function EnableET()
if input.IsKeyDown(KEY_F2)
then
RunConsoleCommand( "thirdperson_enhanced_toggle" )
RunConsoleCommand( "*command*" )
end
end
But you hud good, this only one hud, which is suitable for my server)
That would require changing / adding code and couldn't be done without doing severe changes to the hud.
In theory, you could copy the sections responsible for i.e. health bar, etc., change the positions and the data used by the number indicators / bars, but like I said, it would require some knowledge of lua.
Unfortunately, this addon is fairly outdated and I'll likely not add specific DarkRP support.
Please post the error in the bug reports tthread.
D2_LOSTCOAST, GM_CONSTRUCT, GM_MOUNTIANSIDE, BM_C3A2H
But for this one, I'll stay for a few months :P
Could you make props', NPC's healthbar look nicer and display such things as exact health of it?
Thanks for attention!
I'll investigate further.
However, the fact that I do not run into any of those issues on several computers with multiple addons installed, does suggest an addon conflict or incompatibility issue of some sort.
I'm sorry for the inconvenience.
Also, please consider posting/replying about further bugs or issues in the bug reports thread instead of the main comments section.
This can be considered a bug and I'm aware of the issue. In fact, I've experienced it with my own weapons as well, but I'm afraid there is very little if anything I can do about it without throwing the 3d-esque appearance of the hud out of the window.
Should I ever find a proper solution, I'll fix it asap, but until then, there is little I can do about it.
Another user experienced a similar issue.
I tested the addon, but couldn't reproduce the issue / didn't run into it myself.
Please consider the recent post in the bug reports thread, this one in particular: https://steamhost.cn/steamcommunity_com/workshop/filedetails/discussion/581276198/458604254418534168/?ctp=3#c1471967529574234762
I'm sorry for the inconvenience.
1. __sub - [C]:-1
2. DrawCataHud - lua/autorun/catahud.lua:506
3. fn - lua/autorun/catahud.lua:1066
4. unknown - lua/ulib/shared/hook.lua:109
I have This Error (i think its the Error from the Hud)
Nothing I'd feel comfortable talking about in detail at the moment.
I haven't given any my addons - this one in particular - much attention in the past.
Should I ever get around to make another hud, it'll be a seperate / new addon instead of an update for this one.
Note that there is also a free but severely outdated version of the original BM:S source mod on ModDB and their official website, if I'm not mistaken.
It's bm_c3a2h from the original Black Mesa Source mod.
No problem, ask away. I'm glad you enjoy my work.
Can you please post the error message from the console in the Bug Reports thread linked above? I'd like to eventually adress the issue.
Also, can you please try to run the addon while having all your other addons disabled to make sure that the issue is not caused by an addon conflict (see main menu > Addons > "Disable All").
I'm sorry for the inconvenience.
This seems more of an issue related to the weapon pack then the hud.
In any case, please try disabling any addon but the weapon pack and give it a try again to rule out an addon conflict as a possible source of the issue. Also, please consider checking this thread of conflicting mods .
Should the problems persist, please let me know.
@ DyaMetR ; noodleeater :
Thanks.