Car chains
Moderators: Scenario Moderators, Plugin Moderators
- JustAnyone
- Developer
- Posts: 3655
- Joined: 23 Jul 2017, 12:45
- Location: Easter Island
- Plugins: Showcase Store
-
Platform
Re: Car chains
You'd generally add an empty car between them with "$car_null00"
Re: Car chains
When I put $car_null00 in a side pass this (The cabin of front don't see well) and the other side pass this (The cabin of back don't see well)
This is my code
This is my code
Code: Select all Reset
[ { "id": "$TLS1AT", "type": "car", "frames":[ {"bmp":"TLS1AT.png","count":4,"x":0,"w":11,"h":14, "length":11} ], "v2": [ 4, 0, 4, 0], "moveable":false, "auto colorize":true, "chargeable": false, "flag all": true }, { "id": "$TLS1AM", "type": "car", "frames":[ {"bmp":"TLS1AM.png","count":4,"x":0,"w":29,"h":21, "length":25} ], "v2": [ -5, 1, -6, 0], "moveable":false, "auto colorize":true, "chargeable": false, "flag all": true }, { "id": "$TLS1AF", "type": "car", "title":"TLS1A", "frames":[ {"bmp":"TLS1AF.png","count":4,"x":0,"w":11,"h":14, "length":11} ], "flag all": true, "capacity":100, "moveable": false, "speed": 1.05, "auto colorize":true, "chargeable": false, "tail":["$car_null00", "$TLS1AM","$car_null00","$TLS1AT"], "meta": {"tags": {"short_distance_passenger_train": {}}}, "v2": [ 4, 0, 4, 0] } ]
JSON checker
Re: Car chains
Last edited by Ostrovsk on 31 Oct 2025, 22:11, edited 1 time in total.
Re: Car chains
Good evening, we seem to have the same problem. Haven't solved this problem? I just suffer myself too, but with wheeled transport
Re: Car chains
Hello, I was already able to solve the problem and what happened was that the frame size was incorrect, in my case it was too small
- Aidanspacelover2
- Metropolitan
- Posts: 122
- Joined: 18 Oct 2025, 01:28
- Location: Ironland
- Plugins: Showcase Store
- Version: Beta
-
Platform
Re: Car chains
Beep beep
Re: Car chains
[цитата=Jaforzem post_id=240754 время=1761948312 пользователь_id=24836]
Здравствуйте, я уже смог решить проблему и произошло то, что размер кадра был неправильным, в моем случае он был слишком мал
[/цитировать]
Hello, do you need the first, second and other parts of the transport to be the same size? For example, 15x15?
Здравствуйте, я уже смог решить проблему и произошло то, что размер кадра был неправильным, в моем случае он был слишком мал
[/цитировать]
Hello, do you need the first, second and other parts of the transport to be the same size? For example, 15x15?
Re: Car chains
Hello, where can I find the Json code for the Vanilla Accordion Bus?JustAnyone wrote: ↑01 Oct 2025, 14:46You'd generally add an empty car between them with "$car_null00"
Re: Car chains
[
{
"id":"Kamaz6299Popa",
"type":"car",
"author":"Ostrovsk",
"flag normal": false,
"flag bus": true,
"frames":[{"bmp":"Kamaz6299Popa.png","count":4,"w":14,"h":13}],
"v2": [ 2, 0, 3, 0 ],
"speed": 1
},
{
"id":"Kamaz6299Pered",
"type":"car",
"author":"Ostrovsk",
"flag normal": false,
"flag bus": true,
"meta": {"tags": {"ts_normal_bus": {}}},
"capacity": 175,
"requirements":[{"type": "RANK", "lvl": 3}],
"title":"Kamaz 6299 Harmonica[ru]Камаз 6299 Гармошка",
"frames":[{"bmp":"Kamaz6299Pered.png","count":4,"w":18,"h":15}],
"tail":["$car_null00","Kamaz6299Popa"],
"v2": [ 1, 0, 0, 1 ],
"speed": 1
}
]
