-
[Request] Cars.
So, we all know the main bug with Vehicles right now is collision.
Well, i think we're over thinking it, and can be fixed in a simple way.
In studio, cars work FINE, maybe small bugs.
But once you in "Final Build" Your cars become really bugged.
My thought is, something on the server side is not properly working. So starting soon, im going to look at all the server code related to cars, and WILL be releasing a fix.
-
Re: [Request] Cars.
If the problem is the collision should create custom is as to whether the vehicle collision system apart I propose that should reprogram the vehicle and improve storage boxes or a hide box in the place where the player take the vehicle already as it is with this box can hide the animation schedule an event in which the player enters it. It is like creating a triger in Unity and passing on or interact in an event that allows this action is created.
It's what I think.
-
Re: [Request] Cars.
Vehicle collision is not broken. When the AI_Player invokes the vehicle it switches to a usable state with PhysX collision. the function that invokes this is void obj_Vehicle::SwitchToDrivable(bool doDrive) this is in obj_vehicle.cpp. Also m70b1jr, why would a problem with the client be a server problem? the only thing the server does with vehicles is to report to all connected peers of the new location of the object in the gameserver. Everything to make vehicles 'work' is included in DNC's release.