Argom Posted December 7, 2020 Share Posted December 7, 2020 Hi I was trying to put a Yacht from GTA V for MTA when the resource starts the .TXD and .DFF load correctly minus the .COL so is there any way to load the .COL for a Boat? or you have to use a separate function ? I hope you can help me Link to comment
Administrators Tut Posted December 7, 2020 Administrators Share Posted December 7, 2020 Hi, Vehicles have their collision embedded in their DFF file. If your boat is a world object, you can instead load the collision separately using engineLoadCol. Because vehicle collisions are real time, it's not ideal to use vehicles for larger boats as when players interact with them, they'll do weird jumps and pushes. As GTA 5 Yacht is huge, you would be better off replacing a world object as the collision is then static. The world object can be attached to a vehicle if you want to retain boat handling. Link to comment
Argom Posted December 7, 2020 Author Share Posted December 7, 2020 (edited) 13 hours ago, Tut said: Hi, Vehicles have their collision embedded in their DFF file. If your boat is a world object, you can instead load the collision separately using engineLoadCol. Because vehicle collisions are real time, it's not ideal to use vehicles for larger boats as when players interact with them, they'll do weird jumps and pushes. As GTA 5 Yacht is huge, you would be better off replacing a world object as the collision is then static. The world object can be attached to a vehicle if you want to retain boat handling. Hi, I already found a way to put the files correctly but is there any way to pass that to a vehicle to drive the Yacht using the collision of a map object? Edited December 7, 2020 by Argom Another doubt Another doubt Otra duda another question otra pregunta Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now