Results 1 to 9 of 9

Thread: Radial Walk/Auto Color

  1. #1
    Join Date
    Mar 2012
    Location
    127.0.0.1
    Posts
    3,383
    Mentioned
    95 Post(s)
    Quoted
    717 Post(s)

    Default Radial Walk/Auto Color

    So, in Radial Walk, you can't just use one color, right? I can't find any guides on what color to use for RadialWalk.
    Only thing I can find is how to set it up, and nothing else. How do you make it walk the path you want to?

  2. #2
    Join Date
    Mar 2012
    Location
    Canada
    Posts
    870
    Mentioned
    1 Post(s)
    Quoted
    5 Post(s)

    Default

    You can use only one color. You should add tolerence though else you probably won't find it.

    This is a good tutorial to start from.
    http://villavu.com/forum/showthread....ht=radial+walk

    This is a tool to make radial walking easier:
    http://villavu.com/forum/showthread.php?t=70341
    My scripts:
    Advanced Barb Agility Course(outdated), MonkeyThieverV0.11, MahoganyTableV0.4(outdated)
    Questions? I bet that for 98% of those, you'll find answer HERE

  3. #3
    Join Date
    Mar 2012
    Location
    127.0.0.1
    Posts
    3,383
    Mentioned
    95 Post(s)
    Quoted
    717 Post(s)

    Default

    Then what is the auto color thing?
    Wouldn't RadialWalk be pretty repetitive if you had to have 50 of them to walk?

    Like, how does the AutoColor's work, with FindRoadColor, stuff like that, always says it can't be found.

  4. #4
    Join Date
    Mar 2012
    Location
    Canada
    Posts
    870
    Mentioned
    1 Post(s)
    Quoted
    5 Post(s)

    Default

    FindRoadColor is a function implemented in SRL, basicaly it find the color when the script is being executed and adjust the color on the fly.

    But you can also use a color. For example I use a color in my script and simply add tolerance because I'm not trying to follow a normal road.
    My scripts:
    Advanced Barb Agility Course(outdated), MonkeyThieverV0.11, MahoganyTableV0.4(outdated)
    Questions? I bet that for 98% of those, you'll find answer HERE

  5. #5
    Join Date
    Mar 2012
    Location
    127.0.0.1
    Posts
    3,383
    Mentioned
    95 Post(s)
    Quoted
    717 Post(s)

    Default

    >_<
    How can you add tolerance?

    And what if the colors change drastically, you have to add another Radial Walk?

  6. #6
    Join Date
    Mar 2012
    Location
    Canada
    Posts
    870
    Mentioned
    1 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by nkn View Post
    >_<
    How can you add tolerance?

    And what if the colors change drastically, you have to add another Radial Walk?
    For every point you walk to, you will usualy need to make a new radial walk, unless you need to walk along a road in the same direction for a while.

    Obviously if the colors change drastically, you need to call radialwalk again with a new color.

    This is to use with one of your color with tolerance:
    Simba Code:
    RadialWalkTolerance
    This is to use with one of the SRL's auto color function:
    Simba Code:
    RadialWalkAutoColor
    //or
    RadialWalk
    Last edited by eska; 03-25-2012 at 01:45 AM.
    My scripts:
    Advanced Barb Agility Course(outdated), MonkeyThieverV0.11, MahoganyTableV0.4(outdated)
    Questions? I bet that for 98% of those, you'll find answer HERE

  7. #7
    Join Date
    Mar 2012
    Location
    127.0.0.1
    Posts
    3,383
    Mentioned
    95 Post(s)
    Quoted
    717 Post(s)

    Default

    Explain the Autocolor one?

  8. #8
    Join Date
    Mar 2012
    Location
    Canada
    Posts
    870
    Mentioned
    1 Post(s)
    Quoted
    5 Post(s)

    Default

    Check this tutorial out. It talk about all the AutoColor function available

    http://villavu.com/forum/showthread.php?t=50889
    My scripts:
    Advanced Barb Agility Course(outdated), MonkeyThieverV0.11, MahoganyTableV0.4(outdated)
    Questions? I bet that for 98% of those, you'll find answer HERE

  9. #9
    Join Date
    Mar 2012
    Location
    127.0.0.1
    Posts
    3,383
    Mentioned
    95 Post(s)
    Quoted
    717 Post(s)

    Default

    I tried those Auto colors, said it couldn't find the function.

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
  •