#I added the flags to the car handling, and the handling works but the car still turns gears herself

1 messages ยท Page 1 of 1 (latest)

blazing steeple
#

How can i fix this?? here is the handling file

#

i tried 400 to but still nothing

unkempt kiln
#

are you sure this handling file is loaded?

#

Also as im sure you read in the guidelines before posting ( kap ) :

#

Enable debug

blazing steeple
#

iam sure

#

the guidelines tho.....

#

:DD

#

the gear changes but it changes back

#

i can send a vid if you want

unkempt kiln
#

I dont want a video, I want debug logs

blazing steeple
#

there arent any logs :D

#

just this

#

changes back thats it

#

notifies pop up the gear changes and quickly changes back

#

is there a default gta 5 car i can try this on that works?

#

maybe it is the handling

unkempt kiln
#

No gta car has the manual flag on by default

blazing steeple
#

idk the gears change and that works fine, but the car still changes gears on it's own

#

as i tried downshifting everything works fine, but i dont need to shift and it can still change on its own

unkempt kiln
#

That's strange

#

do you have any other script that modifies gearboxes?

blazing steeple
#

oh let me check

#

nah i dont think so

unkempt kiln
#

I'd prefer if you made sure

blazing steeple
#

you funny

#

aight ill make sure sure

#

yeah now iam sure sure

#

as close as it can get is like enginetoggle

#

but thats definetly not the issue

unkempt kiln
#

And no changes to config?

blazing steeple
#

-- QBCore = exports['qb-core']:GetCoreObject()  -- uncomment if you use QBCore
 ESX = exports["es_extended"]:getSharedObject() -- uncomment if you use ESX

Config.Debug = true -- toggle this on if you have issues, BEFORE asking for help
Config.OxLib = true -- set to true if you use Oxlib, will otherwise default to QBcore. Make sure to double check fxmanifest if this is included or not
Config.Notify = "OX" -- QB/ESX/OX/ST -- (ST = Standalone)

Config.CwTuning = false -- Set to true if you use CW tuning and want to use that scripts gearbox swaps
Config.UseOtherCheck = false -- set to true and add your code to client.lua. Search for "ADD YOUR CHECK HERE" in the file

Config.ClutchTime = 300 -- value / clutchChangeRate As standard, GTA uses 900 for this value but I found that lower values works better. Higher means slower gearing.

Config.Keys = {
    gearUp = 'E',
    gearDown = 'Q'
}```
unkempt kiln
#

Yeah that's strange

#

no idea

blazing steeple
#

damn

unkempt kiln
#

Is your game version 3095?

blazing steeple
#

nah

#

is that the problem?

unkempt kiln
#

yeah

#

almost definitely

blazing steeple
#

aight

#

ty

unkempt kiln
#

what version you got?

blazing steeple
#

give me a sec

blazing steeple
unkempt kiln
#

Should be the one-below the recommended one then

blazing steeple
#

aight

unkempt kiln
#

So it does need the very latest

blazing steeple
#

ill check in a moment

#

ty

unkempt kiln
#

good to know tho. thanks

blazing steeple
#

works fine ty so much

#

cool guy

#

:D

unkempt kiln
#

Don't forget to grab the update that was just released ๐Ÿ‘€

blazing steeple
#

i did just now

#

thats cool

#

but to make it like a real manual it would be cool to make it so you have to put on reverse

#

and have like neutral

#

also i found some bugs with it

unkempt kiln
#

very cool ideas but it adds way to much complexity to something I prefer keeping simple.

blazing steeple
#

there are some things to be worked on here for the script to be fabulous :D

blazing steeple
#

it's your script

unkempt kiln
blazing steeple
#

you shouldnt be able to drive with like for instance 5fifth gear yea?

unkempt kiln
#

Depends on the car strenght I think

blazing steeple
#

ah

#

okay

#

then nvm

unkempt kiln
#

Most of the gearing logic cept for the clutch time, gear skipping and neutral while swapping gears is just base GTA gear system.

I don't really plan to try to work around that to much because then this script will just end up like HRSgears LuL

unkempt kiln
#

This script offers high compatiblity and near-0 performance impact which is it's main selling point

blazing steeple
#

i get you

#

ty for your help