Roads

Learn here how to create and use plugins.

Moderator: Plugin Moderators

User avatar
Lydia
Settler
Reactions:
Posts: 1
Joined: 21 Dec 2021, 18:19

Re: Roads

#121

Post by Lydia »

Can you give me texture of Diagonal road and the code so j can complete my Plasma Road Plugin

User avatar
PolGamerOff3
Settler
Reactions:
Posts: 3
Joined: 29 Jul 2020, 08:29

Plugin Creator

Platform

Re: Roads

#122

Post by PolGamerOff3 »

Hello, how do you make an automatic barrier like on bridges to show on a road that's on the ground? Something like choggoba's diagonal overpass plugin or the built-in expressway and highway roads.

User avatar
nanmu
Settler
Reactions:
Posts: 1
Joined: 28 Jan 2022, 09:04

Re: Roads

#123

Post by nanmu »

我是否可以做到使我的道路桥梁一边有桥梁贴图,而另一边没有。

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

Plugin Creator

Platform

Re: Roads

#124

Post by CommanderABab »

nanmu wrote:
16 Mar 2024, 04:52
我是否可以做到使我的道路桥梁一边有桥梁贴图,而另一边没有。

Is it possible for me to make one side of my road bridge have a bridge texture and the other side not.
Yes, if you make a road plugin with such bridge frames.

User avatar
Vax
Settler
Reactions:
Posts: 3
Joined: 23 Aug 2023, 14:54

Re: Roads

#125

Post by Vax »

Im having trouble here. Can anyone help me? The bridge is glitchy and has a white background that is annoying, btw im a new plugin creator. My code looks like this:
[
{
"id":"$Road00",
"title":"Red-lined Country Road",
"text":"A country road designed to have Red lines.",
"type":"road",
"level":1,
"speed":2.5,

"frames":[{"bmp":"Country_roads_redlines.png","w":32,"h":16,"count":16}],

"slope frames":[
{"x":120,"y":311,"w":32,"h":32,"count":4,"offset x":2048,"offset y":1024}],

"bridge frames":[{"bmp":"Bridge.png","w":32,"h":48,"count":12}],
"frames per bridge":12,

"traffic lights":[{"bmp":"tf.png","w":32,"h":32,"count":4}],
"green phase":3000,
"yellow phase":500,

"price":50,
"bridge price":200,
"monthly price":2
}
]

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

Plugin Creator

Platform

Re: Roads

#126

Post by CommanderABab »

Vax wrote:
Yesterday, 15:17
Im having trouble here. Can anyone help me? The bridge is glitchy and has a white background that is annoying, btw im a new plugin creator. My code looks like this:

Code: Select all

[
  {
    "id":"$Road00",
    "title":"Red-lined Country Road",
    "text":"A country road designed to have Red lines.",
    "type":"road",
    "level":1,
    "speed":2.5,

    "frames":[{"bmp":"Country_roads_redlines.png","w":32,"h":16,"count":16}],
    
    "slope frames":[
  {"x":120,"y":311,"w":32,"h":32,"count":4,"offset x":2048,"offset y":1024}],

    "bridge frames":[{"bmp":"Bridge.png","w":32,"h":48,"count":12}],
    "frames per bridge":12,

    "traffic lights":[{"bmp":"tf.png","w":32,"h":32,"count":4}],
    "green phase":3000,
    "yellow phase":500,

    "price":50,
    "bridge price":200,
    "monthly price":2
  }
]
You might upload the frames in question. Maybe the white is the background in the images and isn't transparent.

User avatar
Vax
Settler
Reactions:
Posts: 3
Joined: 23 Aug 2023, 14:54

Re: Roads

#127

Post by Vax »

Oh. Ok ty, im new to this plug-in stuffs.

Post Reply Previous topicNext topic

Return to “Tutorials and Documentation”