Jump to content
Korean Random
Sign in to follow this  
Aslain

How to get rid of XMQP ?

Recommended Posts

The question is easy: How to get rid of XMQP ?

 

Battle:

 

"allowXmqpMacrosInPanels": false - is not removing them.

 

playersPanel:

 

xmqpService": {}, - works partialy, still can see orange marker sometimes

 

Removing ${"xmqpService"} works partialy too, just like above.

 

  • Upvote 1
  • Downvote 1

Share this post


Link to post

Short link
Share on other sites

Hi Aslain

 

Here is a example from default config, and how to disable everything related to xmqp:

'battle.xc'

"allowXmqpMacrosInPanels": false,  < CHANGED TO FALSE

 

'markersAliveNormal.xc'

"xmqpEvent": {
"name": "xmqp event",
"visible": false,  < CHANGED TO FALSE
.
.
.
"ally": {
.
.
.
"textFields": [
${ "def.tankName" },
${ "def.playerName" },
${ "def.tankHp" }  < REMOVED  ${ "def.xmqpEvent" }
]

 

'playersPanel.xc'

"xmqpService": { },  <  REMOVED EVERYTHING BETWEEN BRACKETS

remove from extraFieldsLeft, ${"xmqpService"} in short, medium, medium2 and large ears

"extraFieldsLeft": [
   ${"xmqpService"}  < REMOVE ${"xmqpService"}

],

 

The xmqp indicator (orange bar in ears) is drawn from playersPanel.xc, "xmqpService": ...removing everything between brackets should not shown it anymore..

Edited by nemesisx

Share this post


Link to post

Short link
Share on other sites

Aslain

 

I checked 2 or 3 days ago your XVM config and I have found you didn't have XMQP at all in it. I think cause of it is visible by default. I check every *.xc file in mine config after every XVM update, I don't believe what changelog says.

  • Upvote 2

Share this post


Link to post

Short link
Share on other sites

Hi Aslain

 

Here is a example from default config, and how to disable everything related to xmqp:

'battle.xc'

"allowXmqpMacrosInPanels": false,  < CHANGED TO FALSE

 

'markersAliveNormal.xc'

"xmqpEvent": {

"name": "xmqp event",

"visible": false,  < CHANGED TO FALSE

.

.

.

"ally": {

.

.

.

"textFields": [

${ "def.tankName" },

${ "def.playerName" },

${ "def.tankHp" }  < REMOVED  ${ "def.xmqpEvent" }

]

 

'playersPanel.xc'

"xmqpService": { },  <  REMOVED EVERYTHING BETWEEN BRACKETS

 

remove from extraFieldsLeft, ${"xmqpService"} in short, medium, medium2 and large ears

 

"extraFieldsLeft": [

   ${"xmqpService"}  < REMOVE ${"xmqpService"}

],

 

The xmqp indicator (orange bar in ears) is drawn from playersPanel.xc, "xmqpService": ...removing everything between brackets should not shown it anymore..

 

I have it all like this, and still see yellow bars sometimes on players panel. Like I said it has weird behaviour. :)

 

 

Aslain

 

I checked 2 or 3 days ago your XVM config and I have found you didn't have XMQP at all in it. I think cause of it is visible by default. I check every *.xc file in mine config after every XVM update, I don't believe what changelog says.

 

You have checked my config from the modpack or standalone? (they are a bit different, the modpack one is always more up to date).

Edited by Aslain

Share this post


Link to post

Short link
Share on other sites

I have it all like this, and still see yellow bars sometimes on players panel. Like I said it has weird behaviour. :)

 

 

 

You have checked my config from the modpack or standalone? (they are a bit different, the modpack one is always more up to date).

Standalone version

 

Edit: I saw some guy on EU forum asks "what are orange bars?" and I have recognized yours contour icons.

Edited by Сербия

Share this post


Link to post

Short link
Share on other sites

So, can someone explain this? :)

 

Is there logical explanation?

 

I asked XVM developers but they are busy and redirecting me here to ask community. But I guess it's simpy a bug in XVM not related to my config....

 

edit: btw I tried official release and latest nightly for 9.14.1 (same bug in both), also in latest nighly allowXmqpMacrosInPanels is removed because not used (but it was never working before too tbh)

Edited by Aslain

Share this post


Link to post

Short link
Share on other sites

@Aslain, may I look at your playersPanel.xc? 

Edited by demon2597

Share this post


Link to post

Short link
Share on other sites

@Aslain, fixed this. you needed to add "extraFieldsLeft": [ ] to your file attachicon.gifplayersPanel.xc

 

I also see you removed "xmqpService": {}, Is this required?

Edited by Aslain

Share this post


Link to post

Short link
Share on other sites

 

 

I also see you removed "xmqpService": {}, Is this required?

It is not part of the config. It is substitution

  • Upvote 1

Share this post


Link to post

Short link
Share on other sites

I also see you removed "xmqpService": {}, Is this required?

not required as seriych sayed, it was the template to substitute in extraFields block

  • Upvote 1

Share this post


Link to post

Short link
Share on other sites

not required as seriych sayed, it was the template to substitute in extraFields block

 

Noticed it's not used in latest nighlty for CT.

 

Ok thanks guys, think I got now.

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