Page MenuHomeFeedback Tracker

[Feature Request] sidearrow texture param for drawIcon3D
New, NormalPublic

Description

The vanilla game icons are something like 64x64 size, if you want to use larger icon sizes they start to look disgusting pretty fast.
Gladly you can pass your own textures with bigger resolution to mitigate this.

However, the side arrows still use the vanilla 64x64 textures which look horrendous with larger icon sizes so was wondering whether it would be possible to have the arrow textures also customizable?

Details

Severity
None
Resolution
Open
Reproducibility
N/A
Operating System
Windows 10 x64
Category
Scripting

Event Timeline

h- created this task.Sat, May 25, 3:01 PM
dedmen added a subscriber: dedmen.Mon, May 27, 7:54 PM

If you can mod you could
class Cursor {
outArrow="\A3\ui_f\data\igui\cfg\cursors\outArrow_ca.paa";

(CursorOutArrow in code)

If mod is not possible for you, yes it would technically be doable to make it a parameter...

h- added a comment.Wed, May 29, 5:07 PM

Didn't even realize to check the config.

Being able to do this via the command would be more flexible though.
So different kind of icons could have their own arrows 🤔

But obviously up to yous guys.