
[Commercial]Ups
Moderators: Scenario Moderators, Plugin Moderators
Forum rules
Plugins of type commercial go here
Plugins of type commercial go here

- Borbor
- Inhabitant of a Conurbation
- Posts: 360
- Joined: 27 Apr 2017, 14:03
- Location: Republic of Turkey
- Plugins: Showcase Store
- Version: Beta
-
Plugin Creator
Platform
[Commercial]Ups
- Attachments
-
ups.zip
- (2.21 KiB) Downloaded 954 times
Last edited by Borbor on 08 Nov 2017, 05:47, edited 1 time in total.
- -LeoLeo-
- Inhabitant of a Solar System
- Posts: 1624
- Joined: 08 Jul 2017, 12:46
- Location: Usa
- Plugins: Showcase Store
- Version: Beta
- Contact:
-
Plugin Creator
Platform
Re: [Commercial]Ups
Can the UPS truck do left turns when driving out the right side??...
- CommanderABab
- AB
- Posts: 11240
- Joined: 07 Jun 2016, 21:12
- Plugins: Showcase Store
- Version: Beta
-
Plugin Creator
Platform
Re: [Commercial]Ups
The policy would be maximize right turns when driving on the right and left turns in countries driving on the left. Plugin vehicles are not able to control the pathfinding algorithm.
- CommanderABab
- AB
- Posts: 11240
- Joined: 07 Jun 2016, 21:12
- Plugins: Showcase Store
- Version: Beta
-
Plugin Creator
Platform
Re: [Commercial]Ups
If the plugin car had a list of targets and the player built the targets correctly, this could be done.
- CommanderABab
- AB
- Posts: 11240
- Joined: 07 Jun 2016, 21:12
- Plugins: Showcase Store
- Version: Beta
-
Plugin Creator
Platform
Re: [Commercial]Ups
Code: Select all
"car spawner":[
{
"cars":["$ab.hotairballooncar00"],
"count":2000,
"radius":400,
"targets":[
"$watertower00",
"$gasplant00",
"$windturbine00",
"$nuclearplant00",
"$solarpanels00",
"$busstop00",
"$busdepot00",
"$railstation00"
]
}
]