I am trying to figure out a problem with wheels that I'm trying to use for a converted model.
I've got the brake disc to turn fine on the right axis, but the wheels themselves don't spawn correctly
Video of the issue below:
https://youtu.be/T370V-QoYD4
Wheels spawning in-correctly.
Re: Wheels spawning in-correctly.
wheel object's local axes are wrong. either in your model or in an upgrade file.
P.S. mind, the game uses hierarchy (axes positions) from model.yft file, not "model_hi.yft" file. If you make changes in model_hi.yft file only, this will not have an effect in game.
P.S. mind, the game uses hierarchy (axes positions) from model.yft file, not "model_hi.yft" file. If you make changes in model_hi.yft file only, this will not have an effect in game.
Re: Wheels spawning in-correctly.
Managed to figure it out was a simple axes issue that I overlooked!Oleg wrote: ↑Sun Mar 16, 2025 12:56 pm wheel object's local axes are wrong. either in your model or in an upgrade file.
P.S. mind, the game uses hierarchy (axes positions) from model.yft file, not "model_hi.yft" file. If you make changes in model_hi.yft file only, this will not have an effect in game.