#Manual gearbox
1 messages ยท Page 1 of 1 (latest)
Yes any car that has the flag by default will be manual
https://github.com/Coffeelot/cw-gearbox/?tab=readme-ov-file#adding-the-flag-manually
Cw-tuning comes with an automatic gearbox that turn the vehicle automatic when applied
This is what i did pretty much but it won't change to automatic when in game. is this a correct application?
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?
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!
I'll add the role for one person per purchase at a time. So if the owner wants it later we'll transfer it or something ๐
Hmmm Then it might actually be just gearbox side
Are you sure the handling file is used?
Try modifying some other value in it like giving it crazy speed
It also pop's the notification telling me its manual when i change it from automatic, it just won't work as it should
when i add the 400 flag on the handlings it is a manual , it just won't change it from manual to auto and the other way around
ill fiddle with it a bit more , my guess is on the anti-cheat tbh
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
Yep and reasonably so!
Alright thanks for the help! ill contact the owner for the role, have a nice day!
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
Thats the thing! it does ,but wont actually change
Does the anti-cheat not print antything then? I'd assume it'd log attemtps to modify ๐ค
Not currently , but the installation is WIP so not everything is up and running
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?
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
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!
Could you post the debug logs of when you enter a car with an automatic gearbox
With an automatic gearbox but with handlings that make it manual u mean?
Yes. You're using cw tuning I assume?
and here is the setup for this car's handlings https://cdn.discordapp.com/attachments/235082072790794250/1287067635145506897/image.png?ex=66f032a4&is=66eee124&hm=447123ded8a00bfa6cbcd5f4f144bd4de1402a253d78c411606ba8be7fdb288e&
Fixed โ
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!!
fixed โ
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!
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)
All good then, it still works okey 70% of the time. Thanks for the help and your time!
Yeah I think that's about as good as it gets, while retaining some sort of performance
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!