"moon-island-uniform"

So i have had RHD drive cars work no issue. Im trying the chaser, trying to do a separate layouts file for the jzx100 but the car spawns, doesn’t put me in it, and if i try to get it it crashed me.

1 Like

yeah its RHD issues . but i dont get what @Radbug said . my brain stop working or please make a video how to fixed it TIA :slight_smile:

1 Like

I found a new issue (maybe I am just a tardo at doing this)

I can get the vehicle to spawn in and everything, I have moved the vehiclelayouts.txt file into its own .lua file. But when I “F” to get into the vehicle, my game crashes and gives me the “moon-island-uniform” crash.

If someone were to make a video on how to fix this, please link it here >.<

3 Likes

Just make sure your vehicles load with the resource formats I posted above and it should work. 2 separate resources. One is the vehicles, the other is the layouts. make sure the layouts resource loads after the vehicles resource

so one folder two resource ?

1 Like

how do you put 2 resource files in one folder?

it’s easy if he make video for us ;(

you cant. must be in separate folders.

You can you just need to follow the tutorial that are out there on how to combine resources.

Hey Rad, Im having a rough time figuring this stuff out, and im curious if its possible for you to share the files as you have them working for the cars? I’m trying to get the Rx7 working specifically but I’m quite lost

those are the only files. they are just a __resource.lua

the vehicles addon should be in a folder (lets call it VehiclePack)

so inside VehiclePack folder should be:

  • a __resource.lua
  • a folder named ‘stream’

put all the vehicles model/texture files (.ymt etc ) in the ‘stream’ folder
put all the .meta files (vehicle.meta handling.meta carcols.meta etc) EXCEPT the vehicleslayouts.meta in the main folder (VehiclesPack) not in the stream folder

thein for the second addon you make a new folder outside of the vehiclespack folder (completely separate) lets call it ‘VehicleLayouts’

in that folder should be :

  • a __resource.lua file like the one above
    all the vehiclelayouts.meta files, each in a folder of their own name, update the _resource accordingly

finally in your server cfg add:

start VehiclePack
start VehicleLayouts

in that order, preferably earlier in the cfg rather than later

2 Likes

This is what i was looking for, I had the former finished up but the vehicle layouts and its resource was confusing me on where to go, Thanks for your time i appreciate it!

no prob :slight_smile:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.