causative Posted April 25, 2016 Report Share Posted April 25, 2016 Siege engines are kind of a pain to use, and most of that is their poor pathing, which is a result of their large bounding box. They have trouble fitting through areas that normal units can fit fine, and as a result will often randomly turn around and go the opposite direction from what you want. Imagine siege engines appear the same size they do now, but have a small bounding box, similar to chariots or other cavalry. That way you could just send them in with the rest of your units and they would find targets by themselves. The case against doing this is that it would look somewhat less realistic - but we don't consider that a problem for chariots or cavalry, so I think we'd just get used to it. 1 Quote Link to comment Share on other sites More sharing options...
sanderd17 Posted April 26, 2016 Report Share Posted April 26, 2016 The size of siege engines is determined by their clearance in the pathfinder.xml. Sieges fall under the "large" category. So if you want, you can experiment a bit with the value and propose a better value. You can also open the "obstruction overlay" in the dev console to get a visual clue of how big the obstruction is. 1 Quote Link to comment Share on other sites More sharing options...
FeXoR Posted April 26, 2016 Report Share Posted April 26, 2016 Beeing large is only part of the problem AFAIK. Another is their rectangular obstruction IMO. Quote Link to comment Share on other sites More sharing options...
sanderd17 Posted April 26, 2016 Report Share Posted April 26, 2016 They're not always rectangular. Their actual definition is a circle, but at some places in the code, it's approximated by an axis-aligned square to speed up computation. Quote Link to comment Share on other sites More sharing options...
causative Posted April 27, 2016 Author Report Share Posted April 27, 2016 A clearance of 0.8 for large units - same as for default units - looks OK and solves the pathfinding issues. I mean, 0.8 works for babylonian scythed chariots which appear larger than most siege engines or elephants. A value of 2 is a middle ground and also looks OK. Quote Link to comment Share on other sites More sharing options...
Stan` Posted April 27, 2016 Report Share Posted April 27, 2016 What is the current value ? Quote Link to comment Share on other sites More sharing options...
causative Posted April 27, 2016 Author Report Share Posted April 27, 2016 4 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.