Taxi (updated for 312)

Transport, Airport, and Road plugins

Moderator: Plugin Moderators

Forum rules
The main focus of the plugin is a road or appears in the in-game transportation or airport tabs

Moving Cars, ships, and planes may be included also. :)
User avatar
waders
TheoTown Veteran
Reactions:
Posts: 1130
Joined: 25 Mar 2016, 23:26
Location: Poland
Plugins: Showcase Store
Version: Beta

Platform

Re: Taxi

#21

Post by waders »

How to write a plugin for this building who will help me

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

Plugin Creator

Platform

Re: Taxi

#22

Post by CommanderABab »

I corrected shadows, added shadows, a crack in the roof, textures, removed some stuff to make it fit in a 4x4 area. Still not perfect.
taxiwaders&ab.png
taxiwaders&ab.png (4.23 KiB) Viewed 6600 times

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

Platform

Re: Taxi

#23

Post by Lobby »

And maybe a bit texture
taxiwaders&ab&lby.png
taxiwaders&ab&lby.png (6.65 KiB) Viewed 6597 times

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

Plugin Creator

Platform

Re: Taxi

#24

Post by CommanderABab »

:)

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

Plugin Creator

Platform

Re: Taxi

#25

Post by CommanderABab »

Code: Select all

[
  { 
    "id":"$taxicarwaders00", 
    "type":"car", 
    "frames":[ 
      {"bmp":"taxicarswaders.png","w":32,"h":16,"count":4} 
    ], 
    "capacity":6,
   "flag normal":true, 
   "flag user2":true,
   "influence passenger bus":12,
   "speed":1.1,
   "v2":false
  },
  
  {
      "id": "$taxiind.waders.ab.lobby7",
      "type": "industrial",
      "usage":30,
      "title":"Taxi industry",
      "text":"everyone needs a taxi eventually",
      "author": "CommanderABab, waders, Lobby",
      "width": 4,
      "height": 4,
      "draw ground":true,
      "frames": [
         {
            "bmp": "taxiwaders&ab&lby.png"
         }
      ],
    
      "car spawner":[
           {
             "cars":["$taxicarwaders00"],
             "count":25,
             "radius":1000         
           }
         ],
      "workers": 50,
      "level": 2,
      "influence pollution":3,
      "influence passenger bus": 12
   }
]
I updated the above code also. NOTESometimes, I switch types of the plugin. That's why some additional code in it.

The first car to actually use my tractor path:
Screenshot_20170618-102438.jpg
Zip file to download if you like:
https://drive.google.com/file/d/0Bw7X9l ... p=drivesdk

User avatar
Jayden3
Inhabitant of a Megacity
Reactions:
Posts: 267
Joined: 31 Oct 2017, 07:16
Location: Cali
Plugins: Showcase Store

Platform

Re: Taxi (updated for 312)

#26

Post by Jayden3 »

Looks good but add shadows and less brite colors :plugin

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

Plugin Creator

Platform

Re: Taxi (updated for 312)

#27

Post by CommanderABab »

Like this?
Like this?
revisedtaxibldg.png (8.23 KiB) Viewed 5323 times

User avatar
22Alpha
Inhabitant of a Conurbation
Reactions:
Posts: 448
Joined: 23 Sep 2017, 14:29

Platform

Re: Taxi (updated for 312)

#28

Post by 22Alpha »

Does influence passenger bus reduce some traffic volume?

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

Plugin Creator

Platform

Re: Taxi (updated for 312)

#29

Post by CommanderABab »

I don't think so.

User avatar
Luigi
Inhabitant of a Planet
Reactions:
Posts: 1457
Joined: 17 Mar 2017, 11:25
Location: Fairview Coast
Plugins: Showcase Store

Platform

Re: Taxi (updated for 312)

#30

Post by Luigi »

waders:LoBBu ADd IN gaMe PlUGin iS gOod

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

Plugin Creator

Platform

Re: Taxi (updated for 312)

#31

Post by CommanderABab »

:fire :space :bb

User avatar
KINGTUT10101
1,000,000 inhabitants
Reactions:
Posts: 2220
Joined: 07 Jul 2016, 22:50
Location: 'Merica
Plugins: Showcase Store
Version: Beta
Contact:

Plugin Creator

Platform

Re: Taxi (updated for 312)

#32

Post by KINGTUT10101 »

Luigi wrote:
05 Nov 2017, 01:28
waders:LoBBu ADd IN gaMe PlUGin iS gOod


That actually made me laugh

User avatar
KINGTUT10101
1,000,000 inhabitants
Reactions:
Posts: 2220
Joined: 07 Jul 2016, 22:50
Location: 'Merica
Plugins: Showcase Store
Version: Beta
Contact:

Plugin Creator

Platform

Re: Taxi (updated for 312)

#33

Post by KINGTUT10101 »

Here's my edit
@waders
Attachments
taxiwaders&ab&lby&kt.png
taxiwaders&ab&lby&kt.png (11.77 KiB) Viewed 5278 times

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

Plugin Creator

Platform

Re: Taxi (updated for 312)

#34

Post by CommanderABab »

Jayden3 wrote:
02 Nov 2017, 03:50
Looks good but add shadows and less brite colors :plugin
If you look closely, there are shadows. The building fills the tiles entirely, so adding shadows for the building itself would require a much larger footprint like a 5x5 square. Space I would not wish to take up in my cities.

User avatar
TheFennekin
Neighborhood fox
Reactions:
Posts: 2728
Joined: 24 Aug 2017, 11:17
Location: Wandering around
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

Re: Taxi (updated for 312)

#35

Post by TheFennekin »

Download?

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

Plugin Creator

Platform

Re: Taxi (updated for 312)

#36

Post by CommanderABab »


User avatar
Luigi
Inhabitant of a Planet
Reactions:
Posts: 1457
Joined: 17 Mar 2017, 11:25
Location: Fairview Coast
Plugins: Showcase Store

Platform

Re: Taxi (updated for 312)

#37

Post by Luigi »

but the question is, does it spawn the taxis waders promised?

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

Plugin Creator

Platform

Re: Taxi (updated for 312)

#38

Post by CommanderABab »

Yes, it spawns taxis!

User avatar
Jayden3
Inhabitant of a Megacity
Reactions:
Posts: 267
Joined: 31 Oct 2017, 07:16
Location: Cali
Plugins: Showcase Store

Platform

Re: Taxi (updated for 312)

#39

Post by Jayden3 »

I dont see the depot in tt

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

Plugin Creator

Platform

Re: Taxi (updated for 312)

#40

Post by CommanderABab »

former member wrote:
25 Nov 2017, 09:47
Have you downloaded the plugin?
Up there^
Up there^

Post Reply Previous topicNext topic

Return to “Transport, Airport, Roads”