Airplanes

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

Airplanes

#1

Post by Lobby »

Adding you own airplane to the game is straight forward. After you created your amazing graphics like this one :img
airplane.png
airplane.png (5.82 KiB) Viewed 17049 times
You can define your plugin :json

Code: Select all

[
  {
    "id":"$lobby_airplane_mygreatairplane00",
    "title":"Big airplane",
    "text":"I'm the description.",
    "type":"airplane",
    "frames":[{"bmp":"airplane.png","w":96,"count":4,"handle x":48,"handle y":40}],
    "price":1000000,
    "fly height":200,
    "capacity":375,
    "speed":1
  }
]
An airplane plugin consists of four frames for each direction. Orientation for each frame works as for cars (v2).

About the handle, I recommend to move it to a point where you would say that's the center of the airplane on the ground:
airplane_handle.png
airplane_handle.png (3 KiB) Viewed 17049 times
In case you're nice you might want to set a diamond price instead. That's possible with

Code: Select all

"diamond price":20

User avatar
THEMAX
Inhabitant of a Universe
Reactions:
Posts: 4314
Joined: 14 Sep 2017, 17:30
Location: Astrellia, UHAE
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

Re: [Beta]Airplanes

#2

Post by THEMAX »

THX YOU!!!

User avatar
CloakedGamer
Small-town resident
Reactions:
Posts: 29
Joined: 07 Oct 2017, 01:01

Platform

Re: [Beta]Airplanes

#3

Post by CloakedGamer »

What is the width and height of a single frame of the aircraft?

User avatar
JustAnyone
Developer
Reactions:
Posts: 3474
Joined: 23 Jul 2017, 12:45
Location: Easter Island
Plugins: Showcase Store

Platform

Re: Airplanes

#4

Post by JustAnyone »

Could we have diamond price for award type plugins?

User avatar
Hadestia
Inhabitant of a Megalopolis
Reactions:
Posts: 727
Joined: 17 Jul 2017, 16:16
Location: Philippines
Plugins: Showcase Store
Contact:

Plugin Creator

Platform

Re: Airplanes

#5

Post by Hadestia »

how about json in huge airplanes

User avatar
Kulche
Pluche
Reactions:
Posts: 1141
Joined: 07 Jun 2017, 20:28
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

Re: Airplanes

#6

Post by Kulche »

Wut?

User avatar
sairam
Inhabitant of a Conurbation
Reactions:
Posts: 537
Joined: 31 Dec 2017, 13:35
Location: India Pudukkottai
Plugins: Showcase Store
Version: Beta

Platform

Re: Airplanes

#7

Post by sairam »

:D Can you share the all airplane texture? :)
Last edited by sairam on 10 Jul 2018, 16:24, edited 1 time in total.

User avatar
NSGSEI
Villager
Reactions:
Posts: 21
Joined: 29 Dec 2018, 07:36
Location: China
Plugins: Showcase Store
Version: Beta

Platform

Re: Airplanes

#8

Post by NSGSEI »

A new plane :D
Attachments
XGX747-K.png
XGX747-K.png (7.24 KiB) Viewed 15219 times

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

Plugin Creator

Platform

Re: Airplanes

#9

Post by CommanderABab »

Great! :)

User avatar
JustAnyone
Developer
Reactions:
Posts: 3474
Joined: 23 Jul 2017, 12:45
Location: Easter Island
Plugins: Showcase Store

Platform

Re: Airplanes

#10

Post by JustAnyone »

Width of one frame

User avatar
THEMAX
Inhabitant of a Universe
Reactions:
Posts: 4314
Joined: 14 Sep 2017, 17:30
Location: Astrellia, UHAE
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

Re: Airplanes

#11

Post by THEMAX »

concorde.png
concorde.png (15.54 KiB) Viewed 14663 times

User avatar
AndreitheTare
Inhabitant of a Megacity
Reactions:
Posts: 265
Joined: 29 Jul 2018, 15:46
Location: Romania
Plugins: Showcase Store

Platform

Re: Airplanes

#12

Post by AndreitheTare »

THEMAX wrote:
28 May 2019, 18:13
concorde.png
Should be a plugin. I don't know any other Concorde plugin.

User avatar
Mrqwerty
Inhabitant of a Megalopolis
Reactions:
Posts: 579
Joined: 06 Oct 2018, 21:48
Location: Vermont, United States
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

Re: Airplanes

#13

Post by Mrqwerty »

AndreitheTare wrote:
10 Jun 2019, 20:23
THEMAX wrote:
28 May 2019, 18:13
concorde.png
Should be a plugin. I don't know any other Concorde plugin.
It might also be a template for plugins.

User avatar
PetrovMaksYt
Inhabitant of a Megacity
Reactions:
Posts: 337
Joined: 16 Aug 2020, 11:26
Plugins: Showcase Store
Version: Beta

Platform

Re: Airplanes

#14

Post by PetrovMaksYt »

Wow you all have new ideas of making airplanes!

User avatar
PetrovMaksYt
Inhabitant of a Megacity
Reactions:
Posts: 337
Joined: 16 Aug 2020, 11:26
Plugins: Showcase Store
Version: Beta

Platform

Re: Airplanes

#15

Post by PetrovMaksYt »

So so sou good!

User avatar
byxxiaonanhui
Inhabitant of a Megacity
Reactions:
Posts: 226
Joined: 04 May 2020, 09:19
Location: Shijingshan Beijing China
Plugins: Showcase Store

Plugin Creator

Platform

Re: Airplanes

#16

Post by byxxiaonanhui »

THEMAX wrote:
28 May 2019, 18:13
concorde.png
May I use that texture to make a plugin and upload it online?

User avatar
RayXP
Inhabitant of a Infinity
Reactions:
Posts: 7904
Joined: 17 Nov 2018, 21:49
Location: Pearland, TX
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

Re: Airplanes

#17

Post by RayXP »

Lobby wrote:
08 Oct 2017, 13:11
Adding you own airplane to the game is straight forward. After you created your amazing graphics like this one :img
airplane.png

You can define your plugin :json

Code: Select all

[
  {
    "id":"$lobby_airplane_mygreatairplane00",
    "title":"Big airplane",
    "text":"I'm the description.",
    "type":"airplane",
    "frames":[{"bmp":"airplane.png","w":96,"count":4,"handle x":48,"handle y":40}],
    "price":1000000,
    "fly height":200,
    "capacity":375,
    "speed":1
  }
]
An airplane plugin consists of four frames for each direction. Orientation for each frame works as for cars (v2).

About the handle, I recommend to move it to a point where you would say that's the center of the airplane on the ground:
airplane_handle.png

In case you're nice you might want to set a diamond price instead. That's possible with

Code: Select all

"diamond price":20
What model is that plane?

User avatar
BlazeRealn
Settler
Reactions:
Posts: 1
Joined: 05 Apr 2022, 10:42

Re: Airplanes

#18

Post by BlazeRealn »

Im dont know what in doing just do for diamonds

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

Platform

Re: Airplanes

#19

Post by FVI »

How can I make another type of Airstrip? I want to change the texture only. Thanks.
Mon I need it more
Last edited by FVI on 06 Jun 2022, 21:24, edited 1 time in total.

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

Platform

Re: Airplanes

#20

Post by FVI »

DELETED POST
Attachments
XGX747-K.png
XGX747-K.png (7.25 KiB) Viewed 6169 times

Post Reply Previous topicNext topic

Return to “Tutorials and Documentation”