wowgetoffyourcellphone Posted June 14, 2017 Share Posted June 14, 2017 Hi guy. So, I really think we should be able to place buildings closer to the edge of the map. right now it is confusing a little bit, because the territory border goes right up to total blackness, but buildings can't be placed at the edge of the very light gradient. I think it should be more consistent and clear what is going on there. 2 Link to comment Share on other sites More sharing options...
Itms Posted June 14, 2017 Share Posted June 14, 2017 The different grids (terrain, pathfinding, territory, etc) don't have the same resolution for technical reasons (performance but also by technical design) so I'm afraid it would be difficult to improve that. Alternatively, I think it would be possible (a tad difficult too) to just detect the issue is linked with map boundaries and display another message than "invalid terrain", which is not accurate. I'd suggest creating a ticket, maybe somebody in the future will have an idea so this works without bugs. Backlog, Should Have, UI and Simulation. 2 Link to comment Share on other sites More sharing options...
Imarok Posted June 14, 2017 Share Posted June 14, 2017 Territory border going into darkness is a bug (#4636) 2 Link to comment Share on other sites More sharing options...
elexis Posted June 14, 2017 Share Posted June 14, 2017 CCmpPathfinder::CheckBuildingPlacement has this check "// Fail if any span includes an impassable tile" which is triggered for those 3 tiles on the map border (that what Imarok said) and also if there is water for example. But instead of displaying a better error message, the building placement actor should be limited to the circular mapsize (instead of the square one) and account for those 3 tiles, so that we don't need an error message in the first place, no? Also the units can't walk on those 3 tiles, so everything can be walled off the player wants to). 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now