Roads
Moderator: Plugin Moderators
- Brody Craft
- Inhabitant of a Infinity
- Reactions:
- Posts: 8035
- Joined: Tue Jan 24, 2017 11:15
- Location: SE Asia
- Plugins: Show
- Version: Beta
Re: Roads
Looks like someone plays Intersection Controller.
When you get to be called a Board Index because you are too good.>:3
- Brody Craft
- Inhabitant of a Infinity
- Reactions:
- Posts: 8035
- Joined: Tue Jan 24, 2017 11:15
- Location: SE Asia
- Plugins: Show
- Version: Beta
Re: Roads
No, i play it as well, im trying to build a big town thing.
When you get to be called a Board Index because you are too good.>:3
- Tiar/A
- Former TiarDVaughn
- Reactions:
- Posts: 471
- Joined: Sun Mar 04, 2018 19:40
- Location: Spokane
- Plugins: Show
- Version: Beta
- Contact:
Re: Roads
Cool! What's your game name?Brody Craft wrote: ↑Thu Mar 21, 2019 9:33
No, i play it as well, im trying to build a big town thing.
I don't ask for much but enough room to spread my wings and the world finna know my name
- Brody Craft
- Inhabitant of a Infinity
- Reactions:
- Posts: 8035
- Joined: Tue Jan 24, 2017 11:15
- Location: SE Asia
- Plugins: Show
- Version: Beta
Re: Roads
Brody Jones.TiarDVaughn wrote: ↑Thu Mar 21, 2019 22:29Cool! What's your game name?Brody Craft wrote: ↑Thu Mar 21, 2019 9:33
No, i play it as well, im trying to build a big town thing.
When you get to be called a Board Index because you are too good.>:3
- yusuf8a684
- Inhabitant of a Planet
- Reactions:
- Posts: 1300
- Joined: Sun Dec 10, 2017 22:09
- Location: Turkiye
- Plugins: Show
Re: Roads
Will that work with new versions?JustAnyone wrote: ↑Mon Apr 30, 2018 18:13Not sure.
Just use this code which is @Lobbu'sCode: Select all
"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} ],
The Internet Addict
I can't define my self time to time... Just do not %100 trust me. Texting that honestly...
Know your friends well, enemies
I can't define my self time to time... Just do not %100 trust me. Texting that honestly...
Know your friends well, enemies
- JustAnyone
- Rip-off engineer
- Reactions:
- Posts: 3035
- Joined: Sun Jul 23, 2017 12:45
- Location: Easter Island
- Plugins: Show
- CommanderABab
- AB
- Reactions:
- Posts: 9128
- Joined: Tue Jun 07, 2016 21:12
- Plugins: Show
- Version: Beta
-
- Small-town resident
- Reactions:
- Posts: 26
- Joined: Fri May 10, 2019 23:59
- Plugins: Show
Re: Roads
Hey I want to make Highway what all I need to do far as json for it I want to make this into a highway
- CommanderABab
- AB
- Reactions:
- Posts: 9128
- Joined: Tue Jun 07, 2016 21:12
- Plugins: Show
- Version: Beta
Re: Roads
You could try:

Code: Select all
[{
"active": true,
"id":"$nmrredroad00",
"type":"road",
"author": "Commander ABab",
"level":1,
"width":2,
"height":1,
"min level":-1,"max level":3,
"frames per bridge":16,
"bridge height":12,
"bridge price":100,
"price":10,
"tunnel frames":[
{"bmp":"tunnel_frames.png","w":16,"count":4}
],
"bridge frames":[
{"bmp":"Bridge_frames.png","w":32,"h":48,"count":16}
],
"map color":{"r":146,"g":0,"b":0},
"frames per bridge":16,
"frames":[
{"bmp":"red highway.png","w":32,"h":16,"count":16},
{"bmp":"red highway.png","w":32,"h":16,"count":16},
{"bmp":"red highway.png","w":32,"h":16,"count":16},
{"bmp":"red highway.png","w":32,"h":16,"count":16}
],
"x flags":{
"flag normal":true,
"flag user2":true,
"flag user3":true,
"flag airport":true,
"flag military":true
},
"overrunnable": true,
"one way": true,
"speed": 4,
"monthly price": 4,
"auto join": true,
"allow bus stop": true,
"allow crossing": true,
"allow transfer": true,
"pile distant": 10,
"title":"nmr red road title",
"text":"nmr red road text",
"hidden":false
}
]


-
- Small-town resident
- Reactions:
- Posts: 26
- Joined: Fri May 10, 2019 23:59
- Plugins: Show
Re: Roads
Can I use that json n can you tell how do you understand w/h/count on json
-
- Small-town resident
- Reactions:
- Posts: 26
- Joined: Fri May 10, 2019 23:59
- Plugins: Show
- Mg3094066
- Inhabitant of a Supercluster
- Reactions:
- Posts: 3225
- Joined: Sun May 28, 2017 1:50
- Location: United Mexican States
- Plugins: Show
- Version: Beta
Re: Roads
that frames... please dont use my frames without permission
I threw my dignity to trash and downloaded Free Fire... But someway i liked it ":'D
But i think it was too early to celebrate... my internet runs at 8kb...
Just wait another month...
But i think it was too early to celebrate... my internet runs at 8kb...
Just wait another month...

-
- Small-town resident
- Reactions:
- Posts: 26
- Joined: Fri May 10, 2019 23:59
- Plugins: Show
Re: Roads
Sorry didn't know it was your n I was testing it to understand json for everything
- CommanderABab
- AB
- Reactions:
- Posts: 9128
- Joined: Tue Jun 07, 2016 21:12
- Plugins: Show
- Version: Beta
- CommanderABab
- AB
- Reactions:
- Posts: 9128
- Joined: Tue Jun 07, 2016 21:12
- Plugins: Show
- Version: Beta
Re: Roads
Yes, you can use.Neonmanricky wrote: ↑Sat Nov 30, 2019 4:45Can I use that json n can you tell how do you understand w/h/count on json
w is width in pixels per frame,
h is height in pixels of image,
count is number of frames per image.

-
- Small-town resident
- Reactions:
- Posts: 26
- Joined: Fri May 10, 2019 23:59
- Plugins: Show
Re: Roads
I'm having trouble make the cars drive in one direction