Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/29/2019 in all areas

  1. While doing work for Montana mod, I accidentally found the fix for patrolling units not obeying stoplights. Due to my current internet situation, I do not have a video demonstration. The value that made this work is v.SetTerrain(TERRAIN_TRAFFIC); And to reset it back to normal: v.SetTerrain(TERRAIN_CAR); These values can be implemented to ANY mod. Here is an example of the code implemented into the LA mod patrol script. This example will only work in an unedited copy of the LA mod. This example will not function with other mods or submods.
    1 point
×
×
  • Create New...