one way road dirs plz

Plug-in related stuff can be discussed here.

Moderator: Plugin Moderators

User avatar
imajoke
Inhabitant of a Conurbation
Reactions:
Posts: 532
Joined: 27 Oct 2019, 02:39
Plugins: Showcase Store
Version: Beta

one way road dirs plz

#1

Post by imajoke »

i want them to make a road that the cars can lagit overtake eachother on, so, in otherwords: an inverted one lane one way

User avatar
CommanderABab
AB
Reactions:
Posts: 11106
Joined: 07 Jun 2016, 21:12
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

Re: one way road dirs plz

#2

Post by CommanderABab »

Code: Select all

"overrunnable":true,
on a one way road will do that, but in the same direction.

I don't think it would be possible (without much coding effort) to have 'pass when safe' in the game on a two-way one span road.

User avatar
imajoke
Inhabitant of a Conurbation
Reactions:
Posts: 532
Joined: 27 Oct 2019, 02:39
Plugins: Showcase Store
Version: Beta

Re: one way road dirs plz

#3

Post by imajoke »

i dont care if theres a overtake when safe thing tbh i just want them to be able to make a road where cars can overtake...

User avatar
imajoke
Inhabitant of a Conurbation
Reactions:
Posts: 532
Joined: 27 Oct 2019, 02:39
Plugins: Showcase Store
Version: Beta

Re: one way road dirs plz

#4

Post by imajoke »

btw can i have the dirs plz

User avatar
CommanderABab
AB
Reactions:
Posts: 11106
Joined: 07 Jun 2016, 21:12
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

Re: one way road dirs plz

#5

Post by CommanderABab »

Limited time offer:
:)

Code: Select all

"dirs":[
       0,0,0,0,
       1,1,1,1,
       2,2,2,2,
       1,1,9,1,
       4,4,4,4,
       9,9,3,3,
       3,2,2,2,
       3,3,3,3,
       8,8,8,8,
       3,3,1,1,
       6,3,6,3,
       3,3,3,3,
       9,8,9,8,
       9,9,9,9,
       6,6,6,6,
       11,11,11,11
    ]
for the one way spans, and

Code: Select all

"dirs":[
      12,9,3,6 , 
      1, 1, 8,4,  
   
      1,1, 8, 2,  
  
      9,9,6,6, 
    
      1, 3, 12, 6,  
  
      13,11,14,7 
    ]
for the two-way center span (these dirs allow the the cars to move back to the outer lanes).

User avatar
CommanderABab
AB
Reactions:
Posts: 11106
Joined: 07 Jun 2016, 21:12
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

Re: one way road dirs plz

#6

Post by CommanderABab »

imajoke wrote:
15 Mar 2020, 03:49
i dont care if theres a overtake when safe thing tbh i just want them to be able to make a road where cars can overtake...
As I posted
here
. That's how to allow cars to overtake on a one-way road (which is two lanes one-way).

User avatar
Lakan Haraya
Metropolitan
Reactions:
Posts: 131
Joined: 28 Mar 2019, 09:34
Location: Philippines
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

Re: one way road dirs plz

#7

Post by Lakan Haraya »

Wanna know more? :json
See here
for more details about dirs :)

User avatar
imajoke
Inhabitant of a Conurbation
Reactions:
Posts: 532
Joined: 27 Oct 2019, 02:39
Plugins: Showcase Store
Version: Beta

Re: one way road dirs plz

#8

Post by imajoke »

Lakan Haraya wrote:
15 Mar 2020, 05:33
Wanna know more? :json
See here
for more details about dirs :)
i already know that they tell the AI where to go, why else would i want the dirs? BTW, the "override" thing doesnt work

User avatar
imajoke
Inhabitant of a Conurbation
Reactions:
Posts: 532
Joined: 27 Oct 2019, 02:39
Plugins: Showcase Store
Version: Beta

Re: one way road dirs plz

#9

Post by imajoke »

Lakan Haraya wrote:
15 Mar 2020, 05:33
Wanna know more? :json
See here
for more details about dirs :)
why would i be asking for dirs if i didnt know how they work?

User avatar
imajoke
Inhabitant of a Conurbation
Reactions:
Posts: 532
Joined: 27 Oct 2019, 02:39
Plugins: Showcase Store
Version: Beta

Re: one way road dirs plz

#10

Post by imajoke »

CommanderABab wrote:
15 Mar 2020, 04:58
imajoke wrote:
15 Mar 2020, 03:49
i dont care if theres a overtake when safe thing tbh i just want them to be able to make a road where cars can overtake...
As I posted
here
. That's how to allow cars to overtake on a one-way road (which is two lanes one-way).
well apperently it isnt

User avatar
imajoke
Inhabitant of a Conurbation
Reactions:
Posts: 532
Joined: 27 Oct 2019, 02:39
Plugins: Showcase Store
Version: Beta

Re: one way road dirs plz

#11

Post by imajoke »

The overtaking thing still doesn't work. Apperently, there is no way to do it without the dirs.

User avatar
CommanderABab
AB
Reactions:
Posts: 11106
Joined: 07 Jun 2016, 21:12
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

Re: one way road dirs plz

#12

Post by CommanderABab »


User avatar
imajoke
Inhabitant of a Conurbation
Reactions:
Posts: 532
Joined: 27 Oct 2019, 02:39
Plugins: Showcase Store
Version: Beta

Re: one way road dirs plz

#13

Post by imajoke »

Never thought a thread could completely ignore the reason it was created so much

User avatar
Wekabu city
Inhabitant of a Megalopolis
Reactions:
Posts: 586
Joined: 29 Aug 2017, 21:07
Location: Germany, Hessia
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

Re: one way road dirs plz

#14

Post by Wekabu city »

What the hell do you even want to do? Please don't use discord lingo (such as "legit" instead of "legitimate" ...which also has no meaning) and try to create what for you is a wall of text; Preferably with more than two sentences. Right now I'm a bit confused with all the abbreviations you are using (For example with "dirs" I understand "directories" instead of "directions") and I have no better understanding than before.

User avatar
CommanderABab
AB
Reactions:
Posts: 11106
Joined: 07 Jun 2016, 21:12
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

Re: one way road dirs plz

#15

Post by CommanderABab »

The "dirs" he refers to are like here: viewtopic.php?p=157803#p157803

(a post I restored today)

Post Reply Previous topicNext topic

Return to “Plug-In Discussion”