That is awesome to hear mate! I really appreciate the feedback too

Its always very interesting to know what others find good (or bad for that matter). Has lead to a lot of improvements in the past, often things I do not think of.
I coded up a user preference with a simple toggle for the headlook based on your hardware last night. Hopefully test it out later today. I have simply set it up to toggle the mapping of the TrackIR Center toggle on the Throttle to change to ResetHMD for VR or if you have neither for it to default to built in headlook center.
I would be interested to know what chat updates you made too, if you don't mind sharing? TBH the ones I have in there now I am not 100% happy with either, but I seem to be terrible coming up with good alternatives lol.
Fantastic work
My chat updates are rather specific to the context of my player group and superpower affiliation, so I don't think they are particularly applicable broadly. I split it in hostile with stuff like "This is AEDC protected space, CMDR, please state your intentions", "Die Fed Scum", etc., neutral/friendly for strangers (greetings, bits of info on AEDC) and in-group hails.
What's maybe more useful is explain how I update them, with little chance of error:
1. write out your desired message in a separate file
2. copy/paste it right underneath
3. take a fragment of an existing message, and copy the bit between two letters (i.e. from closing ' to opening ' for the next letter)
4. At the start of your message type " PULSE+' " in front of it << double check from an existing message
5. Now paste this copied fragment after each letter, including the last one, but remove it till the last comma, so you end up with something that ends D(xx),
6. Now go through all the D(xx) pieces, and make sure it is set to 50 for a capital letter, 15 for a non-repeated lower-case letter, () for the
first of a repeated letter, any white space, or punctuation mark (!, ?, ., ,, etc.)
7. copy all this in place of an existing message
8. copy the original written message (which should still be unmodified), and copy it where in the script currently the comment/message is included.
Hope that helps!