로딩중...
좋아요 1
댓글 3
동영상 0
업로드 0
팔로워 0
  • Default

    To all people using the mod
    I have also found a way to stop GPS routes from disappearing.
    Go into the file and delete the public sub update routes()

    2018년 02월 03일 (토)
  • Default

    @LCBuffalo
    This is a beautifully written script and I love the ambition and potential of the mod

    5-star work

    2018년 01월 27일 (토)
  • Default

    @Valryx @valroy_cl
    TL;DR
    Go into script and look for the sub 'setvalidorigin'
    Change nearestlocationdistance>500 to >1000
    Change nearestlocationdistance = 500 to =1000

    I've found out what's making the game freeze. Some passenger spwaning locations are simply too isolated from the other ones. The game tries to look for a passenger nearby but fails to do so. This happens for example at the entrance of Raton Canyon trails, if you drop off a passenger there the game freezes because it fails to look for another passenger.
    What I did was that I modified the script a bit so it tells the game to search for passengers within a larger area so it never fails.

    2018년 01월 27일 (토)