Log in to reply
 

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.
    ![alt text](0_1534726267196_upload-dc42498e-ac44-4d5a-8c63-830cfe8187e4 image url)



  • @princegaz

    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 :thumbsup:



  • Thank you so much


Log in to reply
 

Looks like your connection to GTA5-Mods.com Forums was lost, please wait while we try to reconnect.