Page 2 of 2

Re: Cars & Roads: Flags

Posted: 03 Jun 2018, 13:54
by Krepel
So wait, if I'd make a tram plugin, which flags should I use to only allow trams on the rails?

i don't really understand the flags thing

Re: Cars & Roads: Flags

Posted: 27 Jul 2018, 15:29
by NEPman
How to prohibit the passage of fire trucks, ambulances and police cars on my way?

Re: Cars & Roads: Flags

Posted: 27 Jul 2018, 16:09
by yusuf8a684
NEPman wrote:
27 Jul 2018, 15:40
@Lobby[Posts][PM], how to prohibit the passage of fire trucks, ambulances and police cars on my road?
We can't i think

Re: Cars & Roads: Flags

Posted: 27 Jul 2018, 23:45
by Lobby
Exactly, fire trucks etc. are designed to be able to drive on pkw, lkw, bus, tractor, military, pedestrian, tram or airport roads. You'd have to define a road that has none of these flags set in order to hinder fire trucks etc. from using it.

Re: Re: Cars & Roads: Flags

Posted: 12 Jun 2019, 15:45
by Lobby
Added a listing to all flags included in the game to the first post; Please favor them over own ones if reasonable to share behavior between different plugins.
The trains in the game use

Code: Select all

"flag train":true

Re: Car & Road Flags

Posted: 28 Oct 2019, 00:15
by KINGTUT10101
Is there a flag for emergency vehicles?

Re: Car & Road Flags

Posted: 28 Oct 2019, 15:41
by Lobby
Not yet, might be added in the future :bt

Re: Car & Road Flags

Posted: 04 Apr 2020, 02:52
by KINGTUT10101
Any news on this?

Re: Cars & Roads: Flags

Posted: 14 Apr 2020, 00:54
by CommanderABab
CommanderABab wrote:
11 Aug 2017, 02:44
1l
What?

Re: Car & Road Flags

Posted: 23 May 2020, 19:17
by KINGTUT10101
Has a flag for service vehicles been added yet?

Re: Car & Road Flags

Posted: 02 Mar 2021, 13:14
by yusuf8a684
I tried creating my own flag but still cars aren't spawning

Code: Select all    Reset

[ { "frames": [ { "bmp": "subaru_impreza.png", "count": 4, "h": 9, "w": 12 } ], "id": "subaru_offroad_racecar", "allocate flag": "rallycars", "type": "car", "v2": true, "flag rallycars": true, "flag normal": false, "speed": 1.7 }, { "frames": [ { "bmp": "mg_metro.png", "count": 4, "h": 8, "w": 11 } ], "id": "metro_offroad_racecar", "allocate flag": "rallycars", "type": "car", "v2": true, "flag rallycars": true, "flag normal": false, "speed": 1.5 }, { "frames": [ { "bmp": "ford_focus.png", "count": 4, "h": 8, "w": 11 } ], "id": "focus_offroad_racecar", "allocate flag": "rallycars", "type": "car", "v2": true, "flag rallycars": true, "flag normal": false, "speed": 1.6 }, { "frames": [ { "bmp": "dirt_offroad.png", "count": 16, "h": "16", "w": 32 }, { "bmp": "dirt_offroad.png", "count": 16, "h": "16", "w": 32 }, { "bmp": "dirt_offroad.png", "count": 16, "h": "16", "w": 32 }, { "bmp": "dirt_offroad.png", "count": 16, "h": "16", "w": 32 } ], "id": "offroad_road_dirt", "speed": 1.5, "allocate flag": "rallycars", "type": "road", "flag normal": false, "flag rallycars": true, "author": "yusuf8a684, Lobby and Theotheoderich", "category": "$offroad-addon", "draw ground": true, "height": 1, "price": 5, "text": "Dirt off-road roads are a bit slower than asphalt off-road roads", "title": "Dirt Off-Road Road", "width": 1, "level": 0, "one way": true, "flag pkw": false, "flag lkw": false, "flag tram": false }, { "author": "yusuf8a684, Lobby and Theotheoderich", "category": "$offroad-addon", "allocate flag": "rallycars", "draw ground": true, "frames": [ { "bmp": "asphalt_offroad.png", "count": 16, "h": "16", "w": 32 }, { "bmp": "asphalt_offroad.png", "count": 16, "h": "16", "w": 32 }, { "bmp": "asphalt_offroad.png", "count": 16, "h": "16", "w": 32 }, { "bmp": "asphalt_offroad.png", "count": 16, "h": "16", "w": 32 } ], "height": 1, "id": "offroad_road", "price": 10, "text": "Asphalt off-road roads are little bit faster than dirt off-road roads", "title": "Asphalt Off-road Road", "type": "road", "width": 1, "level": 1, "one way": true, "speed": 2, "flag rallycars": true, "flag normal": false, "flag tram": false, "flag pkw": false, "flag lkw": false }]
JSON checker
Check

Edit: I will just use tractor, I don't think that will be a much problem tractors running on rally roads hehe

Re: Car & Road Flags

Posted: 02 Mar 2021, 16:23
by Imran M
yusuf8a684 wrote:
02 Mar 2021, 13:14
I tried creating my own flag but still cars aren't spawning

Code: Select all    Reset

[ { "frames": [ { "bmp": "subaru_impreza.png", "count": 4, "h": 9, "w": 12 } ], "id": "subaru_offroad_racecar", "allocate flag": "rallycars", "type": "car", "v2": true, "flag rallycars": true, "flag normal": false, "speed": 1.7 }, { "frames": [ { "bmp": "mg_metro.png", "count": 4, "h": 8, "w": 11 } ], "id": "metro_offroad_racecar", "allocate flag": "rallycars", "type": "car", "v2": true, "flag rallycars": true, "flag normal": false, "speed": 1.5 }, { "frames": [ { "bmp": "ford_focus.png", "count": 4, "h": 8, "w": 11 } ], "id": "focus_offroad_racecar", "allocate flag": "rallycars", "type": "car", "v2": true, "flag rallycars": true, "flag normal": false, "speed": 1.6 }, { "frames": [ { "bmp": "dirt_offroad.png", "count": 16, "h": "16", "w": 32 }, { "bmp": "dirt_offroad.png", "count": 16, "h": "16", "w": 32 }, { "bmp": "dirt_offroad.png", "count": 16, "h": "16", "w": 32 }, { "bmp": "dirt_offroad.png", "count": 16, "h": "16", "w": 32 } ], "id": "offroad_road_dirt", "speed": 1.5, "allocate flag": "rallycars", "type": "road", "flag normal": false, "flag rallycars": true, "author": "yusuf8a684, Lobby and Theotheoderich", "category": "$offroad-addon", "draw ground": true, "height": 1, "price": 5, "text": "Dirt off-road roads are a bit slower than asphalt off-road roads", "title": "Dirt Off-Road Road", "width": 1, "level": 0, "one way": true, "flag pkw": false, "flag lkw": false, "flag tram": false }, { "author": "yusuf8a684, Lobby and Theotheoderich", "category": "$offroad-addon", "allocate flag": "rallycars", "draw ground": true, "frames": [ { "bmp": "asphalt_offroad.png", "count": 16, "h": "16", "w": 32 }, { "bmp": "asphalt_offroad.png", "count": 16, "h": "16", "w": 32 }, { "bmp": "asphalt_offroad.png", "count": 16, "h": "16", "w": 32 }, { "bmp": "asphalt_offroad.png", "count": 16, "h": "16", "w": 32 } ], "height": 1, "id": "offroad_road", "price": 10, "text": "Asphalt off-road roads are little bit faster than dirt off-road roads", "title": "Asphalt Off-road Road", "type": "road", "width": 1, "level": 1, "one way": true, "speed": 2, "flag rallycars": true, "flag normal": false, "flag tram": false, "flag pkw": false, "flag lkw": false }]
JSON checker
Check
You need to actually spawn the cars through a building. This can be done by:

Code: Select all    Reset

"car spawner":[{ "cars":["metro_offroad_racecar","subaru_offroad_racecar"], //Put in the ids of the cars of cars "radius":10, //Put in the area you want them to spawn in "count":3 //Put in how many you want to spawn }]
JSON checker
Check
Add this code to a regular building and not the car, and I think it should work

I'm pretty sure that there's something called "target" where the cars go to a specific building, but I'm not sure about that part. You could check in the documentation for cars in this part of the forum.

Re: Car & Road Flags

Posted: 02 Mar 2021, 16:46
by yusuf8a684
Imran M wrote:
02 Mar 2021, 16:23
yusuf8a684 wrote:
02 Mar 2021, 13:14
I tried creating my own flag but still cars aren't spawning

Code: Select all    Reset

[ { "frames": [ { "bmp": "subaru_impreza.png", "count": 4, "h": 9, "w": 12 } ], "id": "subaru_offroad_racecar", "allocate flag": "rallycars", "type": "car", "v2": true, "flag rallycars": true, "flag normal": false, "speed": 1.7 }, { "frames": [ { "bmp": "mg_metro.png", "count": 4, "h": 8, "w": 11 } ], "id": "metro_offroad_racecar", "allocate flag": "rallycars", "type": "car", "v2": true, "flag rallycars": true, "flag normal": false, "speed": 1.5 }, { "frames": [ { "bmp": "ford_focus.png", "count": 4, "h": 8, "w": 11 } ], "id": "focus_offroad_racecar", "allocate flag": "rallycars", "type": "car", "v2": true, "flag rallycars": true, "flag normal": false, "speed": 1.6 }, { "frames": [ { "bmp": "dirt_offroad.png", "count": 16, "h": "16", "w": 32 }, { "bmp": "dirt_offroad.png", "count": 16, "h": "16", "w": 32 }, { "bmp": "dirt_offroad.png", "count": 16, "h": "16", "w": 32 }, { "bmp": "dirt_offroad.png", "count": 16, "h": "16", "w": 32 } ], "id": "offroad_road_dirt", "speed": 1.5, "allocate flag": "rallycars", "type": "road", "flag normal": false, "flag rallycars": true, "author": "yusuf8a684, Lobby and Theotheoderich", "category": "$offroad-addon", "draw ground": true, "height": 1, "price": 5, "text": "Dirt off-road roads are a bit slower than asphalt off-road roads", "title": "Dirt Off-Road Road", "width": 1, "level": 0, "one way": true, "flag pkw": false, "flag lkw": false, "flag tram": false }, { "author": "yusuf8a684, Lobby and Theotheoderich", "category": "$offroad-addon", "allocate flag": "rallycars", "draw ground": true, "frames": [ { "bmp": "asphalt_offroad.png", "count": 16, "h": "16", "w": 32 }, { "bmp": "asphalt_offroad.png", "count": 16, "h": "16", "w": 32 }, { "bmp": "asphalt_offroad.png", "count": 16, "h": "16", "w": 32 }, { "bmp": "asphalt_offroad.png", "count": 16, "h": "16", "w": 32 } ], "height": 1, "id": "offroad_road", "price": 10, "text": "Asphalt off-road roads are little bit faster than dirt off-road roads", "title": "Asphalt Off-road Road", "type": "road", "width": 1, "level": 1, "one way": true, "speed": 2, "flag rallycars": true, "flag normal": false, "flag tram": false, "flag pkw": false, "flag lkw": false }]
JSON checker
Check
You need to actually spawn the cars through a building. This can be done by:

Code: Select all    Reset

"car spawner":[{ "cars":["metro_offroad_racecar","subaru_offroad_racecar"], //Put in the ids of the cars of cars "radius":10, //Put in the area you want them to spawn in "count":3 //Put in how many you want to spawn }]
JSON checker
Check
Add this code to a regular building and not the car, and I think it should work

I'm pretty sure that there's something called "target" where the cars go to a specific building, but I'm not sure about that part. You could check in the documentation for cars in this part of the forum.
Thank you for your help but they actually have spawners. Didn't put their codes here

Re: Car & Road Flags

Posted: 07 Sep 2021, 14:46
by THEMAX
I was wondering something @Lobby @JustAnyone .

Could we get new flags for vehicles ? I am currently working on my railroad expansion plugin and aiming to add new vehicles types but refraining to do so as I’d prefer to get custom flags to prevent uncompatibility issues with others plugins.

- "bicycles" (for bicycle lanes)
- "Sports" (for ski slopes, running stadium, etc...)

- "trolleybus"
- "light rail" (as an intermediary solution between tramway & trains)

- "funiculary" (to climb slopes, could be even more interesting with support for slopes frames)
- "cable car"

- "vaccum" (for transports like hyperloop)

Re: Car & Road Flags

Posted: 28 Sep 2021, 18:56
by THEMAX
By the way, could we have some type of flags have support for slopped vehicles textures ? (mainly for cable car and funiculary)