Optional smart radius on iPad
Inriam
Member Posts: 4
Original issue experienced by players on the first iPad release was difficulty selecting items on screen due to the fussy touch screen element on the iPad, whereby players would become frustrated repeatabley clicking on an object, door or item before it would finally register.
The latest patch (2012) has introduced a "smart radius" feature eliminating the above issue by interacting with objects within a small radius on screen to where the player has selected. The issue I am now experiencing is this can sometime be over sensitive and I often interact with objects I really don't want to, I am really noticing this whilst travelling around the city of Baldurs Gate, if I'm not entering a building I didn't wish to enter then I'm entering the sewers.
*A simple feature I am proposing is an option within the game to turn the "smart radius" on and off, thereby pleasing everyone including me*
The latest patch (2012) has introduced a "smart radius" feature eliminating the above issue by interacting with objects within a small radius on screen to where the player has selected. The issue I am now experiencing is this can sometime be over sensitive and I often interact with objects I really don't want to, I am really noticing this whilst travelling around the city of Baldurs Gate, if I'm not entering a building I didn't wish to enter then I'm entering the sewers.
*A simple feature I am proposing is an option within the game to turn the "smart radius" on and off, thereby pleasing everyone including me*
1
Comments
Minimum Selectable Zone
Big selectable items which exceed the minimum selectable zone, stuff like desktops, wardrobes, or doors, don't get any extra selection radius applied.
Small selectable items like "floor containers" and diamonds on trees do get an extra selection radius.
Medium containers like drawers have a total selection radius equal to that of a "floor container", which would be smaller than what they have now.
- - -
The best part about this idea is how cheaply they could implement it. See, the cool thing about selection zones is that they silently overlap, so if you just naively apply a minimum zone to EVERY container, you'll be mostly right -- the ones which are big will already overlap the minimum zone, so the minimum zone will be ignored.
Basically, find the center of gravity for each selectable zone, which ground containers already do, and overlap it with the minimum selection radius. Check for conflicts (two adjacent containers); resolve those as we do now. Take the union of current and minimum, and that's the new "smart" selection zone. Done!
Hopefully they'll implement an improved version of the selection zone in a later patch, assuming that it isn't too difficult to implement, and hopefully they will also implement an option to disable it. I've never been one for stealth, but I can imagine it being frustrating to move a thief (or other invisible character) around a busy screen without him wanting to interact with objects and thereby making him visible again.