UFO:Alien Invasion

Archive => Bugs in older version (2.4) => Topic started by: bykske on November 11, 2012, 05:08:34 pm

Title: useless building-tile in new base
Post by: bykske on November 11, 2012, 05:08:34 pm
When building a new base, there where 2 'tiles' next to the entrance that could not be used to build on. These 2 tiles looked greyer and 'rocky'-like. (dead spot).
That's no fun if you have only 1 more tile you can build on...

maybe this bug was alreday reported, but i didn't find it anywhere ...
i had the same probleme before, so it didn't just happened once.

as an example: it is also shown in this movie, at around 4 minutes of playing time.
http://www.youtube.com/watch?v=cAg1lmotHFA&feature=relmfu (http://www.youtube.com/watch?v=cAg1lmotHFA&feature=relmfu)

Title: Re: useless building-tile in new base
Post by: H-Hour on November 11, 2012, 05:11:33 pm
This is not a bug, but you can file a Feature Request (https://sourceforge.net/p/ufoai/feature-requests/) to ask for a check in the code to prevent the base entrance from being placed next to two unusable tiles.
Title: Re: useless building-tile in new base
Post by: geever on November 11, 2012, 05:37:54 pm
This is not a bug, but you can file a Feature Request (https://sourceforge.net/p/ufoai/feature-requests/) to ask for a check in the code to prevent the base entrance from being placed next to two unusable tiles.

Which will be immediately closed as Wont-Fix.

We check already for invalid base layouts. If the Entrance is placed to one of the corners the system cannot put two unusable (blocked) tile beside it which would make it impossible to build any buildings (the checks are not limited to corners, was just an example). Otherwise the blocked tiles (1-4) are placed randomly which is good as-is.

-geever