[Question] Plugin Editing and Improving

Plug-in related stuff can be discussed here.

Moderator: Plugin Moderators

User avatar
Barky
TheoTown Cartographer
Reactions:
Posts: 2056
Joined: 17 Apr 2017, 22:13
Location: Ireland
Plugins: Showcase Store

Platform

Re: [Question] Plugin Editing and Improving

#1

Post by Barky »

Some people don't want their plug-ins changed by other users.

User avatar
Brody Craft
Inhabitant of a Infinity
Reactions:
Posts: 8034
Joined: 24 Jan 2017, 11:15
Location: SE Asia
Plugins: Showcase Store
Version: Beta

Platform

Re: [Question] Plugin Editing and Improving

#2

Post by Brody Craft »

Including me

User avatar
iborrobi
Metropolitan
Reactions:
Posts: 141
Joined: 04 Jul 2017, 14:57
Location: Bandung
Plugins: Showcase Store

Platform

Re: [Question] Plugin Editing and Improving

#3

Post by iborrobi »

If you want to edit someone plugin and reupload it, you should contact him first.....

User avatar
Brody Craft
Inhabitant of a Infinity
Reactions:
Posts: 8034
Joined: 24 Jan 2017, 11:15
Location: SE Asia
Plugins: Showcase Store
Version: Beta

Platform

Re: [Question] Plugin Editing and Improving

#4

Post by Brody Craft »

Or Kontakt in german

User avatar
iborrobi
Metropolitan
Reactions:
Posts: 141
Joined: 04 Jul 2017, 14:57
Location: Bandung
Plugins: Showcase Store

Platform

Re: [Question] Plugin Editing and Improving

#5

Post by iborrobi »

use some code like uhh....maybe "steal"?

User avatar
Brody Craft
Inhabitant of a Infinity
Reactions:
Posts: 8034
Joined: 24 Jan 2017, 11:15
Location: SE Asia
Plugins: Showcase Store
Version: Beta

Platform

Re: [Question] Plugin Editing and Improving

#6

Post by Brody Craft »

Just ask lobby

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

Platform

Re: [Question] Plugin Editing and Improving

#7

Post by Lobby »

The ingame highway

Code: Select all

[
  {
    "id":"$my_highway_clone",
    "type":"road",
    "level":3,
    "frames":[
      {"silent frames":[
        {"x":512,"y":1006,"w":32,"h":18,"count":16,"offset x":3072,"offset y":1024},
        {"x":896,"y":988,"w":32,"h":18,"count":4,"offset x":3072,"offset y":1024}
      ]},

      {"ref":0,"count":5,"silent":true},
      {"ref":16,"silent":true},
      {"ref":6,"count":10,"silent":true},

      {"ref":0,"count":10,"silent":true},
      {"ref":17,"silent":true},
      {"ref":11,"count":5,"silent":true},

      {"ref":0,"count":5,"silent":true},
      {"ref":18,"silent":true},
      {"ref":6,"count":10,"silent":true},

      {"ref":0,"count":10,"silent":true},
      {"ref":19,"silent":true},
      {"ref":11,"count":5,"silent":true}
    ],
    "bridge frames":[
      {"x":512,"y":976,"w":32,"h":30,"count":4,"offset x":3072,"offset y":1024},
      {"x":0,"y":0,"w":0,"h":0,"count":2},
      {"x":640,"y":976,"w":32,"h":30,"count":6,"offset x":3072,"offset y":1024},

      {"x":512,"y":976,"w":32,"h":30,"count":4,"offset x":3072,"offset y":1024},
      {"x":0,"y":0,"w":0,"h":0,"count":2},
      {"x":832,"y":880,"w":32,"h":30,"count":2,"offset x":3072,"offset y":1024},
      {"x":896,"y":880,"w":32,"h":30,"count":4,"offset x":3072,"offset y":1024}
    ],
    "bridge height":12,
    "pile distant":0,
    "speed":5.0,
    "price":2000,
    "bridge price":4000,
    "monthly price":5,
    "auto join":false,
    "allow bus stop":false,
    "allow transfer":true,
    "one way":true,
    "allow crossing":false,
    "width":2,
    "requirement":{"requirements":[{"type":"RANK", "data":{"lvl":7}}]}
  }
]
You may use it as reference.

Post Reply Previous topicNext topic

Return to “Plug-In Discussion”