Page 2 of 6

Re: How to write a plugin

Posted: 12 May 2018, 12:02
by JustAnyone
Read above

Re: How to write a plugin

Posted: 13 Jun 2018, 14:24
by KentuckyFriedChicken
Hi Lobby!
I think there are alot more Json codes.
like sounds when click or sounds.
May you post that in the forums or PM?

Re: How to write a plugin

Posted: 13 Jun 2018, 15:08
by JustAnyone

Re: How to write a plugin

Posted: 14 Jun 2018, 05:10
by Caliber
JustAnyone wrote: ↑
12 May 2018, 12:02
Read above
Give me example of making .plugin files I don't get it😭

Re: How to write a plugin

Posted: 15 Jun 2018, 05:13
by Caliber
former member wrote: ↑
14 Jun 2018, 10:18
Open experimental features using settings.
Then in the menu a new console option will appear.
Write to the console

Code: Select all

export:"x"
replacing x with the directory of the plugin you want to encrypt to plugin file. Then confirm the command and the plugin file will appear in the main TheoTown directory. I hope I helped
its not work, the directory is on my Phone Storage
Whats wrong in this code
maybe you can share your exact example. :cry:

Code: Select all

export:"storage/emulated/0/Boundary by Caliber v1.2.zip"

Re: How to write a plugin

Posted: 15 Jun 2018, 17:32
by CommanderABab
And you use the folder name, not the name of the json file.

Re: CommanderABab

Posted: 16 Jun 2018, 18:36
by ChocolateGuerreiroBr
How do I put 36x16 on Pixly?

Re: How to write a plugin

Posted: 16 Jun 2018, 18:49
by CommanderABab
A 1x1 tile would be 32x16 pixels.
Screenshot_20180616-121759.jpg
Screenshot_20180616-121759.jpg (5.41 KiB) Viewed 29549 times
Screenshot_20180616-121826.jpg
Screenshot_20180616-121930.jpg
Screenshot_20180616-122035.jpg

Re: How to write a plugin

Posted: 16 Jun 2018, 22:35
by ChocolateGuerreiroBr
Why?

Re: How to write a plugin

Posted: 17 Jun 2018, 03:21
by CommanderABab
Screenshot_20180616-204504.jpg
The colored pixels of this road texture section are the normal base of a 1x1 tile, 32 pixel wide x 16 pixel high. Only 15 pixels of the height should be used as the base, because the center of the height is only one pixel high. The center of the width is 4 pixels, two pixels each side of the center line.

Why should the texture be 32x16 when only 32x15 are used? Because, 15 as an odd number doesn't scale up well. :)

Re: How to write a plugin

Posted: 16 Nov 2018, 16:06
by Chinasapling
How do I add naming to unnamed plug-ins?

Re: How to write a plugin

Posted: 16 Nov 2018, 19:30
by CommanderABab
Chinasapling wrote: ↑
16 Nov 2018, 16:06
How do I add naming to unnamed plug-ins?

Code: Select all

"title":"name",

Re: How to write a plugin

Posted: 17 Nov 2018, 03:54
by Chinasapling
CommanderABab wrote: ↑
16 Nov 2018, 19:30
Chinasapling wrote: ↑
16 Nov 2018, 16:06
How do I add naming to unnamed plug-ins?

Code: Select all

"title":"name",
Don't use the comma , if adding as the last line.
why?

Re: How to write a plugin

Posted: 17 Nov 2018, 13:04
by Chinasapling
CommanderABab wrote: ↑
17 Nov 2018, 04:17
Chinasapling wrote: ↑
17 Nov 2018, 03:54
CommanderABab wrote: ↑
16 Nov 2018, 19:30

Code: Select all

"title":"name",
Don't use the comma afterward , if adding as the last line.
why?
What's going on here?

Re: How to write a plugin

Posted: 17 Nov 2018, 14:01
by CommanderABab
Show
show quotes
Chinasapling wrote: ↑
17 Nov 2018, 13:04
CommanderABab wrote: ↑
17 Nov 2018, 04:17
Chinasapling wrote: ↑
17 Nov 2018, 03:54

why?
What's going on here?
Show
you do use a comma here :)
Image
Screenshot_20181117-063130.jpg

Re: How to write a plugin

Posted: 17 Nov 2018, 15:32
by Chinasapling
CommanderABab wrote: ↑
17 Nov 2018, 14:01
Show
show quotes
Chinasapling wrote: ↑
17 Nov 2018, 13:04
CommanderABab wrote: ↑
17 Nov 2018, 04:17
What's going on here?
Show
you do use a comma here :)
Image
Screenshot_20181117-063130.jpg
thankyou thankyou thankyou

Re: How to write a plugin

Posted: 20 Nov 2018, 15:03
by Chinasapling
I don't know why the Chinese entering game in JSON will show the question mark.

Re: How to write a plugin

Posted: 21 Nov 2018, 15:49
by JustAnyone
That's due to encoding.

Re: How to write a plugin

Posted: 21 Nov 2018, 16:02
by Chinasapling
JustAnyone wrote: ↑
21 Nov 2018, 15:49
That's due to encoding.
Then what should I do?

Re: How to write a plugin

Posted: 26 Nov 2018, 15:13
by Chinasapling
CommanderABab wrote: ↑
16 Jun 2018, 18:49
A 1x1 tile would be 32x16 pixels.

Screenshot_20180616-121759.jpg
Screenshot_20180616-121826.jpg
Screenshot_20180616-121930.jpg
Screenshot_20180616-122035.jpg
Can you send me the software for drawing pixel images on your mobile phone?very thankyou