Level 0 bridge trick?

You have great tips for other players? Share them here.
User avatar
gabrielvt4
Townsman
Reactions:
Posts: 62
Joined: 01 Oct 2018, 04:56
Location: Brazil
Plugins: Showcase Store
Version: Beta

Platform

Level 0 bridge trick?

#1

Post by gabrielvt4 »

    I spent some time without playing, and now when I came back I saw that there are many players talking about "Level 0 Bridge Trick". Has this been fixed? If not, how do I do this "Trick"?

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

    Plugin Creator

    Platform

    Re: HELP

    #2

    Post by CommanderABab »

    It's a road using bridges defined at

    Code: Select all

    "bridge height":0
    .

    Using this, you can then make some road decorations to make bridges look different than you could otherwise.

    User avatar
    gabrielvt4
    Townsman
    Reactions:
    Posts: 62
    Joined: 01 Oct 2018, 04:56
    Location: Brazil
    Plugins: Showcase Store
    Version: Beta

    Platform

    Re: HELP

    #3

    Post by gabrielvt4 »

    CommanderABab wrote:
    01 Feb 2019, 04:18
    It's a road using bridges defined at

    Code: Select all

    "bridge height":0
    .

    Using this, you can then make some road decorations to make bridges look different than you could otherwise.
    Ok, thanks

    User avatar
    gabrielvt4
    Townsman
    Reactions:
    Posts: 62
    Joined: 01 Oct 2018, 04:56
    Location: Brazil
    Plugins: Showcase Store
    Version: Beta

    Platform

    Re: HELP

    #4

    Post by gabrielvt4 »

    CommanderABab wrote:
    01 Feb 2019, 04:18
    It's a road using bridges defined at

    Code: Select all

    "bridge height":0
    .

    Using this, you can then make some road decorations to make bridges look different than you could otherwise.
    but how do I make a street like this? Is there a specific plugin?

    User avatar
    soumya-8974
    TheoTown Veteran in Pension
    Reactions:
    Posts: 834
    Joined: 30 Apr 2018, 06:53
    Location: India
    Plugins: Showcase Store
    Version: Beta

    Plugin Creator

    Platform

    Re: HELP

    #5

    Post by soumya-8974 »

    English: I've tested this a couple of weeks ago.
    Español: He probado esto hace un par de semanas.
    Sandbox_19-02-02_19.24.26.png

    Code: Select all

    [{
          "id":"$trickyroad00",
    	  "type":"road",
    	  "level":1,
    	  "frames":[{"x":512,"y":16,"w":32,"h":16,"count":16}],
    	  "bridge frames":[
              {"x":512,"y":96,"w":32,"h":48,"count":12},
            {"x":896,"y":214,"w":32,"h":26,"count":4},
    
              {"x":512,"y":96,"w":32,"h":48,"count":4},{"x":896,"y":96,"w":32,"h":48,"count":4},{"x":768,"y":96,"w":32,"h":48,"count":4},
            {"x":896,"y":214,"w":32,"h":26,"count":4},
    
            {"x":512,"y":144,"w":32,"h":48,"count":12},
            {"x":896,"y":214,"w":32,"h":26,"count":4},
    
              {"x":512,"y":144,"w":32,"h":48,"count":4},{"x":896,"y":144,"w":32,"h":48,"count":4},{"x":768,"y":144,"w":32,"h":48,"count":4},
            {"x":896,"y":214,"w":32,"h":26,"count":4},
    
            {"x":512,"y":192,"w":32,"h":48,"count":12},
            {"x":896,"y":214,"w":32,"h":26,"count":4}
          ],
         "frames per bridge":16,
         "tunnel frames":[
           {"x":896,"y":192,"w":16,"h":19,"handle y":7},
           {"x":912,"y":192,"w":16,"h":19,"handle x":-16,"handle y":7},
           {"x":928,"y":192,"w":16,"h":19,"handle y":7},
           {"x":944,"y":192,"w":16,"h":19,"handle x":-16,"handle y":7}
         ],
    	  "bridge height":0,
          "traffic lights":[{"x":512,"y":32,"w":32,"h":32,"count":4}],
    	  "green phase":3000,
    	  "yellow phase":500,
    	  "speed":2.0,
    	  
    	  "price":200,
    	  "bridge price":2000,
    	  "monthly price":2,
    
         "requirement":{"requirements":[{"type":"RANK", "data":{"lvl":1}}]}
       }]

    User avatar
    yusuf8a684
    Reactions:

    Re: HELP

    #6

    Post by yusuf8a684 »

    Thats a good think to do fake plane takeoffs and landings
    :smirk:

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

    Plugin Creator

    Platform

    Re: HELP

    #7

    Post by CommanderABab »

    soumya-8974 wrote:
    02 Feb 2019, 15:59
    English: I've tested this a couple of weeks ago.
    Español: He probado esto hace un par de semanas.
    Sandbox_19-02-02_19.24.26.png

    Code: Select all

    [{
          "id":"$trickyroad00",
    	  "type":"road",
    	  "level":1,
    	  "frames":[{"x":512,"y":16,"w":32,"h":16,"count":16}],
    	  "bridge frames":[
              {"x":512,"y":96,"w":32,"h":48,"count":12},
            {"x":896,"y":214,"w":32,"h":26,"count":4},
    
              {"x":512,"y":96,"w":32,"h":48,"count":4},{"x":896,"y":96,"w":32,"h":48,"count":4},{"x":768,"y":96,"w":32,"h":48,"count":4},
            {"x":896,"y":214,"w":32,"h":26,"count":4},
    
            {"x":512,"y":144,"w":32,"h":48,"count":12},
            {"x":896,"y":214,"w":32,"h":26,"count":4},
    
              {"x":512,"y":144,"w":32,"h":48,"count":4},{"x":896,"y":144,"w":32,"h":48,"count":4},{"x":768,"y":144,"w":32,"h":48,"count":4},
            {"x":896,"y":214,"w":32,"h":26,"count":4},
    
            {"x":512,"y":192,"w":32,"h":48,"count":12},
            {"x":896,"y":214,"w":32,"h":26,"count":4}
          ],
         "frames per bridge":16,
         "tunnel frames":[
           {"x":896,"y":192,"w":16,"h":19,"handle y":7},
           {"x":912,"y":192,"w":16,"h":19,"handle x":-16,"handle y":7},
           {"x":928,"y":192,"w":16,"h":19,"handle y":7},
           {"x":944,"y":192,"w":16,"h":19,"handle x":-16,"handle y":7}
         ],
    	  "bridge height":0,
          "traffic lights":[{"x":512,"y":32,"w":32,"h":32,"count":4}],
    	  "green phase":3000,
    	  "yellow phase":500,
    	  "speed":2.0,
    	  
    	  "price":200,
    	  "bridge price":2000,
    	  "monthly price":2,
    
         "requirement":{"requirements":[{"type":"RANK", "data":{"lvl":1}}]}
       }]
    The bridge frames need to be nulls for level 0.

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

    Re: Level 0 bridge trick?

    #8

    Post by imajoke »

    sombisy plz make a road that has lvl 0 bridges

    Post Reply Previous topicNext topic

    Return to “Tips and Tricks”