Jump to content
Korean Random
Sign in to follow this  
Chainer

Size of minimapAimIcon

Recommended Posts

Hello,

 

is there any way to adjust size of minimapAimIcon in config? The thing is, when the minimap is enlarged, this minimapAimIcon looks really ugly (large pixels) compared to every other graphics on minimap. So I want to use relatively large image (100px x 100px) and shrink it via config file. Is that possible?

 

For example this does not work for me, the image is not displayed at all:

"minimapAimIcon": "<img src='xvm://res/MinimapAim.png' width='10' height='10'>",

Thanks in advance.

Share this post


Link to post

Short link
Share on other sites

Hello,

 

is there any way to adjust size of minimapAimIcon in config? The thing is, when the minimap is enlarged, this minimapAimIcon looks really ugly (large pixels) compared to every other graphics on minimap. So I want to use relatively large image (100px x 100px) and shrink it via config file. Is that possible?

 

For example this does not work for me, the image is not displayed at all:

"minimapAimIcon": "<img src='xvm://res/MinimapAim.png' width='10' height='10'>",

Thanks in advance.

If I understand correctly , yes , it is possible ... to create in the graphic editor image size of 100 * 100 , and since using the Height / Width adjusts the size of the game

Share this post


Link to post

Short link
Share on other sites

Creating image 100 x 100px is not a problem. But I dont know how can I change its height/width in game. The code I wrote above doesnt work...

Share this post


Link to post

Short link
Share on other sites

Creating image 100 x 100px is not a problem. But I dont know how can I change its height/width in game. The code I wrote above doesnt work...

Why did you decide that this code does not work ? to xvm.log all clean , I did not notice the error ...

Try to change the setting Width / Height

-=-=-=-=-

"minimapAimIcon": "<img src='xvm://res/MinimapAim.png' width='50' height='50'>",

Edited by ViviSEctoR

Share this post


Link to post

Short link
Share on other sites

is there any way to adjust size of minimapAimIcon in config?

added new option: "minimap"/"minimapAimIconScale" - scale factor for the minimap aim icon
  • Upvote 1

Share this post


Link to post

Short link
Share on other sites

added new option: "minimap"/"minimapAimIconScale" - scale factor for the minimap aim icon

Thats exactly what I needed, thanks.

Share this post


Link to post

Short link
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...