#Manual gearbox

1 messages ยท Page 1 of 1 (latest)

solemn kelp
#

hello, is there a way to setup a vehicle as manual by default for example even if you steal a local car it'll be manual, and only change to automatic if you apply the automatic gearbox from tuning?

vapid helm
#

Cw-tuning comes with an automatic gearbox that turn the vehicle automatic when applied

solemn kelp
#

This is what i did pretty much but it won't change to automatic when in game. is this a correct application?

vapid helm
#

That looks correct ๐Ÿค” It might be something with tuning.

Could you DM me the transaction id and email for the tebex payment for tuning so I can get you set up with the correct roles?

solemn kelp
#

i've gotta go through the owner of the server for that as im currently a dev and i do not know those info's do you also add roles for dev's or just for the buyers

#

Also regarding the issue above, 90% it has to be my issue since it also does not change default automatic to manual (was working perfectly fine few days ago) while it has the strAdvancedFlags in handlings. Currently installing and anti-cheat so that might be preventing that change to be saved! Thanks for your time tho really apreaciate it!

vapid helm
vapid helm
#

Are you sure the handling file is used?

#

Try modifying some other value in it like giving it crazy speed

solemn kelp
#

It also pop's the notification telling me its manual when i change it from automatic, it just won't work as it should

solemn kelp
#

ill fiddle with it a bit more , my guess is on the anti-cheat tbh

vapid helm
#

Hmm, yeah anti cheat might affect both gearbox and tuning. They modify the handlings directly from client side

#

It sounds like something they'd try blocking

solemn kelp
#

Yep and reasonably so!

#

Alright thanks for the help! ill contact the owner for the role, have a nice day!

vapid helm
#

Good luck ๐Ÿ‘‹

#

Also, try enabling debug in both scripts

#

if they're interacting it'll print results from the checks

#

Gearbox debugs will say if the vehicle is supposed to be automatic or manual for example

solemn kelp
#

Thats the thing! it does ,but wont actually change

vapid helm
#

Does the anti-cheat not print antything then? I'd assume it'd log attemtps to modify ๐Ÿค”

solemn kelp
#

Not currently , but the installation is WIP so not everything is up and running

solemn kelp
#

Hey there, i noticed on car's that have the manual flags, that the cinematic camera is disabled even tho the default keybinds has been changed! Is there something that disables it?

vapid helm
#

Change the default kebinds probably

#

oh wait nvm

#

read that wrong

#

hmm

#

Probably related to line 191 or 192 in client.lua

#

wonder if it disables it even if you chagne the keybind for cinematic camera

solemn kelp
#

Hello,Thank you for the reply, unfortunately i did not manage to find something in the lines mentioned above neither in cw-gearbox nor in cw-tuning but i have a newly created issue that overshadow's the last. I have set some cars to be manual by default through handlings and when i apply the automatic transmission they are still manual. Gearbox debug shows that vehicle is automatic as per cw-gearbox but notification says that the vehicle is manual which in fact is!

vapid helm
#

Could you post the debug logs of when you enter a car with an automatic gearbox

solemn kelp
#

With an automatic gearbox but with handlings that make it manual u mean?

vapid helm
#

Yes. You're using cw tuning I assume?

vapid helm
#

Fixed โœ…

solemn kelp
#

Hey there! It did fix the issue we were having but there is a new issue now :3 After getting inside a manual car (made by handlings) its manual but if you get out of the vehicle and then get back in it, it will switch to being an automatic!!

vapid helm
#

That sucks

#

i'll take a look later

vapid helm
#

fixed โœ…

solemn kelp
#

Yeap! Thanks for the fast fixes really apprecieate it!

#

U gonna hate me but another issue came up! Other people now lost sync with the gear's it seems as its stuck in first gear sound/hud wise!

vapid helm
#

Do you mean other people in the car? Not the driver.

#

I haven't changed anything related to the sync so this isn't a a new issue

Not much I can do outside of making every gearing a server call (which would be really bad)

solemn kelp
#

All good then, it still works okey 70% of the time. Thanks for the help and your time!

vapid helm
#

Yeah I think that's about as good as it gets, while retaining some sort of performance

solemn kelp
#

Hey there! i came up with another question. My Base issue with sync is that if the vehicle is manual then everybody else will get the synced gear updates, but if you have a manual car made through handlings turned into an automatic, then the sync won't work and while the vehicle is now automatic everyone else will hear the car stuck in first gear! So my question is ,how hard would it be, if it's even possible, to make all the other clients instead of driver have the vehicle set as automatic so they hear vanilla gear changes by default even if its not synced with what the driver actually does? (Basically eliminates the need of sync every gear call server side as u said but i don't have the knowledge of it being even doable)

Thanks for your time yet again!