Re: Cars
Posted: 07 Dec 2022, 18:44
If it isn't yet, it should be.
A feature rich city builder game for Android, iOS and PC
https://www.forum.theotown.com/
Code: Select all Reset
{ "id":"VCPD警车", "type":"car", "frames":[{"bmp":"VCPD警车行驶时.png","w":19,"h":20,"count":4}], "v2":true, "speed": 1.16, "flag normal":false, "flag pkw":true, "animation": [ { "id":"VCPD警灯", "pos":[13,-10, 6,-4, -2,-9, 7,-13], "important":true, "normalize pos": false }, { "id":"VCPD警灯", "pos":[15,-9, 8,-5, 0,-8, 9,-14], "important":true, "normalize pos": false }, { "id": "carlight_red", "pos": [0, 0, 0, 5, 10, 11, 0, 0], "frames": [1,2] }, { "id": "carlight_red", "pos": [0, 0, 4, 10 , 14, 9, 0, 0], "frames": [1,2] }, { "id": "carlight_yellow", "pos": [10, 10, 0, 0, 0, 0, 1, 10], "frames": [0,3] }, { "id": "carlight_yellow", "pos": [13, 9, 0, 0, 0, 0, 4, 11], "frames": [0,3] } ], "meta":{ "tags":{ "police":{} } } }, { "id":"VCPD警车生成器", "type":"police", "author":"黑色高级市长", "width":1, "height":1, "frames":[{"bmp":"一片空白.png"}], "price":0, "car spawner":[{"cars":["VCPD警车"],"radius":1000,"count":6}], "category":"警车生成器", "draw ground": true, "water":0, "power":0, "title":"VCPD警车生成器", "text":"生成VCPD警车", "needs road":false, "build time":0 }
Code: Select all Reset
[{ "id":"LAPD car", "type":"car", "frames":[{"bmp":"LAPD police car.png","w":18,"h":11,"count":4}], "v2":true, "speed": 1.16, "flag normal":false, "flag pkw":false, "flag military":true, "flag airport":true, "flag emergency": true, "chargeable": false, "animation": [ { "id":"$animationcaralertlights00", "pos":[15,-6, 9,-6, 9,-9, 15,-9], "important":true, "normalize pos": false }, { "id":"$animationcaralertlights00", "pos":[17,-5, 7,-5, 7,-10, 17,-10], "important":true, "normalize pos": false }, { "id": "carlight_red", "pos": [0, 0, 1, 7, 13, 9, 0, 0], "frames": [1,2] }, { "id": "carlight_red", "pos": [0, 0, 4, 9 , 16, 7, 0, 0], "frames": [1,2] }, { "id": "carlight_yellow", "pos": [13, 9, 0, 0, 0, 0, 1, 7], "frames": [0,3] }, { "id": "carlight_yellow", "pos": [16, 7, 0, 0, 0, 0, 4, 9], "frames": [0,3] } ], "meta":{ "tags":{ "police":{} } } } , { "id":"LAPD car spawn", "type":"police", "influence police":12, "author":"黑色高级市长", "width":1, "height":1, "frames":[{"bmp":"A1.png"}], "price":0, "car spawner":[{"cars":["LAPD car"],"radius":10,"count":20}], "category":"LAPD car", "draw ground": true, "water":0, "power":0, "title":"LAPD car spawn", "text":"Spawn some LAPD car", "needs road":false, "performance":true, "build time":0 }]
.1burgernamn wrote: ↑03 Oct 2023, 09:21if i wanted to set my car to go 1 kmph, what number would i set it to
ah i seeCommanderABab wrote: ↑14 Oct 2023, 02:32.1burgernamn wrote: ↑03 Oct 2023, 09:21if i wanted to set my car to go 1 kmph, what number would i set it to
burgernamn wrote: ↑20 Oct 2023, 09:48ah i seeCommanderABab wrote: ↑14 Oct 2023, 02:32.1burgernamn wrote: ↑03 Oct 2023, 09:21if i wanted to set my car to go 1 kmph, what number would i set it to
and if i wanted to add another kmph i added another .1?
If you have a plugin that adds buses, it might not be behaving well code-wise.
I kind of found the root of the problem, inserted the command "Length", I don't know if it's right, but it seems to have helpedCommanderABab wrote: ↑16 Sep 2024, 17:42If you have a plugin that adds buses, it might not be behaving well code-wise.
You should add on the cars' code the attribute "targets" and then the ID of the building/deco you want to attract cars to, just like you would do with an animationOstrovsk wrote: ↑28 Nov 2024, 00:43Good day, I would like to know if it is possible to put a flag on a road decoration so that certain vehicles move only where there is this road decoration. I want to make a semblance of a route for my buses. So that they move only where they need to, without driving around the city randomly![]()