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