Jump to content
Korean Random
Sign in to follow this  
8Mario6

Deactivate top clan logos - possible?

Recommended Posts

Hello,

it is possible that i can deactivate the "top clan logos" but let me show me my own "player logos"?

I don't want to know if i'am playing again vs 3 or 4 "top clan members" because it's frusting, you know it ;-).

But i've player logos for streamer, youtuber or unfair player and they i will see these logos, its possible to deactivate the option for top clans?

 

Ok i hope you know what i mean ;) thanks a lot

Here are screens what i mean :D

 

1112.thumb.png.44f616c56913ac6581af9a76cc9b2101.png

 

 

1111.thumb.png.a67c46001fb2e183ee22db8820351bb3.png

Share this post


Link to post

Short link
Share on other sites
    "clanIcon": {
      "enabled": false,
      "x": 65, "y": 6, "width": 16, "height": 16, "align": "center", "alpha": 90, "bindToIcon": true,
      "src": "{{clanicon}}"
      //"format": "<img src='{{clanicon}}' width='16' height='16'>"
    },

you can find it in playerspanel.

Share this post


Link to post

Short link
Share on other sites

I want to see the logos from both teams, if i had give him a logo before.

What i will not see are the logos of the top clans, they will automatically comes from the modxvm server.

 

I will give you another example and i hope you can understand me.

At the example, i see my own logos that i give a player "twitch logo" on my side and on other side is another logo that i give a player, because he was an unfair player.

 

But on BOTH sides we have players from TOP clans but i will didn't see the logos. I will only see my individual logos, not xvm top clan logos.xvm.thumb.png.85284e4f00a2b092dcc22f40a4985fb1.png

36 minutes ago, Golfer said:

    "clanIcon": {
      "enabled": false,
      "x": 65, "y": 6, "width": 16, "height": 16, "align": "center", "alpha": 90, "bindToIcon": true,
      "src": "{{clanicon}}"
      //"format": "<img src='{{clanicon}}' width='16' height='16'>"
    },

you can find it in playerspanel.

 

Thanks but then i will see no logo, no clan logo but no individual logo too but i want to see my individual logos for the player see my post above but thanks for try to help me

 

shot_014.thumb.jpg.253bbfda9a146fb73878689215f40647.jpgshot_015.thumb.jpg.a529ee82070437fda8f215f5e28c7136.jpg

Share this post


Link to post

Short link
Share on other sites

copy and pasta my quote below the original entry, rename it to whatever you want (ex."clanicon" to "whatever_you_want_to_call_it")

 

replace original src this to "src": "cfg://your_config_folder/your_invidual_icons/{{name}}.png"

 

in extraFieldsLeft and extraFieldsRight add  ${"def.whatever_you_called_it"},

create a folder with your invidualicons in your config folder. paste your icons with names and you can see your invidual icons :)

Edited by Golfer

Share this post


Link to post

Short link
Share on other sites
49 minutes ago, konrad509 said:

Then just set the "Top clans count rated wGM" to 0 in your personal cabinet at the XVM site.

 

I tried something with the "makros".

Thanks but i have the solution. Icons must be safed without clan tag. And then i must change the following code in the battle.xc, battleLoading.xc, battleLoadingTips.xc, playersPanel.xc and in the statisticForm.xc

 

battle.xc   
	// Path to clan icons folder relative to res_mods/mods/shared_resources/xvm/res.
    "clanIconsFolder": "clanicons/",
change to
    "clanIconsFolder": "xvm://res/clanicons/EU/nick/{{name}}.png",

battleLoading.xc
  "templates": {
    // Clan icon definition.
    // Шаблон иконки клана.
    "clanIcon": {
      "enabled": true,
      "x": 90, "y": 6, "width": 16, "height": 16, "align": "center", "alpha": 90, "bindToIcon": true,
      "src": "{{clanicon}}"
change to
	  "src": "xvm://res/clanicons/EU/nick/{{name}}.png"
    }
  },

battleLoadingTips.xc
  "templates": {
    // Clan icon definition.
    // Шаблон иконки клана.
    "clanIcon": {
      "enabled": true,
      "x": 65, "y": 6, "width": 16, "height": 16, "align": "center", "alpha": 90, "bindToIcon": true,
      "src": "{{clanicon}}"
change to
	  "src": "xvm://res/clanicons/EU/nick/{{name}}.png"
    }
  },

playersPanel.xc
    // Clan icon.
    // Иконка клана.
    "clanIcon": {
      "enabled": true,
      "x": -5, "y": 6, "width": 16, "height": 16, "align": "center", "alpha": 90, "bindToIcon": true,
      "src": "{{clanicon}}"
change to
	  "src": "xvm://res/clanicons/EU/nick/{{name}}.png"
      //"format": "<img src='{{clanicon}}' width='16' height='16'>"
    },

statisticForm.xc
    // Clan icon definition.
    // Шаблон иконки клана.
    "clanIcon": {
      "enabled": true,
      "x": 65, "y": 6, "width": 16, "height": 16, "align": "center", "alpha": 90, "bindToIcon": true,
      "src": "{{clanicon}}"
change to
	  "src": "xvm://res/clanicons/EU/nick/{{name}}.png"
    }
  },

 

shot_018.jpg

shot_019.jpg

shot_020.jpg

20 minutes ago, Golfer said:

copy and pasta my quote below the original entry, rename it to whatever you want (ex."clanicon" to "whatever_you_want_to_call_it")

 

replace original src this to "src": "cfg://your_config_folder/your_invidual_icons/{{name}}.png"

 

in extraFieldsLeft and extraFieldsRight add  ${"def.whatever_you_called_it"},

create a folder with your invidualicons in your config folder. paste your icons with names and you can see your invidual icons :)

 

Hahahahaha yes thanks ;-) i wrote the post and you give me the correct answer too but dudes, thank you for help and your ideas. Here is not so a "beef community" as in the WG Forum ;) thanks a lot guys. Now i have a "clear" xvm with my own "igno or friend or twitch list" :D

 

thanks

Edited by 8Mario6

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