Page 3 of 6

Re: How to write a plugin

Posted: 06 Feb 2020, 22:42
by CommanderABab
That should work.
It might be that the images are the same or similar, so you don't notice the second one.

Re: How to write a plugin

Posted: 07 Feb 2020, 02:29
by JohnSallow
CommanderABab wrote:
06 Feb 2020, 22:42
That should work.
It might be that the images are the same or similar, so you don't notice the second one.
Ok, I'll verify that. Thanks

Re: How to write a plugin

Posted: 25 Jun 2020, 20:20
by Triceymicy
Explain How To Start, Like A Button.

Re: How to write a plugin

Posted: 26 Jun 2020, 15:50
by TheFennekin
Triceymicy wrote:
25 Jun 2020, 20:20
Explain How To Start, Like A Button.
What "like a button" do you mean? You can see different topics about how to make different kind of plugins.

Re: How to write a plugin

Posted: 06 Nov 2020, 23:36
by Lorange7.
is it possible to create a moving object?
if it is how can you do it?

Re: How to write a plugin

Posted: 06 Nov 2020, 23:36
by Lorange7.
is it possible to create a moving object?
if it is how can you do it?

Re: How to write a plugin

Posted: 07 Nov 2020, 00:38
by CommanderABab
Yes, what kind of moving object?

Re: How to write a plugin

Posted: 10 Nov 2020, 03:21
by TheFennekin
Animations do the trick

Re: How to write a plugin

Posted: 10 Nov 2020, 04:16
by CommanderABab
Yes, but there can also be helicopters, planes, vehicles, (pedestrians), and somehow pumpkins. :)

Re: How to write a plugin

Posted: 10 Nov 2020, 04:24
by TheFennekin
Wait how do I spawn pumpkins in the version 941? The other halloween stuff were removed I think...

Re: How to write a plugin

Posted: 10 Nov 2020, 04:47
by CommanderABab
I don't know. I never saw them in person.

Re: How to write a plugin

Posted: 10 Nov 2020, 04:57
by TheFennekin
They were added back in 2019 or 2018 I think for the halloween feature...

Also a question, is it possible to do a custom influence via json?

Re: How to write a plugin

Posted: 11 Apr 2021, 11:44
by TENSAI
Can I use Python to write a json file?

Re: How to write a plugin

Posted: 11 Apr 2021, 21:19
by CommanderABab
No, json or json and lua.

Re: How to write a plugin

Posted: 14 May 2021, 17:30
by Rad
This was very helpful in learning how to code.

Re: How to write a plugin

Posted: 14 May 2021, 18:50
by CommanderABab
Rad wrote:
14 May 2021, 17:30
This was very helpful in learning how to code.
I'm glad you are learning how to make plugins. :)

In your submitted plugin-store plugin;

These lines should be removed from the code:

Code: Select all

[
    "category": "false",
        "zone": "false",
]
They are not used in that way.

As for the image;
Should have transparent background, not white.
Should have transparent background, not white.
Image should be 64 pixels wide for a 2x2 building.
Image should be 64 pixels wide for a 2x2 building.
So, the base should be of this shape for a 2x2 plugin.

Image

Re: How to write a plugin

Posted: 14 May 2021, 19:25
by Rad
Thanks been using pixly for drawings still haven't figured it out

Re: How to write a plugin

Posted: 15 May 2021, 22:54
by Rad
What drawing app do you use?

Re: How to write a plugin

Posted: 16 May 2021, 01:41
by Rad
I have made a new plug-in and submitted using the requirements you said CommanderABab.

Re: How to write a plugin

Posted: 16 May 2021, 03:00
by CommanderABab
Rad wrote:
15 May 2021, 22:54
What drawing app do you use?
I usually use Novix.

It's really simple and rarely updated. :)