For whatever reason AeroLib's getCompassAngle() works fine for me in SMART but in the official client I only get values over 2000. Can't figure out why.
Printable View
For whatever reason AeroLib's getCompassAngle() works fine for me in SMART but in the official client I only get values over 2000. Can't figure out why.
Firstly, loving the post count / join date.
Run this with the official client targeted and see if the box is correctly around the compass.
Simba Code:debugBoxes([toBox(545,4,576,36)]);
If it is, provide a screenshot of the compass. Probably off color.
Attachment 28104
I do get a different color with ACA than what the function has, however i get the same color with both the official client and SMART.
Yeah definitely the color. I'm pulling 658075 as the color from your screenshot. Provided it wasn't altered in any way that should work for you. After changing the function color from 920735 -> 658075 I'm getting correct angle readings on your compass.
Just need to find out why your compass color is off on the official client. I take it you've already checked all settings. You have any GFX card software installed that tries to alter appearance of recognised apps? Maybe the official client is picked up but smart isn't.
Edit: Just re-read your post. You said you get the same color with smart but it works. So it's very likely that some software is changing the colors but smart sends the unaltered data to simba.
Its a fresh install in a VM, does it in another VM installI have as well. No graphics drivers besides whats on the windows installation disk.
Have a look through the settings and see if it's running in a lower color mode of some sort to try and save resource usage. If not, try installing the correct drivers.
Not got too much experience with using VMs for simba. Hopefully someone else might have a solution for you.