Page 1 of 1

How to merge json and texture in a .plugin file?

Posted: 13 Aug 2018, 09:53
by Althor
How do you merge .json file and its image into a .plugin file?

Re: How to merge json and texture in a .plugin file?

Posted: 13 Aug 2018, 12:15
by Bearbear76
Go to the console and type export:(name of your plugin file)

Re: How to merge json and texture in a .plugin file?

Posted: 13 Aug 2018, 12:37
by Althor
using those does it consume the same plugin space?

Re: How to merge json and texture in a .plugin file?

Posted: 13 Aug 2018, 14:41
by Bearbear76
Yes

Re: How to merge json and texture in a .plugin file?

Posted: 13 Aug 2018, 17:23
by CommanderABab
Show
To create a .plugin file:
type

Code: Select all

export:"folder name"
in the console.

Show
What should be in the "folder name" folder?
The . json file and all graphics referenced by the .json file.
Show
What else can be in the "folder name" folder?
Previously created .plugin files.
 ! Message from: TheoTown
The presented way of packaging plugins is deprecated. We are using .ttplugin files now which can be generated here.