Results 1 to 5 of 5

Thread: More accurate compass rotation?

  1. #1
    Join Date
    Jan 2012
    Location
    Long Island, NY
    Posts
    413
    Mentioned
    5 Post(s)
    Quoted
    95 Post(s)

    Default More accurate compass rotation?

    Having an issue with the script I'm working on right now.

    Simba Code:
    minimap.setAngle(MM_DIRECTION_SOUTH);

    I would say the range of degree rotation is something like 180 +/- 20. This is causing my color searches to get messed up because the camera will rotate too far and reveal more of the scene than is needed.

    Now the weird thing is that when you call....

    Simba Code:
    minimap.setAngle(MM_DIRECTION_WEST);

    This will rotate 90 +/- 5 o maybe even more accurate than that. So why does calling SOUTH create such a large range and become inaccurate when
    WEST is almost, if not, 100% accurate to what it should rotate to?

    As an example, calling SOUTH


    And then WEST


    See the clear accuracy issue?

  2. #2
    Join Date
    Dec 2011
    Location
    East Coast, USA
    Posts
    4,231
    Mentioned
    112 Post(s)
    Quoted
    1869 Post(s)

    Default

    Make sure you're using classic camera mode and not RS3
    GitLab projects | Simba 1.4 | Find me on IRC or Discord | ScapeRune scripts | Come play bot ScapeRune!

    <BenLand100> we're just in the transitional phase where society reclassifies guns as Badâ„¢ before everyone gets laser pistols

  3. #3
    Join Date
    Nov 2011
    Location
    England
    Posts
    3,072
    Mentioned
    296 Post(s)
    Quoted
    1094 Post(s)

    Default

    The accuracy is mostly down-to that the screen keeps rotating after you finish pressing the button so it's kind like guess work. But south is so bad because reading the compass at south is kinda bad, il look into that.

  4. #4
    Join Date
    Dec 2011
    Location
    Hyrule
    Posts
    8,662
    Mentioned
    179 Post(s)
    Quoted
    1870 Post(s)

    Default

    Also turn down the compass sensitivity.. it's one of the settings you can change in rs... it will slow down compass rotation

  5. #5
    Join Date
    Jan 2012
    Location
    Long Island, NY
    Posts
    413
    Mentioned
    5 Post(s)
    Quoted
    95 Post(s)

    Default

    Quote Originally Posted by Ashaman88 View Post
    Also turn down the compass sensitivity.. it's one of the settings you can change in rs... it will slow down compass rotation
    Thanks I didn't know that was even a setting before. That seems to be doing the trick right now, though the accuracy of South is still something to be noted.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •