
Edit: You can instead select the file from the gist which says it uses unicode. Then you don't have to bother with images, or rollable table avatars. Pictures for both controls are in this thread. Note, I did not test on firefox, or on mac, as was suggested, due to laziness :) Current Bug: Don't enter the token and set the bars, or backspace over them. This is causing an issue. I'll try to figure out the problem (or bug people who know more than me). Fixed thanks to Scott's help. Hello. I noticed my players struggling with ship controls, especially turning after moving. So I made this thing. I've tested it a bit, but maybe it breaks somewhere. If you're using the version with images for buttons, on loading it up, it'll make a table. You'll need to find some images for turning, reversing, going forward, and sliding. I got the ones in the picture from google images. Once you have those uploaded (not searched for in game), set them as the avatar for the appropriate table item in HelmControlImages. If you're using the Unicode version, you don't have to bother with any of that, but I've only tested for chrome, on windows, on a single monitor. Things to note: This works for the SF HUD sheet. The template could be made generic, or altered, but you'll need to do that in script. Different sized monitors may display it weird. I only tested on mine. The grid size const in the script says 80. I did some testing with a position report function, and found the actual spacing to be 79.689, but it won't matter too much, unless you move a great deal, and never reposition. I wanted to use token status icons, but I got some really weird behavior out of them, and frustratedly put speed in the red bar. You will need to set your ship rotation offset. For a ship token that aims down on drop, I have -90. Place the offset in the blue value (bar 2), or just use the helm control button to set the rotation offset. edit: oh, and make a macro called Helm or something, and have the body be !HelmControls Here's the Gist: <a href="https://gist.github.com/Bastlifa/5dd6811680e0a7ba4" rel="nofollow">https://gist.github.com/Bastlifa/5dd6811680e0a7ba4</a>... And here's a picture: And an alternative Gist which requires a bit of fx setup, along with picture: <a href="https://gist.github.com/Bastlifa/c9c2dea3961031a5f" rel="nofollow">https://gist.github.com/Bastlifa/c9c2dea3961031a5f</a>...