Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  Pulling car with obirope mechanics
#1
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
Reply
#2
(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,
Reply
#3
(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!
Reply