Posts: 266
Threads: 34
Joined: Feb 2015
Reputation:
0
When attaching an object to a vehicle with a collision disabled, the other players collide with the object attached. Any way to make the object have no collision?
thanks
Posts: 4,885
Threads: 57
Joined: Jun 2012
Reputation:
0
There is something you could try and prototype and test.
- Put NPC in vehicle
- Use a player attached object on the NPC
Don't know the results you will get but it could give you a semi-acceptable result at least you will be able to scale objects.
Typically when I create a system like this I write out all the functions I think I will need before scripting them. I start with the desired function the best example would be CA_RayCastLine() that took two years development from many people. For most systems it won't take you two years to get there most should be done in a day or even a couple hours.