[ask] linetool and zonetool
Moderators: Scenario Moderators, Plugin Moderators
Re: [ask] linetool and zonetool
Use frame alignment:true and make a 16 1*1 frames in one image next to each other (like how road frames look)
Put w:32 and count:16 in frames
Put w:32 and count:16 in frames
- CommanderABab
- AB
- Posts: 11241
- Joined: 07 Jun 2016, 21:12
- Plugins: Showcase Store
- Version: Beta
-
Plugin Creator
Platform
Re: [ask] linetool and zonetool
If all the 1x1 images are the same, it can be like:
for like the zone tool and like:
for just a line tool.
Of course you have to change resteepee to your image name.
Code: Select all
"frames":[
{"bmp":"resteepee.png"},
{"bmp":"resteepee.png"},
{"bmp":"resteepee.png"},
{"bmp":"resteepee.png"},
{"bmp":"resteepee.png"},
{"bmp":"resteepee.png"},
{"bmp":"resteepee.png"},
{"bmp":"resteepee.png"},
{"bmp":"resteepee.png"},
{"bmp":"resteepee.png"},
{"bmp":"resteepee.png"},
{"bmp":"resteepee.png"},
{"bmp":"resteepee.png"},
{"bmp":"resteepee.png"},
{"bmp":"resteepee.png"},
{"bmp":"resteepee.png"}
],
"frame alignment area":true,
Code: Select all
"frames":[
{"bmp":"resteepee.png"},
{"bmp":"resteepee.png"},
{"bmp":"resteepee.png"},
{"bmp":"resteepee.png"},
{"bmp":"resteepee.png"},
{"bmp":"resteepee.png"},
{"bmp":"resteepee.png"},
{"bmp":"resteepee.png"},
{"bmp":"resteepee.png"},
{"bmp":"resteepee.png"},
{"bmp":"resteepee.png"},
{"bmp":"resteepee.png"},
{"bmp":"resteepee.png"},
{"bmp":"resteepee.png"},
{"bmp":"resteepee.png"},
{"bmp":"resteepee.png"}
],
"frame alignment":true,
Of course you have to change resteepee to your image name.

- Yakka
- Inhabitant of a Conurbation
- Posts: 417
- Joined: 06 Jan 2020, 09:57
- Location: Java-indonesia
- Plugins: Showcase Store
- Version: Beta
-
Plugin Creator
Platform
Re: [ask] linetool and zonetool
CommanderABab wrote: ↑18 May 2021, 18:34If all the 1x1 images are the same, it can be like:
for like the zone tool and like:Code: Select all
"frames":[ {"bmp":"resteepee.png"}, {"bmp":"resteepee.png"}, {"bmp":"resteepee.png"}, {"bmp":"resteepee.png"}, {"bmp":"resteepee.png"}, {"bmp":"resteepee.png"}, {"bmp":"resteepee.png"}, {"bmp":"resteepee.png"}, {"bmp":"resteepee.png"}, {"bmp":"resteepee.png"}, {"bmp":"resteepee.png"}, {"bmp":"resteepee.png"}, {"bmp":"resteepee.png"}, {"bmp":"resteepee.png"}, {"bmp":"resteepee.png"}, {"bmp":"resteepee.png"} ], "frame alignment area":true,
for just a line tool.Code: Select all
"frames":[ {"bmp":"resteepee.png"}, {"bmp":"resteepee.png"}, {"bmp":"resteepee.png"}, {"bmp":"resteepee.png"}, {"bmp":"resteepee.png"}, {"bmp":"resteepee.png"}, {"bmp":"resteepee.png"}, {"bmp":"resteepee.png"}, {"bmp":"resteepee.png"}, {"bmp":"resteepee.png"}, {"bmp":"resteepee.png"}, {"bmp":"resteepee.png"}, {"bmp":"resteepee.png"}, {"bmp":"resteepee.png"}, {"bmp":"resteepee.png"}, {"bmp":"resteepee.png"} ], "frame alignment":true,
Of course you have to change resteepee to your image name.![]()
Off Topic
Well i use this way of frames, using 1×1 (1¹) frame per rotation is inefficient way for me, and yesterday i managed how to use x and y,so now combine a content category to one image, example: train,Here's how i do it
- Yakka
- Inhabitant of a Conurbation
- Posts: 417
- Joined: 06 Jan 2020, 09:57
- Location: Java-indonesia
- Plugins: Showcase Store
- Version: Beta
-
Plugin Creator
Platform
Re: [ask] linetool and zonetool
How to use it on 32/64 frames, like one way roadyusuf8a684 wrote: ↑18 May 2021, 11:18Use frame alignment:true and make a 16 1*1 frames in one image next to each other (like how road frames look)
Put w:32 and count:16 in frames
platform_line_tool.png
- CommanderABab
- AB
- Posts: 11241
- Joined: 07 Jun 2016, 21:12
- Plugins: Showcase Store
- Version: Beta
-
Plugin Creator
Platform
Re: [ask] linetool and zonetool
This only works with 1x1 frames.