✅Problem with Frame Alignment in "park" plugins
- mdk_813
- Inhabitant of a Country
- Posts: 857
- Joined: 16 Dec 2016, 02:38
- Location: Germany
- Plugins: Showcase Store
-
Platform
✅Problem with Frame Alignment in "park" plugins
Hi,
I noticed that plugins that use "frame alignment" do not work properly when they are in the "park" category.
You can draw a straight line but then you can't start a new line from the last frame, you have to start in a tile next to it. Visually, it gives the same results but handlingwise it is not very pleasant.
The same plugin works perfectly fine, however, when "decoration" is set as category.
Is that intended?
I noticed that plugins that use "frame alignment" do not work properly when they are in the "park" category.
You can draw a straight line but then you can't start a new line from the last frame, you have to start in a tile next to it. Visually, it gives the same results but handlingwise it is not very pleasant.
The same plugin works perfectly fine, however, when "decoration" is set as category.
Is that intended?
Last edited by mdk_813 on 10 Sep 2017, 17:41, edited 1 time in total.
- Bearbear76
- Former Bearbear65
- Posts: 5730
- Joined: 10 Feb 2017, 14:53
- Location: L2 cache
- Plugins: Showcase Store
-
Plugin Creator
Platform
Re: Problem with Frame Alignment in "park" plugins
Try to use "frame alignment area" might mork but it will not be a line so... :/
- CommanderABab
- AB
- Posts: 11241
- Joined: 07 Jun 2016, 21:12
- Plugins: Showcase Store
- Version: Beta
-
Plugin Creator
Platform
Re: Problem with Frame Alignment in "park" plugins
Parks are permanent buildings as opposed to decorations which you can build a road through.
- mdk_813
- Inhabitant of a Country
- Posts: 857
- Joined: 16 Dec 2016, 02:38
- Location: Germany
- Plugins: Showcase Store
-
Platform
Re: Problem with Frame Alignment in "park" plugins
Ah thanks, that explains it, I guess.
My theory was that it could have to do with the park influence.
But it is alright, I'm fine with putting it in the deco menu.
My theory was that it could have to do with the park influence.
But it is alright, I'm fine with putting it in the deco menu.
- Lobby
- Developer
- Posts: 3719
- Joined: 26 Oct 2008, 12:34
- Plugins: Showcase Store
- Version: Beta
-
Platform
Re: Problem with Frame Alignment in "park" plugins
Yes, it's as @CommanderABab said. But as category and building type are decoupled now you can put it in any category although it's type is decoration.
For example would put your plugin into the park menu.
For example
Code: Select all
"category":"$cat_park00"
- mdk_813
- Inhabitant of a Country
- Posts: 857
- Joined: 16 Dec 2016, 02:38
- Location: Germany
- Plugins: Showcase Store
-
Platform
Re: Problem with Frame Alignment in "park" plugins
Thanks!
So I would have to set it like this:
Good to know.
But it only works in the latest beta, right?
So I would have to set it like this:
Code: Select all
"type":"decoration",
"category":"$cat_park00"
But it only works in the latest beta, right?
- CommanderABab
- AB
- Posts: 11241
- Joined: 07 Jun 2016, 21:12
- Plugins: Showcase Store
- Version: Beta
-
Plugin Creator
Platform