Hello, its me again just was playing with battlemod commands and found out how to make battlemod to show in a compact way as it was before, just type that command below into game chat and it will go back to show the arrows icon and less cluster in the chat log, enjoy
//bm simplify
If wanna see other commands just type //bm help
Here's my settings file with that auto-enabled:
..\Windower 4\addons\battlemod\data\settings v3.xml
<?xml version="1.1" ?>
<settings>
<!--
For the output customization lines, ${actor} denotes a value to be replaced. The options are actor, number, abil, and target.
Options for other modes are either "true" or "false". Other values will not be interpreted.
-->
<global>
<cancelmulti>true</cancelmulti>
<commamode>true</commamode>
<condensedamage>true</condensedamage>
<condensetargets>true</condensetargets>
<line_full>[${actor}] ${numb} ${abil} ¨ ${target}</line_full>
<line_nonumber>[${actor}] ${abil} ¨ ${target}</line_nonumber>
<oxford>true</oxford>
<simplify>true</simplify>
<swingnumber>true</swingnumber>
<targetnumber>true</targetnumber>
<tpstatuses>true</tpstatuses>
</global>
</settings>