#Is the mouse cursor size able to be changed?

3 messages · Page 1 of 1 (latest)

quiet marsh
#

I sometimes play on a 4k television. The game looks and plays great on a TV placed several feet away, with the notable exception that the cursor can be very difficult to see; it is so small, and the color blends in so well, that it often takes a lot of moving the cursor around the screen to be able to finally see its movement to locate the cursor. I know there's not a UI option, but has anyone found an ini setting allowing for changing the cursor size and/or color?

umbral karma
#

In your Engine.ini, which is located at %localappdata%\Icarus\Saved\Config\WindowsNoEditor, add this:

[/Script/Engine.UserInterfaceSettings]
HardwareCursors=((Default, (CursorPath="Custom/IcarusCursor_Pointer",HotSpot=(X=0.250000,Y=0.150000))),(Hand, (CursorPath="Custom/IcarusCursor_Hand",HotSpot=(X=0.300000,Y=0.200000))))

Then, add the cursor images you want to your game install folder at these paths:

Icarus/Content/Custom/IcarusCursor_Hand.png
Icarus/Content/Custom/IcarusCursor_Pointer.png

I have attached some examples you can use which are just 3x scaled up versions of the game's cursors.

#

Also here are the default sizes if you want them