Page 1 of 1

Two Questions

Posted: Tue Jan 29, 2019 1:26 pm
by CaptSolo
1) Why is shift "h" not dumping target state to the log? I'm running Oolite deployment 1.88 and the key is present in my custom keyconfig.plist.

2) What are all valid Oolite scanClasses?

Re: Two Questions

Posted: Tue Jan 29, 2019 1:42 pm
by another_commander
1) The 'H' key is recognized only in the Developer Release versions of the game. If you are running the deployment build, then this key will not be detected.

2) Here is the list of all scan classes recognized by Oolite, together with the value the game assigns to each of those classes:
CLASS_NOT_SET, -1
CLASS_NO_DRAW, 0
CLASS_NEUTRAL, 1
CLASS_STATION, 3
CLASS_TARGET, 4
CLASS_CARGO, 5
CLASS_MISSILE, 6
CLASS_ROCK, 7
CLASS_MINE, 8
CLASS_THARGOID, 9
CLASS_BUOY, 10
CLASS_VISUAL_EFFECT, 11
CLASS_WORMHOLE, 444
CLASS_PLAYER, 100
CLASS_POLICE, 999
CLASS_MILITARY, 333

Re: Two Questions

Posted: Tue Jan 29, 2019 3:31 pm
by CaptSolo
Many thanks, A_C.