
I've added two new vehicles. But I can't actually say what they are until EAsy goes public with them. So I will wait till they do, before I make a video showing all the things I got in the mod thus far.

That wouldn't work very well. The reason I would have liked to use it as I had originally coded it was that the tire's destruction would actually impact the driving physics of the car and would thus add some realism. However making them separate PCOs would prevent that from occuring and then they would be purely decorative and have no impact on the driving physics even when destroyed. So no go on that method.Vilespring wrote:I looked around a bit and saw you couldn't add the destructible tire on the back of the willy without problems. I woke up the next day with the dumbest idea.
Make the tire a PCO. I thought that it would just need no entrance points, and spawned with a spawner with the "ObjectTemplate.NrOfObjectToSpawn 1" and the "ObjectTemplate.holdObject 1." Very dumb, yes, but it should work, since the Ratte in secret weapons uses that idea for the gun ports.

I had even expiremented with having engines that are destructible (just needed to make sure they are on a mesh that is hittable by a projectile) and they too can effectively be destroyed. Like for example, attaching one or more of the hover engines of a helicopter to a destructible child object and it gets destroyed while flying, the helo then flys out of control of sorts until the player either crashes and dies or bails out. (since in reality there are many instances where aircraft will malfunction and fly out of control in many instances when they become damaged. They simply don't "explode" the instant they become unflyable.

It seemed to work great, but during singleplayer testing I tested it when it had bots in it, and noticed it would kill the occupants of the vehicle despite the host vehicle not actually being destroyed. Thus the reason I had to drop my idea for this in my mod.
