[deleted user] The Police Doors are there because you only deleted the door mesh, and you didn't delete the doors from the Composite Drawable. Thus, the car still thinks it needs doors, and uses the door mesh f
The Police Doors are there because you only deleted the door mesh, and you didn't delete the doors from the Composite Drawable. Thus, the car still thinks it needs doors, and uses the door mesh from the last car loaded that has them, which is often cPolice due to it being the chase car. I made the same mistake the first time I tried porting a car.
Sonzai Oh, thank you :P
I feel like the re-positioning and lights will be somewhat the same, what I'm really curious about is how to add another set of wheels for the back axel.
Oh, thank you :P
I feel like the re-positioning and lights will be somewhat the same, what I'm really curious about is how to add another set of wheels for the back axel.
[deleted user] If you're talking about the truck having 6 wheels, I don't think that's possible. Someone feel free to correct me though.
If you're talking about the truck having 6 wheels, I don't think that's possible. Someone feel free to correct me though.
Mike If by "wheel pivots" you mean simply the position of the wheels, that can be changed by editing w0, w1, w2, and w3 in the car's normal skeleton. However, if that doesn't change it,
If by "wheel pivots" you mean simply the position of the wheels, that can be changed by editing w0, w1, w2, and w3 in the car's normal skeleton. However, if that doesn't change it, then that means you need to go into the animation, which is "PTRN_otto_v" in this case, and delete the animation groups for w0, w1, w2, and w3. But if you mean you need to change the point at which the wheels pivot, then you need to center the wheel model in Blender by pressing shift+s and selecting "Cursor to Center", pressing shift+ctrl+alt+c and selecting "Origin to 3D Cursor", then pressing shift+ctrl+alt+c again and selecting "Geometry to Origin".
You can change the collision object by changing the values in its contents. The normal collision object is named after your car, and that affects the collision while driving. The skeleton with "BV" after it is the car's collision data while you're out of the car; you can add more details to that one that you wouldn't normally bother adding to the regular one. Note that cars without a BV collision default to the regular collision for when you're not in the car. You can edit individual objects in the model, and there are ways to change certain aspects of each object; "Collision Vector Centre" controls the position, and "Collision Vector Rotation Matrix X/Y/Z" affects the size on the three axes. Most rectangular collision models are straight, so edit the highest value in each Matrix in order to keep it that way unless you want slanted collision models; that's at least what I've experienced, I don't know if that's true in every case.
To change the position of the flashing lights, go into "PTRN_otto_v" and try changing the values in "TRAN" under all of the "flash" animation groups. I think that's how you do it...
Anyway, I hope this helps!
Sonzai A thousand thanks, It looks just like it should, for the most part.
http://i.imgur.com/mW2f7aY.png
I moved the wheels in otto_v and otto_vBV but the wheels are still displaced in the game. I also d
A thousand thanks, It looks just like it should, for the most part.

I moved the wheels in otto_v and otto_vBV but the wheels are still displaced in the game. I also deleted all the flash animations in the anim group but they still appear.. I probably shouldn't have done that :l
