Tunnels

Learn here how to create and use plugins.

Moderator: Plugin Moderators

User avatar
Lobby
Developer
Reactions:
Posts: 3705
Joined: 26 Oct 2008, 12:34
Plugins: Showcase Store
Version: Beta

Platform

Tunnels

#1

Post by Lobby »

See here on how to create road plugins.


To add tunnel support to a road it's sufficient to add the following code to the plugin:

Code: Select all

"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}
]
Tunnels will then use the default tunnel frames (16x19 pixels each) :img
tunnel_frames.png
tunnel_frames.png (1.74 KiB) Viewed 6910 times
You may use your own frames. Take care to set the handles of each frame correctly (they are used to position the frame for drawing). This might look like :json

Code: Select all

"tunnel frames":[
  {"bmp":"tunnel_frames.png","x":0,"w":16,"h":19,"handle y":7},
  {"bmp":"tunnel_frames.png","x":16,"w":16,"h":19,"handle x":-16,"handle y":7},
  {"bmp":"tunnel_frames.png","x":32,"w":16,"h":19,"handle y":7},
  {"bmp":"tunnel_frames.png","x":48,"w":16,"h":19,"handle x":-16,"handle y":7}
]

User avatar
Mg3094066
Inhabitant of a Supercluster
Reactions:
Posts: 3223
Joined: 28 May 2017, 01:50
Location: Venezuelan Republic of Mexico
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

Re: Tunnels

#2

Post by Mg3094066 »

Tunnels ready:
Attachments
ButeoNew_18-02-15_15.23.18.png

User avatar
AwkwrdPrtMskrt
Metropolitan
Reactions:
Posts: 138
Joined: 08 Nov 2017, 02:31

Platform

Re: Tunnels

#3

Post by AwkwrdPrtMskrt »

Is it possible to make my plugin roads cost no diamonds when making tunnels?

User avatar
Quardhine
Small-town resident
Reactions:
Posts: 33
Joined: 08 Feb 2018, 08:13
Location: Philippines
Plugins: Showcase Store
Version: Beta
Contact:

Platform

Re: Tunnels

#4

Post by Quardhine »

Did someone said diamonds to build that?

User avatar
Mg3094066
Inhabitant of a Supercluster
Reactions:
Posts: 3223
Joined: 28 May 2017, 01:50
Location: Venezuelan Republic of Mexico
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

Re: Tunnels

#5

Post by Mg3094066 »

AwkwrdPrtMskrt wrote:
16 Feb 2018, 06:19
Is it possible to make my plugin roads cost no diamonds when making tunnels?
Nope, that are no implemented

User avatar
Mg3094066
Inhabitant of a Supercluster
Reactions:
Posts: 3223
Joined: 28 May 2017, 01:50
Location: Venezuelan Republic of Mexico
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

Re: Tunnels

#6

Post by Mg3094066 »

@actemendes do u have a problem?

User avatar
FVI
Inhabitant of a Planet
Reactions:
Posts: 1449
Joined: 22 Feb 2022, 18:00
Location: That island above France
Plugins: Showcase Store
Version: Beta

Platform

Re: Tunnels

#7

Post by FVI »

I got two questions.
Where can I get the textures of these tunnels please?
Is there a different code to get these tunnels?
IMG_20230114_211032.jpg
I need the codes so I can test the quality of the tunnels
Thanks!

Post Reply Previous topicNext topic

Return to “Tutorials and Documentation”