Fine-Tuned Felony & Response bug help
-
after installing this mod this happened to the view radus of the police i ned help making it smaller.

-
In 'dispatchtuning.ymt' here:
...\mods\update\update.rpf\x64\data\tune\dispatchtuning.ymt (edit this one if exists)
or here:
...\mods\x64a.rpf\data\tune\dispatchtuning.ymt (edit this one if previous does NOT exist)
there is a section like this:
<Item type="CDispatchHelperSearchInAutomobile__Tunables"> <Name>CDispatchHelperSearchInAutomobile</Name> <Constraints> <Item> <MinTimeSinceLastSpotted value="0.000000" /> <MaxTimeSinceLastSpotted value="60.000000" /> <MaxRadiusForMinTimeSinceLastSpotted value="100.000000" /> <MaxRadiusForMaxTimeSinceLastSpotted value="15.000000" /> <MaxHeight value="0.000000" /> <MaxAngle value="3.140000" /> <UseLastSeenPosition value="true" /> <UseByDefault value="true" /> <UseEnclosedSearchRegions value="true" /> </Item> </Constraints> <MaxDistanceFromRoadNode value="40.000000" /> <CruiseSpeed value="20.000000" /> </Item>
Edit these (below) parameters to reduce the size of the search radius:
<MaxRadiusForMinTimeSinceLastSpotted value="100.000000" /> (max radius, just after being spotted) <MaxRadiusForMaxTimeSinceLastSpotted value="15.000000" /> (max radius after 60 secs (<from '<MaxTimeSinceLastSpotted value="60.000000" />') of not being spotted)
Let me know how you get on
-
Thank you so much