Page 1 of 1

[ask] linetool and zonetool

Posted: 17 May 2021, 23:18
by Yakka
How to add linetool and zonetool properly,and which type is compatible with it?
...im attempting it on railway station type building,and it didn't work

Re: [ask] linetool and zonetool

Posted: 18 May 2021, 11:18
by yusuf8a684
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
platform_line_tool.png
platform_line_tool.png (1.88 KiB) Viewed 3336 times

Re: [ask] linetool and zonetool

Posted: 18 May 2021, 18:34
by CommanderABab
If all the 1x1 images are the same, it can be 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 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":true,
for just a line tool.

Of course you have to change resteepee to your image name. :)

Re: [ask] linetool and zonetool

Posted: 19 May 2021, 01:49
by Yakka
CommanderABab wrote:
18 May 2021, 18:34
If all the 1x1 images are the same, it can be 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 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":true,
for just a line tool.

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
PL1.png
PL1.png (1.56 KiB) Viewed 3311 times

Re: [ask] linetool and zonetool

Posted: 19 May 2021, 11:31
by Yakka
yusuf8a684 wrote:
18 May 2021, 11:18
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
platform_line_tool.png
How to use it on 32/64 frames, like one way road

Re: [ask] linetool and zonetool

Posted: 19 May 2021, 18:03
by CommanderABab
This only works with 1x1 frames.