Jump to content
Korean Random
Sign in to follow this  
Gorkde

Show Gunmark / Gunmark percentage in carousel?

Recommended Posts

Is there any way to show Gunmarks / percentage in carousel? 

Has anyone some code for it?

Share this post


Link to post

Short link
Share on other sites

I found this before at the Internet and changed it a bit (x value and enabled line etc.) but it doesnt show......

      // Sign of mastery.
      { 
	  	  "enabled": true,
		  "x": 145, "y": 40, 
		  "format": "<img src='img://gui/maps/icons/library/proficiency/class_icons_{{v.mastery}}.png' width='23' height='23'>" 
	  },
      // damageRating
      { 
		"enabled": true,
		"x": 158, "y": 40, 
		"format": "<font face='$FieldFont' size='12' color='{{v.c_damageRating}}'>{{v.damageRating%4.2f~%}}</font>", 
		"shadow": ${ "def.textFieldShadow" }
	  }

Share this post


Link to post

Short link
Share on other sites

any idea?


Ok, found the reason was missing a comma before.

 

But another problem:

 

I was trying to show the Gunmark icon using this:

      // Gunmarks.
      { 
	  	  "enabled": true,
		  "x": 1, "y": 41, "width": 20, "height": 18,
		  "src": "img://gui/maps/icons/GunMarks/{{v.nation}}_{{v.marksOnGun}}.png"
      },

But the icon won't show up. Any Idea on that?

 

Got the icon location of the internet. Has it been moved maybe?

 

Or is it only shown when one has beeen archieved with that tank? Is there a way to show an empty gunmark icon if none has been archieved if so?


I have some remains of Aslains Config in my config files and there it shows an MOE Icon when I hover over the tank (see Screenshot).

But I cant find where the code for it is so I can try to use it. Any Idea on this maybe?

 

post-45219-0-91153300-1502739709.jpg

Edited by Gorkde

Share this post


Link to post

Short link
Share on other sites

I have some remains of Aslains Config in my config files and there it shows an MOE Icon when I hover over the tank (see Screenshot).

But I cant find where the code for it is so I can try to use it. Any Idea on this maybe?

 

attachicon.gifMOE.jpg

 

That icon is default in game, i don't use the carousel from XVM, i have disabled it, WG did some changes to the carousel a few patches ago, don't remember when exactly. Go to settings under general tab scroll down to vehicle panel and check the box. (look at picture).

post-38105-0-57245700-1504657848.png

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...