Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[problem]減速度カスタムの記述方法について #443

Open
hamaqRTM opened this issue Sep 17, 2024 · 1 comment
Open

[problem]減速度カスタムの記述方法について #443

hamaqRTM opened this issue Sep 17, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@hamaqRTM
Copy link

Describe the bug

(正確にはバグでない可能性がありますが)減速度カスタムのオプションについて、それぞれ指定する数は負の数である必要があります。それについての記載がWiki内に無かったため、実装に苦労しました。念のため共有と試した内容を共有します。

To Reproduce

1.(恐らく)正常な動作をする記述
"deccelerations" : [-0.0003, -0.0006, -0.0009, -0.0013, -0.0017, -0.0021, -0.0025, -0.0029, -0.0035],

2.非常ブレーキ(-8)以外は恐らく機能している記述
"deccelerations" : [0.0006, 0.0009, 0.0013, 0.0017, 0.0021, 0.0025, 0.0029, 0.0035],

3.ブレーキ時に加速してしまう
"deccelerations" : [0.0003, 0.0006, 0.0009, 0.0013, 0.0017, 0.0021, 0.0025, 0.0029, 0.0035],

Expected behavior

No response

Actual Behavior

No response

Screenshots

No response

Crash Reports

No response

OS

Windows10 Home 22H2

KaizPatchX Version

1.8.0

Other Mods

No response

@hamaqRTM hamaqRTM added the bug Something isn't working label Sep 17, 2024
@Kai-Z-JP
Copy link
Owner

確かに
言われてみれば減速度なんだから正のほうが自然かも

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants