Steam 설치
로그인
|
언어
简体中文(중국어 간체)
繁體中文(중국어 번체)
日本語(일본어)
ไทย(태국어)
Български(불가리아어)
Čeština(체코어)
Dansk(덴마크어)
Deutsch(독일어)
English(영어)
Español - España(스페인어 - 스페인)
Español - Latinoamérica(스페인어 - 중남미)
Ελληνικά(그리스어)
Français(프랑스어)
Italiano(이탈리아어)
Bahasa Indonesia(인도네시아어)
Magyar(헝가리어)
Nederlands(네덜란드어)
Norsk(노르웨이어)
Polski(폴란드어)
Português(포르투갈어 - 포르투갈)
Português - Brasil(포르투갈어 - 브라질)
Română(루마니아어)
Русский(러시아어)
Suomi(핀란드어)
Svenska(스웨덴어)
Türkçe(튀르키예어)
Tiếng Việt(베트남어)
Українська(우크라이나어)
번역 관련 문제 보고
1. Make sure to restart your game after installing the addon. You should always restart the game after installing / uninstalling any addon.
2. Try if it works in Sandbox or other gamemodes.
3. Is your DarkRP heavily modified? I tested the vanilla Workshop version and it should worked fine. Please try without mods.
4. Try to disable other addons in case there is a conflict. Also check the console output if you got any lua errors.
This addon fixes it by default, but your addon seems to override it: https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=227947662
If you could fix that, then this addon would be a perfect rating for me, since the players we use use HWM and it's kind of silly having everyone run around with their mouths off to the side.
Before that, I never looked at HWM ragdolls and actually thought that flexes would always go from 0 to 1 and hardcoded that for the sliders.
I changed the code, so that it reads the actual min and max values. I'm trying to detect HWM flexes and set them to 0.5 default value. But before I can release an update, I need to test if it works.
Could you link me to a playermodel that uses HWM flexes? Couldn't find one right now, but I don't have much time today. Can't test this with ragdolls, because my addon only affects playermodels. After testing the fix, I hope I can release an update tomorrow.
Do you know a fix for this?
I'm currently working on a better way to override the playermodels that should work everywhere. If it works, you can expect a new release at the end of this week. Can't promise anything, though.
In the meantime, you can just open the menu and click the apply button again.
1. Setup - lua/autorun/lf_playermodel_selector.lua:271
2. unknown - lua/autorun/lf_playermodel_selector.lua:963
3. unknown - lua/includes/modules/concommand.lua:54
Please tell me the value of your cl_playercolor cvar.
[Enhanced PlayerModel Selector] lua/autorun/lf_playermodel_selector.lua:271: attempt to perform arithmetic on a string value
1. Setup - lua/autorun/lf_playermodel_selector.lua:271
2. unknown - lua/autorun/lf_playermodel_selector.lua:963
3. unknown - lua/includes/modules/concommand.lua:54
I don't know what this means or why it's happening but when I host a world with the addon enabled my friends can use it but I can't.
This is the respose i got:
] cl_playercolor
"cl_playercolor" = "39215688230479407000000.000000 39215688230479407000000.000000 1.#INF00" ( def. "" )
server_can_execute clientcmd_can_execute
- The value is a Vector - so between 0-1 - not between 0-255
1. Setup - lua/autorun/lf_playermodel_selector.lua:271
2. unknown - lua/autorun/lf_playermodel_selector.lua:963
3. unknown - lua/includes/modules/concommand.lua:54
NEVER MIND FIXED IT