Weird sitting position on a moded motorcycle

Hello! When I use this bike on my fivem server, my character doesn’t sit correctly on it. However, I have modified my “vehicles.meta” file but nothing happens.
Here is a screen and my vehicles file.

vehicles.meta (5.5 KB)

I give you another picture of the strange position

The vehicles.meta file has a property called LAYOUT.
In yours it is;

<layout>LAYOUT_BIKE_SPORT</layout>

Change this to your desired riding style;

LAYOUT_BIKE_DIRT
LAYOUT_BIKE_POLICE
LAYOUT_BIKE_SPORT
LAYOUT_BIKE_FREEWAY
LAYOUT_BIKE_SPORT_BATI
LAYOUT_BIKE_CHOPPER
LAYOUT_BIKE_SCOOTER

Have a look into vehiclelayouts.meta for more info.

I change the layout but there are no changes … do you know what the vehiclelayouts.meta should be made of?

I try to put this vehicle in the place of the basic police motorcycle. Can the game rewrite over it?

Yeah, replacement vehicles work fine, although there was something odd that I found when I replaced the default “policeb” motorcycle. It bugged the speed and was too fast. I slowed it down by adjusting the handling.meta but it didn’t respond to changes. Maybe there is an issue with replacing this particular vehicle. But I wouldn’t know why that would be.

1 Like

thanks a lot for your answers !