Fivem Server not recognizing addons

Hello, I have my own dedicated server and I have done everything to try to add custom vehicles. I dragged the files into my resources folder and started the resource in the config file. I even added it to vmenu but no matter what I do the server doesn’t recognize the addon. Just wondering if anyone has the same issue or a fix.

1 Like

Please send us the custom vehicle resource

Chevy Camaro

The problem here is that this is just a pure .rpf file if you put it in the resources folder FiveM won’t recognize it or can’t read it.
You have to make the car FiveM ready, extract the internal data and convert it into a suitable resource for streaming.

Here you can find a good video how to do that: How To Convert A dlc.rpf File Into A FiveM Ready Vehicle - YouTube

Please let me know if it works after the conversion :slight_smile:

Still doesn’t work

Also I already had it converted. I just sent you the link to download it. Didn’t realize it was an rpf.

image_2023-08-03_184657986
This is an image of the config file

Send me the converted resource please (the ss16 folder)

ss16.zip (21.7 MB)

Only the first 4 cars in the config are working all the other ones don’t work for some reason.

It may well be that the vehicle itself is broken or does not work on FiveM. But unfortunately I’m not a car developer, maybe someone can be found here

It’s not letting me add anything. So either every car I’m trying to add is broken or theres something wrong with the server. Thanks for your help anyway.

1 Like

I figured it out. I made this server a long time ago and got a new storage drive and I never changed the specifications of my server starter. So it wasn’t recognizing the new additions. Thank you for your help

Btw don’t use _resource.lua use fxmanifest.lua instead

Both works fine, dosent really matter which one you use.

Its better practice to use fxmanifests

Yes both work, nobody doubted that but it is not about if it works but what is better and not outdated. The _resource.lua is no more time conform like fxmanifest.lua, therefore all developers should use this nowadays only.

wait how im having this problem aswell with my server i i looked at the server console and it doesnt laod the vehicle from the ensured file that its in and its fivem ready so im confused