都是成年人了,直接点吧
这个游戏没有那么多细致划分的东西,什么谁责任,谁出险,怎么样扣钱之类的
就是很简单粗暴的判定的那种
路径是def/police_data.sii
offence_probabilty[0]: 0.7# car crash
offence_probabilty[1]: 0.3# avoid sleeping
offence_probabilty[2]: 0.6# wrong way
offence_probabilty[3]: 1.0# speeding (camera)
offence_probabilty[4]: 0.3# no lights during night
offence_probabilty[5]: 0.7# red lights
offence_probabilty[6]: 0.0# speeding
offence_probabilty[7]: 1.0# avoid weighing
offence_probabilty[8]: 1.0# illegal trailer
offence_probabilty[9]: 1.0# avoid inspection
offence_probabilty[10]: 1.0# illegal border crossing
offence_probabilty[11]: 1.0# hard shoulder violation
offence_probabilty[12]: 1.0# damaged vehicle usage
car crash也就是肇事,罚款概率是0.7,也就是你有0.3的概率和AI发生事故而不被罚款
再往下还有一段
offence_police_probabilty[0]: 1.0# car crash
offence_police_probabilty[1]: 0.3# avoid sleeping
offence_police_probabilty[2]: 0.7# wrong way
offence_police_probabilty[3]: 1.0# speeding (camera)
offence_police_probabilty[4]: 0.8# no lights during night
offence_police_probabilty[5]: 1.0# red lights
offence_police_probabilty[6]: 0.9# speeding
offence_police_probabilty[7]: 1.0# avoid weighing
offence_police_probabilty[8]: 1.0# illegal trailer
offence_police_probabilty[9]: 1.0# avoid inspection
offence_police_probabilty[10]: 1.0# illegal border crossing
offence_police_probabilty[11]: 1.0# hard shoulder violation
offence_police_probabilty[12]: 1.0# damaged vehicle usage
这个中间多了个police,car crash就是1.0?
意思就是说当你的前后左右有警车AI的时候,你再撞AI,扣款几率是1.0,也就是百分之百。