Page 1 of 1

Better generic automapper

Posted: Tue Jul 18, 2017 12:26 pm
by Im 'corneum
Hey. You all know what it looks like when you have a area of generic and then use the automapper. It's almost only the 1x1 tiles and here and there a3x3 or 2x2. I was wondering if it's possible to make the automapper use as many 2x2/3x3/2x3 as possible. It just looks better.

Re: Better generic automapper

Posted: Tue Jul 18, 2017 1:01 pm
by fokkonaut
I thought about that just 2 days ago too :o imo its a really good idea, I would like to have this automapper too :)

Re: Better generic automapper

Posted: Tue Jul 18, 2017 2:18 pm
by mokuz
best idea 2012!!!!

Re: Better generic automapper

Posted: Tue Jul 18, 2017 6:47 pm
by hi_leute_gll
It is sadly not possible. You would need an algorithm which computes a distribution of these multiblocks covering as much area as possible while it makes sure to not overuse a certain type of multiblock. The automapper in the client can't do this, it can just follow simple rules, such as if there is tile x then place y to the left of it. The question is: How should the automapper get, where to place these multiblocks and which?
In the current way it places randomly the top-left corner and then autocompletes them while deleting overlapping blocks, but this isn't working if you really want to cover the whole (or most) of the area, while using different shapes.

Re: Better generic automapper

Posted: Tue Jul 18, 2017 7:46 pm
by deen
"Just make the automapper a lua script" would be a "solution" for this. I think the current approach is good enough.

Re: Better generic automapper

Posted: Tue Jul 18, 2017 8:44 pm
by fokkonaut
deen, can you do this for me/ us? I don't know what a lua script is or how to make it