I'm not exactly sure what the problem is here. At first, I tried making a unified ground + hover class for the same sizes, but the hovers didn't hover and were just amphibious. Fair enough, I thought, it won't harm things to have 6 classes instead of 5. I copied TANKHOVER2 (which is what the bulk of the hovercraft in SWTA used) from the backup movedata.tdf file I had, renamed it to Hover2x2 (to match the changes I made in the fbis), and tried... no go, same problem. This is what perplexes me... why does the class that worked fine before fail now with only its name changed and nothing more? What the hell is the reason this doesn't work like it should?
Here's the class in question:
Code: Select all
[CLASS5]
{
Name=Hover2x2;
FootprintX=2;
FootprintZ=2;
MaxSlope=15;
BadSlope=15;
MaxWaterSlope=255;
BadWaterSlope=255;
CrushStrength=10;
}