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?
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?
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
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.
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
>_<
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:
This is to use with one of the SRL's auto color function:Simba Code:RadialWalkTolerance
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
Explain the Autocolor one?
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
I tried those Auto colors, said it couldn't find the function.
There are currently 1 users browsing this thread. (0 members and 1 guests)