安装 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