https://github.com/vectorial1024/expressbusservices_ipt2
Optional sister mod of Express Bus Services for better compatibility with IPT2
https://github.com/vectorial1024/expressbusservices_ipt2
cities-skylines mod steam-workshop
Last synced: about 2 months ago
JSON representation
Optional sister mod of Express Bus Services for better compatibility with IPT2
- Host: GitHub
- URL: https://github.com/vectorial1024/expressbusservices_ipt2
- Owner: Vectorial1024
- License: mit
- Created: 2020-11-19T13:52:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-05-19T16:01:24.000Z (about 2 years ago)
- Last Synced: 2025-02-07T03:24:31.146Z (3 months ago)
- Topics: cities-skylines, mod, steam-workshop
- Language: C#
- Homepage: https://steamcommunity.com/sharedfiles/filedetails/?id=2296003260
- Size: 5.18 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ExpressBusServices_IPT2
Optional sister mod of Express Bus Services (https://github.com/Vectorial1024/ExpressBusServices) for better compatibility with IPT2: if also using IPT2, you can now also specify how this mod should interpret IPT2 bus unbunching instructions to be used in the insta-depart behavior of Express Bus Services.## Unbunching interpretation modes
This mod offers a total of 3 unbunching interpretation modes to interpret unbunching instructions from IPT2.### Option 1: First Principles
When a bus is about to depart:
1. If ths stop that the bus is at is not the first stop of the bus line, then it is OK to depart (waits for other safety checks)
2. Else, unbunchNote: this is essentially what the base mod is doing to determine instant departure.
### Option 2: Respect IPT2 unbunching
When a bus is about to depart:
1. If IPT2 says that the bus should not unbunch at the stop it is at, then it is OK to depart (waits for other safety checks)
2. Else, unbunch### Option 3: Invert IPT2 unbunching
When a bus is about to depart:
1. If IPT2 says that the bus should unbunch at the stop it is at, then it is OK to depart (waits for other safety checks)
2. Else, unbunchNote: this option is designed to quickly deploy "unbunch buses only at termini/designated stops" configuration with IPT2 by going through this process:
1. Make a new bus line; by IPT2's default, all stops in the line have unbunching = YES
2. Pick the bus termini/designated stops
3. For those stops, set unbunching = NO
4. Switch interpretation to "Invert IPT2 unbunching"
5. Setup complete
1. Verify that the buses now unbunch at those termini/designated stops
2. Verify that the buses can depart quickly at all other stops