SphereCommunity
DEFNAME charheight - Printable Version

+- SphereCommunity (https://forum.spherecommunity.net)
+-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d)
+--- Forum: Script Help (/Forum-Script-Help)
+--- Thread: DEFNAME charheight (/Thread-DEFNAME-charheight)



DEFNAME charheight - golfin - 11-26-2017 03:42 PM

Hello. What does DEFNAME charheight mean? Thank you.


RE: DEFNAME charheight - Coruja - 11-28-2017 08:30 AM

these values will set the height of each character. Usually height is used on
  • AdvancedLOS .ini setting: it includes height on LOS algorithm (eg: you won't have LOS if an tall item like walls/bookcase/etc is placed between chars A and B, but you will get LOS between short items like tables/forges/etc)
  • MountHeight .ini setting: this take height in count when you enter on buildings (eg: doors have height=20, you char have height=16 and your mount height=10, so you can't walk with height=26 over an door which only allows height <= 20)
  • Walk behavior: characters with higher height usually can walk on higher hills (terrain), while characters with shorter height will be unable to climb it



RE: DEFNAME charheight - golfin - 11-29-2017 01:50 PM

Oh, so it has nothing to do with graphics. Thank you for the explanation Coruja.