So I'm building an insectoid walker and for some reason the game refuses to keep the ordering I've assigned to the different tracks:
I've lost count how many times I've tried to re-order "L B Hip 1" to appear below "L M Ankle" and "L M Pad" the game simply refuses to keep the ordering I assign them whenever I load the craft. I've tried deleting/re-saving the craft, saving under a different name, opening the file in a stock game... no avail. The weird part is that if I open the .craft file in Notepad++ and go looking for those entries, their rowIndex is consecutive (even if their physical location within the file is a little jumbled up) and as I'd expect them to be: L M Ankle = 10, L M Pad = 11 and L B Hip 1 = 12... Granted, this isn't a huge issue, but it's annoying, and it's bugging me.