BurntPineapple Posted May 12, 2015 Share Posted May 12, 2015 I've been going through the files and haven't seen anything pertaining to how peds pick min/max speeds on the various roads (lots on how they panic though). Any ideas? Link to comment Share on other sites More sharing options...
Paradoxymoron Posted May 16, 2015 Share Posted May 16, 2015 In OpenIV - common.rpf/data/ai/ vehicleaihandlinginfo.meta <CAIHandlingInfoMgr> <AIHandlingInfos> <Item type="CAIHandlingInfo"> <Name>SPORTS_CAR</Name> <MinBrakeDistance value="10.000000" /> <MaxBrakeDistance value="80.000000" /> <MaxSpeedAtBrakeDistance value="50.000000" /> <AbsoluteMinSpeed value="1.000000" /> <AICurvePoints> <Item type="CAICurvePoint"> <Angle value="0.000000" /> <Speed value="60.000000" /> I tried editing it and all other angles but it did nothing for me Link to comment Share on other sites More sharing options...
Tez2 Posted May 16, 2015 Share Posted May 16, 2015 In OpenIV - common.rpf/data/ai/ vehicleaihandlinginfo.meta <CAIHandlingInfoMgr> <AIHandlingInfos> <Item type="CAIHandlingInfo"> <Name>SPORTS_CAR</Name> <MinBrakeDistance value="10.000000" /> <MaxBrakeDistance value="80.000000" /> <MaxSpeedAtBrakeDistance value="50.000000" /> <AbsoluteMinSpeed value="1.000000" /> <AICurvePoints> <Item type="CAICurvePoint"> <Angle value="0.000000" /> <Speed value="60.000000" /> I tried editing it and all other angles but it did nothing for me Open handling.meta and change: <AIHandling>AVERAGE</AIHandling> to <AIHandling>SPORTS_CAR</AIHandling> Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now