Hello everyone,
This plugin replaces the ingame busses with a bendy bus. It was quite easy to make, but I saw nobody who made one. So I made one.
Hope you like it

credits to Lobby/developers for the bus template.
Moderators: Scenario Moderators, Plugin Moderators
Yes the only come in red. The front replaces the $carbus00. I couldn't figure out how to use multiple "tail" commands in the .json file with multiple frames. I'm not the best coder unfortunatelyformer member wrote: ↑02 Jan 2018, 20:51I call them Accordion Buses
Btw, do they come only in red? Asking because there only red on the picture.
Maybe if you want, I can help you with the buses of the other colors, more or less I understood how to use the "tail" command.A dutch Guy wrote: ↑02 Jan 2018, 20:57
Yes the only come in red. The front replaces the $carbus00. I couldn't figure out how to use multiple "tail" commands in the .json file with multiple frames. I'm not the best coder unfortunately![]()
It has been impossible for me to do that spawn the buses of other colors, the only way is to do a bus depot and in the .json write that spawn the other buses of different colors.
Code: Select all
[{
"frames": [{
"bmp": "bus_green_front.png",
"count": 4,
"h": 16,
"w": 20
}],
"id": "bus_green00",
"type": "car",
"v2": true
}, {
"frames": [{
"bmp": "bus_green_tail.png",
"count": 4,
"h": 16,
"w": 20
}],
"id": "bus_green_01",
"type": "car",
"v2": true
}, {
"author": "A Dutch Guy",
"flag normal": false,
"flag bus": true,
"frames": [{
"bmp": "bus_green_front.png",
"count": 4,
"h": 16,
"w": 20
}],
"id": "bus_green_00",
"speed": 1,
"tail": ["bus_green_01"],
"type": "car",
"v2": true
}, {
"author": "Lobby and developers",
"car spawner": [{
"cars": ["bus_green_00"],
"count": 1,
"radius": 1000,
"targets": ["$busdepot00"]
}],
"frames": [{
"bmp": ["bus_depot00"]
}]