Jump to content

Recommended Posts

Posted

Spawning carts and wagons with the following code will give me an empty wagon:
 

_wagon = new Vehicle(_wagonName, _location, _heading);

 

As there are a lot of wagons in game, which have different sets of barrels, crates, sacks and lootable boxes on them, I was wondering if there is a way to randomize what cargo they're hauling.

Does anyone have some input on this?

Posted

I have not messed with this myself, but since you say they are empty when you spawn them in, perhaps it is similar to V's extra system on vehicle.

Posted

Some carts have different propset presets. You can check the vehicles.meta file and see the propset names and then request the hash with 

 

Posted

Hi and a happy New Year!

 

Thank you for the tip regarding the vehicle.meta file. How am I supposed to open it though?
I saw that OpenIV is currently working on RDR2 support but it's not public yet.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...