Phones New Member Joined Dec 3, 2011 Messages 198 Dec 12, 2011 #1 The tittle says everything I think. I need the hotspots to be followed in order and not randomized, how do I do this? :/
The tittle says everything I think. I need the hotspots to be followed in order and not randomized, how do I do this? :/
Tony "The Bee" Joined Jan 15, 2010 Messages 128,830 Dec 13, 2011 #2 Phones said: The tittle says everything I think. I need the hotspots to be followed in order and not randomized, how do I do this? :/ Click to expand... you have to edit the profile and add the "RandomizeHotspots" tag and the "MaximumHotspotTime" like my example below Code: <GrindArea> <RandomizeHotspots>true</RandomizeHotspots> <MaximumHotspotTime>2000</MaximumHotspotTime> <Hotspots><Hotspot X="1171.347" Y="1225.387" Z="-54.16303" /> <Hotspot X="1136.222" Y="858.9346" Z="-111.9562" /> <Hotspot X="780.9249" Y="858.2675" Z="-53.64285" /> <Hotspot X="841.9241" Y="1154.983" Z="11.20571" /> <Hotspot X="981.1064" Y="1037.757" Z="-43.79102" /> </Hotspots> </GrindArea>
Phones said: The tittle says everything I think. I need the hotspots to be followed in order and not randomized, how do I do this? :/ Click to expand... you have to edit the profile and add the "RandomizeHotspots" tag and the "MaximumHotspotTime" like my example below Code: <GrindArea> <RandomizeHotspots>true</RandomizeHotspots> <MaximumHotspotTime>2000</MaximumHotspotTime> <Hotspots><Hotspot X="1171.347" Y="1225.387" Z="-54.16303" /> <Hotspot X="1136.222" Y="858.9346" Z="-111.9562" /> <Hotspot X="780.9249" Y="858.2675" Z="-53.64285" /> <Hotspot X="841.9241" Y="1154.983" Z="11.20571" /> <Hotspot X="981.1064" Y="1037.757" Z="-43.79102" /> </Hotspots> </GrindArea>