Bonjour, je me permets ce message car j’ai activé la fonction Jump mais celle-ci ne se déclenche pas, ce qui m’a occasionné un gros crash en piste sur la dernière course de mon championnat.
Les paramètres de la fonction sont :
[EXTRA_TWEAKS]
JUMP_LIMIT = 0.3
JUMP_PAUSE_COLLISIONS_FOR = 5
Que dois je faire pour cette fonction s’active correctement s’il vous plait
Hi,
I’m afraid I’m not in the best position to answer this question as the function in question is entirely controlled by Custom Shaders Patch, which we provide support for in ACSM but do not control or develop ourselves.
Having said that, as far as I know it is required to also enable CUSTOM_MOTION
, otherwise the jump limit does not work. You may also see improvements by lowering the JUMP_LIMIT
value slightly.
[EXTRA_TWEAKS]
CUSTOM_MOTION = 1, SMOOTH
JUMP_LIMIT = 0.3
JUMP_PAUSE_COLLISIONS_FOR = 5
This is documented here: Misc – Server extra options · ac-custom-shaders-patch/acc-extension-config Wiki · GitHub.
Thanks