dcsobral
Survivor
I have a minor request to help us modders: making player's cash amount available outside inventory. I want to display it on the compass stats, but the way it is displayed while the inventory is open doesn't work:
<sprite name="coinIcon" depth="2" pos="222,-1" size="20,20" sprite="ui_game_symbol_coin" color="*" foregroundlayer="true"/>
<label depth="2" pos="242,0" width="172" height="24" text=" [DECEA3]{currencyamount}[-]" font_size="22" effect="outline" />
Of course, such "minor" change could turn out to be way too complicated, but if not... please?
<sprite name="coinIcon" depth="2" pos="222,-1" size="20,20" sprite="ui_game_symbol_coin" color="*" foregroundlayer="true"/>
<label depth="2" pos="242,0" width="172" height="24" text=" [DECEA3]{currencyamount}[-]" font_size="22" effect="outline" />
Of course, such "minor" change could turn out to be way too complicated, but if not... please?