I've been having similar issues trying to decipher some of the attributes.
My Best Guess is the Angular in thruster is the maximum degrees of travel you can make within a certain amount of time. You'll notice it doesn't have a strafe or yaw attribute, only roll and pitch. That leads me to believe it's angular thrust or maximum angular thrust. Sorry if I can't be much more help.
What I'm trying to figure out is exactly where I can find more information on this (taken from defaults.xml):
Code: Select all
<identification type="shiptypes_s">
or
Code: Select all
<identification type="shiptypes_m">
I have it in the defaults.xml when they're declaring the classes "ship_s", "ship_m", etc.. I'm trying to create my own ship classes, but I don't know if I need to create a new identification type for my classes, what it would do, or where I would do it!
One thing I found, though I wasn't able to get it to work, is in the unpacked catalogs there's a scriptproperties.html that you can open up. It uses a deprecated function which is automatically blocked by all the browsers I tried it on because of cross-origin requests, but maybe you can get it to work. It seemed to imply it could help us find references to attributes. It's in the root folder where you unpacked the catalogs.