Results 1 to 3 of 3

Thread: Is it me? or radial walk?

  1. #1
    Join Date
    Dec 2011
    Posts
    733
    Mentioned
    2 Post(s)
    Quoted
    7 Post(s)

    Default Is it me? or radial walk?

    my exact code '
    RadialWalkTolerance(5533561,270,360,55,1,1,15);'

    does the exact same thing as
    RadialWalkTolerance(5533561,360,270,55,1,1,15);

    shouldn't they do the opposite? I thought the first would try to go west, and north as last resort, and the second would do the opposite, but both go west first o.O

    EDIT: does the sortcirclewise function still work?
    Last edited by m34tcode; 03-26-2012 at 03:30 AM.
    My scripts: LunarPlanker
    ---
    My Utilities: Cross Platform, Open Source, SPS Path Generator

    Join the Unoficial SRL Skype Group by clicking here, or visiting this thread.

  2. #2
    Join Date
    Nov 2007
    Location
    Nowhereville
    Posts
    1,155
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    No, they do the exact same things, just looking in reverse of each other.

    Read: http://villavu.com/forum/showthread.php?t=372

    Why do you need such a big part of it though? You should focus it down a bit.
    Formerly known as Cut em2 it

  3. #3
    Join Date
    Dec 2011
    Posts
    733
    Mentioned
    2 Post(s)
    Quoted
    7 Post(s)

    Default

    because that will make it walk north, then east when it cant walk north anymore, then east again.

    I read the tutorials, But both those pieces of code behave the exact same way =\

    Having Radialwalk should be accurate, and will not require using DTMs and symbols to figure were I am.

    EDIT: according to the tuts, the first will find the northernmost pixels and click them first, and the other will find eastern pixels first. Unless I misunderstood?
    My scripts: LunarPlanker
    ---
    My Utilities: Cross Platform, Open Source, SPS Path Generator

    Join the Unoficial SRL Skype Group by clicking here, or visiting this thread.

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
  •