Obi Official Forum

Full Version: Pulling car with obirope mechanics
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I have recently bought obirope. It's looks so amazing. I will be using obirope in my next game project. 

I want to apply pulling car mechanics with rope in my game. May I get little guide or suggestion before I start to implement it?

Thanks Sonrisa
(01-05-2022, 03:51 PM)incredible93 Wrote: [ -> ]Hello,

I have recently bought obirope. It's looks so amazing. I will be using obirope in my next game project. 

I want to apply pulling car mechanics with rope in my game. May I get little guide or suggestion before I start to implement it?

Thanks Sonrisa

Hi there!

This should be very easy to do: just attach the end of the rope you your car's rigidbody using a dynamic attachment, and the other end to whatever is pulling it (of it's another rigidbody, also use a dynamic attachment).See:
http://obi.virtualmethodstudio.com/manua...ments.html

kind regards,
(02-05-2022, 08:30 AM)josemendez Wrote: [ -> ]Hi there!

This should be very easy to do: just attach the end of the rope you your car's rigidbody using a dynamic attachment, and the other end to whatever is pulling it (of it's another rigidbody, also use a dynamic attachment).See:
http://obi.virtualmethodstudio.com/manua...ments.html

kind regards,


Thank you for the help. I am deciding to go with humanoid characters and it will be tug of war type game mechanics. The amount of players or npc depend on each level, starting will be with 1 or 2 players each side in later levels the count might increase. Sonrisa I will be using particle attachment for it too!