Installer Steam
log på
|
sprog
简体中文 (forenklet kinesisk)
繁體中文 (traditionelt kinesisk)
日本語 (japansk)
한국어 (koreansk)
ไทย (thai)
Български (bulgarsk)
Čeština (tjekkisk)
Deutsch (tysk)
English (engelsk)
Español – España (spansk – Spanien)
Español – Latinoamérica (spansk – Latinamerika)
Ελληνικά (græsk)
Français (fransk)
Italiano (italiensk)
Bahasa indonesia (indonesisk)
Magyar (ungarsk)
Nederlands (hollandsk)
Norsk
Polski (polsk)
Português (portugisisk – Portugal)
Português – Brasil (portugisisk – Brasilien)
Română (rumænsk)
Русский (russisk)
Suomi (finsk)
Svenska (svensk)
Türkçe (tyrkisk)
Tiếng Việt (Vietnamesisk)
Українська (ukrainsk)
Rapporter et oversættelsesproblem
1. unknown - lua/weapons/hdtf_weapon_base/shared.lua:232
2. SelectWeapon - [C]:-1
3. unknown - lua/autorun/server/hook_lynchnpcsessentials_main_sv.lua:2370 (x2)
Causes errors when using with Lynch’s NPCs Essentials. (Only happens when weapon switching is enabled)
(but none involve shaders or anything that enhances textures)
But the nightvision just permanently blinds me with a VERY bright blue screen, even if i unequip them
Notably the HDTF_Thinkglobal hook is the culprit
"Think" hooks run every tick (Usually Client Framerate or 33-66 times a second) meaning that [for _, ent in ents.Iterator() do] loop will clog up runtime as they iterate through every entity, every single tick. Thats the only major issue ive found with the addon.
There is also a minor issue with the Kar98's reload animation interrupting itself