Jump to content
Korean Random
Sign in to follow this  
ChuckNorris

Help/Support Icon of markersAliveNormal.xc

Recommended Posts

Hi all, i'm new here.

I activated custom overtargetmakers to have a wn8 usage on the markers and editied then the files to have my own designe

 

/**
* Options for alive with Alt markers.
*/
{
"damageText": {       // Floating damage values.
  "visible": true,     // false - disable
  "x": 50,        // Axis field coordinates X
  "y": -50,       // Axis field coordinates Y
  "alpha": 60,      // Opacity (dynamic transparency allowed, see readme-en.txt).
  "color": "{{c:dmg}}",    // Color (dynamic colors allowed, see readme-en.txt).
  "font": {
   "name": "$FieldFont",   // Font name
   "size": 14,      // Font size
   "align": "center",    // Text alignment (left, center, right)
   "bold": false,     // True - bold
   "italic": false     // True - italic
  },
  "shadow": {
   "alpha": 70,     // Opacity
   "color": "0x000000",            //     цвет
   "angle": 90,     // Offset angle
   "distance": 0,     // Offset distance
   "size": 6,      //
   "strength": 200     // Intensity
  },
  "speed": 3,       // Rising speed of displayed damage (float up speed).
  "maxRange": 80,      // Maximimum distance of target for which damage rises.
  "damageMessage": "{{dmg}}",   // Text for normal damage (see description of macros in the readme-en.txt).
  "blowupMessage": "{{l10n:blownUp}}" // Text for ammo rack explosion (see description of macros in the readme-en.txt).
},
"contourIconPool": {
  "x": 0,
  "y": -70,
  "color": null,
  "alpha": 100,
  "amount": 0
},
"vehicleIconPool": {
  "scaleX": 0,
  "x": 0,
  "y": -90,
  "color": null,
  "shadow": {
   "strength": 200,
   "color": "0x000000",
   "distance": 0,
   "size": 6,
   "alpha": 100,
   "angle": 45
  },
  "scaleY": 16,
  "maxScale": 100,
  "showSpeaker": false,
  "alpha": 80
},
"HelpSupportPool": {
  "name": "Help/Support Icon",
  "x": 0,
  "y": -82,
  "alpha": 100,
  "scaleY": 16,
  "maxScale": 15,
  "maxRange": 40,
  "scaleX": 0
},
"NicknamePool": {
  "name": "Nickname",
  "x": 0,
  "y": -18,
  "color": "{{c:xwn8}}",
  "format": "{{nick}}",
  "alpha": 100,
  "shadow": {
   "strength": 1320,
   "alpha": 50,
   "distance": 1,
   "size": 5,
   "color": "0x000000",
   "angle": 45
  },
  "font": {
   "bold": false,
   "name": "$FieldFont",
   "size": 11,
   "align": "center",
   "italic": false
  }
},
"TanknamePool": {
  "name": "Tankname",
  "x": 0,
  "y": -30,
  "color": null,
  "format": "{{vehicle}}",
  "alpha": 100,
  "shadow": {
   "strength": 1320,
   "color": "0x000000",
   "distance": 1,
   "size": 5,
   "alpha": 70,
   "angle": 45
  },
  "font": {
   "bold": true,
   "name": "$FieldFont",
   "size": 13,
   "align": "center",
   "italic": false
  }
},
"HP-HP": {
  "name": "HP/HP-Max",
  "x": 0,
  "y": 0,
  "color": "0xFFFFFF",
  // "format": "{{hp}} / {{hp-max}}",
  "format": "{{hp}} / {{hp-max}}",
  "alpha": 100,
  "shadow": {
   "strength": 200,
   "color": "0x000000",
   "distance": 1,
   "size": 18,
   "alpha": 60,
   "angle": 45
  },
  "font": {
   "bold": true,
   "name": "$FieldFont",
   "size": 12,
   "align": "center",
   "italic": false
  }
},
"HP-RatioPool": {
  "name": "HP-Ratio",
  "x": 0,
  "y": -90,
  "color": "0xFFFFFF",
  "format": "{{hp-ratio}}\u0025",
  "alpha": 70,
  "shadow": {
   "strength": 200,
   "color": "0x000000",
   "distance": 1,
   "size": 18,
   "alpha": 60,
   "angle": 45
  },
  "font": {
   "bold": true,
   "name": "$FieldFont",
   "size": 12,
   "align": "center",
   "italic": false
  }
},
"QuickColorMarkerPool": {
  "name": "QuickColorMarker",
  "visible": true,
  "y": 10, // 24
  // "color": null,
  "format": "\u005C",
  "alpha": 100,
  "shadow": {
   "strength": 200,
   "color": "0x000000",
   "distance": 1,
   "size": 12,
   "alpha": 100,
   "angle": 90
  },
  "font": {
   "bold": true,
   "name": "Webdings",
   "size": 24,
   "align": "center",
   "italic": false
  }
},
"TurretMarkerPool": { 
  "name": "Turret Marker stok/top",
  "x": 0,
  "y": -75,
  "color": null,
  "format": "{{turret}}",
  "alpha": 100,
  "shadow": {
   "strength": 200,
   "alpha": 100,
   "distance": 0,
   "size": 6,
   "color": "0x000000",
   "angle": 90
  },
  "font": {
   "bold": false,
   "name": "$FieldFont",
   "size": 13,
   "italic": false,
   "align": "center"
  }
},
"OverallRatingPool": {
  "name": "Overall rating for all appliances",
  "x": 0,
  "y": -10,
  "color": "{{c:xwn8}}",
  "format": "{{xwn8}} <font color='{{c:t-battles}}'>{{t-battles%4.0d|----}}</font> <font color='{{c:kb}}'>{{kb%2.0d~k|--k}}</font>",
  "alpha": 100,
  "shadow": {
   "strength": 1320,
   "alpha": 50,
   "distance": 1,
   "size": 5,
   "color": "0x000000",
   "angle": 45
  },
  "font": {
   "bold": false,
   "name": "$FieldFont",
   "size": 10,
   "align": "center",
   "italic": false
  }
},
"NumberFightsTankPool": {
  "name": "Number of fights on this Tank",
  "x": -32,
  "y": 2,
  "color": "{{c:t-battles}}",
  "format": "{{t-battles%4.0d|----}}",
  "alpha": 100,
  "shadow": {
   "strength": 1320,
   "alpha": 50,
   "distance": 1,
   "size": 5,
   "color": "0x000000",
   "angle": 45
  },
  "font": {
   "bold": false,
   "name": "$FieldFont",
   "size": 11,
   "align": "center",
   "italic": false
  }
},
"WinningPercentageTankPool": {
  "name": "Winning percentage for this Tank",
  "x": 32,
  "y": 2,
  "color": "{{c:t-winrate}}",
  "format": "{{t-winrate%2.0d~%|--%}}",
  "alpha": 100,
  "shadow": {
   "strength": 1320,
   "alpha": 50,
   "distance": 1,
   "size": 5,
   "color": "0x000000",
   "angle": 45
  },
  "font": {
   "bold": false,
   "name": "$FieldFont",
   "size": 11,
   "align": "center",
   "italic": false
  }
},
"clanIconPool": {
  "x": 0,
  "y": -90,
  "alpha": 100,
  "h": 24,
  "w": 24
},
"actionMarkerPool": {
  "x": 0,
  "y": -65,
  "alpha": 100
},
"levelIconPool": {
  "x": 0,
  "y": -57,
  "alpha": 100
},
"healthBarPool": {
  "x": -43,
  "y": -12,
  "color": null,
  "lcolor": null,
  "damage": {
   "alpha": 100,
   "color": "0xF5CA56",
   "fade": 2
  },
  "width": 85,
  "border": {
   "color": "0x000000",
   "alpha": 100,
   "size": 1
  },
  "alpha": 70,
  "height": 13,
  "fill": {
   "alpha": 40
  }
},

// ab hier der individuelle Teil
"ally": {
  "contourIcon": {                 /// enemy - alive - extended
            "x": 5,
            "y": -56,
            "color": "0x7CCF05",
            "alpha": 70,
            "amount": 0,
   "visible": true
  },
  "vehicleIcon": {                 /// ally - alive - extended
   "$ref": { "path": "vehicleIconPool"},
   "visible": true
  },
  "textFields": [
   {
    "$ref": { "path": "TanknamePool"},    /// ally - alive - normal
    "visible": true
   },
   {
    "$ref": { "path": "NicknamePool"},    /// ally - alive - normal
    "visible": true
   },
            {
    "$ref": { "path": "HelpSupportPool"},          /// ally - alive - extended
    "visible": false,
    "format": "<img src='xvm://res/icons/help/s{{c:hp-ratio}}.png' width='36' height='36'>"
   },           
   {
    "$ref": { "path": "HP-HP"},           /// ally - alive - extended
    "visible": true
   },
   {
    "$ref": { "path": "OverallRatingPool"},          /// ally - alive - extended
    "visible": false
   },
   {
    "$ref": { "path": "NumberFightsTankPool"},         /// ally - alive - extended
    "visible": false
   },
   { 
    "name": "QuickColorMarker",      /// ally - alive - normal
    "visible": true,
    "y": -20.0, // 24
    // "color": null,
    "format": "_________",
    "alpha": 100,
    "shadow": {
     "strength": 200,
     "color": "0x000000",
     "distance": 1,
     "size": 4,
     "alpha": 100,
     "angle": 90
    },
    "font": {
     "bold": false,
     "name": "Arial",
     "size": 16.5,
     "align": "center",
     "italic": false
    },
    "visible": true,
    "color": "{{c:xwn8}}",
                "x": 0
   },  
   {
    "$ref": { "path": "WinningPercentageTankPool"},        /// ally - alive - extended
    "visible": false
   }
  ],
  "clanIcon": {                  /// ally - alive - extended
   "$ref": { "path": "clanIconPool"},
   "visible": false
  },
  "actionMarker": {                 /// ally - alive - extended
   "$ref": { "path": "actionMarkerPool"},
   "visible": false
  },
  "levelIcon": {                  /// ally - alive - extended
   "$ref": { "path": "levelIconPool"},
   "visible": true
  },
  "healthBar": {                  /// ally - alive - extended
   "$ref": { "path": "healthBarPool"},
   "visible": true
  },
  "damageText": {                  /// ally - alive - extended
   "$ref": { "path":"damageText" },
   "damageMessage": ${ "various/DamageBlowup.xc":"ally.damageMessage" },
   "blowupMessage": ${ "various/DamageBlowup.xc":"ally.blowupMessage" }
  },
  "damageTextPlayer": {                /// ally - alive - extended
   "$ref": { "path":"damageText" },
   "damageMessage": ${ "various/DamageBlowup.xc":"ally.damageMessage" },
   "blowupMessage": ${ "various/DamageBlowup.xc":"ally.blowupMessage" },
   "color": "0xFFDD33"
  },
  "damageTextSquadman": {                /// ally - alive - extended
   "$ref": { "path":"damageText" },
   "damageMessage": ${ "various/DamageBlowup.xc":"ally.damageMessage" },
   "blowupMessage": ${ "various/DamageBlowup.xc":"ally.blowupMessage" },
   "color": "0x9900FF"
  }
},
"enemy": {
  "contourIcon": {                 /// enemy - alive - extended
            "x": 5,
            "y": -56,
            "color": "0xC60903",
            "alpha": 70,
            "amount": 0,
   "visible": true
  },
  "vehicleIcon": {                 /// enemy - alive - extended
   "$ref": { "path": "vehicleIconPool"},
   "visible": true
  },
  "textFields": [
   {
    "$ref": { "path": "TanknamePool"},    /// ally - alive - normal
    "visible": true
   },
   {
    "$ref": { "path": "NicknamePool"},    /// ally - alive - normal
    "visible": true
   },
   {
    "$ref": { "path": "HelpSupportPool"},          /// enemy - alive - extended
    "visible": false,
    "format": "<img src='xvm://res/icons/help/f{{c:hp-ratio}}.png' width='36' height='36'>"
   },
   {
    "$ref": { "path": "HP-HP"},   
    "visible": true
   },
            {
    "$ref": { "path": "OverallRatingPool"},          /// enemy - alive - extended
    "visible": false
   },
   { 
    "name": "QuickColorMarker",      /// ally - alive - normal
    // "visible": true,
    "y": -20.0, // 24
    // "color": null,
    "format": "_________",
    "alpha": 100,
    "shadow": {
     "strength": 200,
     "color": "0x000000",
     "distance": 1,
     "size": 4,
     "alpha": 100,
     "angle": 90
    },
    "font": {
     "bold": false,
     "name": "Arial",
     "size": 16.5,
     "align": "center",
     "italic": false
    },
    "visible": true,
    "color": "{{c:xwn8}}",
                "x": 0
   },  
   {
    "$ref": { "path": "NumberFightsTankPool"},         /// enemy - alive - extended
    "visible": false
   },
   {
    "$ref": { "path": "WinningPercentageTankPool"},        /// enemy - alive - extended
    "visible": false
   }
  ],
  "clanIcon": {                  /// enemy - alive - extended
   "$ref": { "path": "clanIconPool"},
   "visible": false
  },
  "actionMarker": {                 /// enemy - alive - extended
   "$ref": { "path": "actionMarkerPool"},
   "visible": false
  },
  "levelIcon": {                  /// enemy - alive - extended
   "$ref": { "path": "levelIconPool"},
   "visible": true
  },
  "healthBar": {                  /// enemy - alive - extended
   "$ref": { "path": "healthBarPool"},
   "visible": true
  },
  "damageText": {                  /// enemy - alive - extended
   "$ref": { "path":"damageText" },
   "damageMessage": ${ "various/DamageBlowup.xc":"enemy.damageMessage" },
   "blowupMessage": ${ "various/DamageBlowup.xc":"enemy.blowupMessage" }
  },
  "damageTextPlayer": {                /// enemy - alive - extended
   "$ref": { "path":"damageText" },
   "damageMessage": ${ "various/DamageBlowup.xc":"enemy.damageMessage" },
   "blowupMessage": ${ "various/DamageBlowup.xc":"enemy.blowupMessage" },
   "color": "0xFFDD33"
  },
  "damageTextSquadman": {                /// enemy - alive - extended
   "$ref": { "path":"damageText" },
   "damageMessage": ${ "various/DamageBlowup.xc":"enemy.damageMessage" },
   "blowupMessage": ${ "various/DamageBlowup.xc":"enemy.blowupMessage" },
   "color": "0x9900FF"
  }
}
}

I'm missing now the animated Help/Support Icons, which was used by default by WOT, the "confirmation hook", the "SOS" and so on

When using markersAliveNormal.xc, then the icons of res_mods\mods\shared_resources\xvm\res\icons\help are used, but i don't don't their meaning and don't know i which case they're shown.

Is there a way to show the origin wot Help/Support Icons?

 

like this

{
				"$ref": { "path": "HelpSupportPool"},										/// ally - alive - extended
				"visible": true,
				"format": "defaultHelpIcon"
			},
instead this

{
				"$ref": { "path": "HelpSupportPool"},										/// ally - alive - extended
				"visible": true,
				"format": "<img src='xvm://res/icons/help/s{{c:hp-ratio}}.png' width='36' height='36'>"
			},

Share this post


Link to post

Short link
Share on other sites
"actionMarker": {				 
"$ref": { "path": "actionMarkerPool"},
"visible": false
},
Set visible to true. Edited by konrad509
  • Upvote 1

Share this post


Link to post

Short link
Share on other sites

Thanks, it works

Another question,
i want to have colored contourIcons,
i have Jimbos contourIcon mod

the default xvm setting was

	"contourIconPool": {
		"x": 6,
		"y": -75,
		"color": null,
		"alpha": 100,
		"amount": 0
	},

but it didn't work, Jimbos contourIcon textures was still shown as it is

i tried separately settings for allies and enemies with explecite coloring

	"ally": {
		"contourIcon": {																	/// enemy - alive - extended
            "x": 5,
            "y": -73,
            "color": "0x7CCF05",
            "alpha": 70,
            "amount": 0,
			"visible": true
		},
	"enemy": {
		"contourIcon": {																	/// enemy - alive - extended
            "x": 5,
            "y": -73,
            "color": "0xC60903",
            "alpha": 70,
            "amount": 0,
			"visible": true
		},

without success

any idea how to force the coloring for the contourIcons?

Share this post


Link to post

Short link
Share on other sites

Change the amount value (range 0-100).

But it's rather tinting than actually changing the colour. The contour icons are images and you can't just change their colour as you can do with vehicle icons for instance.

Edited by konrad509
  • Upvote 1

Share this post


Link to post

Short link
Share on other sites

If you set it to 100 or some other high value close to it, you may not notice it, but that "texture" is still there :)

  • Upvote 1

Share this post


Link to post

Short link
Share on other sites

ok,
next question,
i wanna show turret marker
my current markersAliveNormal.xc:

/**
 * Options for alive with Alt markers.
 */
{
	"damageText": {							// Floating damage values.
		"visible": true,					// false - disable
		"x": 50,								// Axis field coordinates X
		"y": -50,							// Axis field coordinates Y
		"alpha": 60,						// Opacity (dynamic transparency allowed, see readme-en.txt).
		"color": "{{c:dmg}}",				// Color (dynamic colors allowed, see readme-en.txt).
		"font": {
			"name": "$FieldFont",			// Font name
			"size": 14,						// Font size
			"align": "center",				// Text alignment (left, center, right)
			"bold": false,					// True - bold
			"italic": false					// True - italic
		},
		"shadow": {
			"alpha": 70,					// Opacity
			"color": "0x000000",            //     цвет
			"angle": 90,					// Offset angle
			"distance": 0,					// Offset distance
			"size": 6,						//
			"strength": 200					// Intensity
		},
		"speed": 3,							// Rising speed of displayed damage (float up speed).
		"maxRange": 80,						// Maximimum distance of target for which damage rises.
		"damageMessage": "{{dmg}}",			// Text for normal damage (see description of macros in the readme-en.txt).
		"blowupMessage": "{{l10n:blownUp}}"	// Text for ammo rack explosion (see description of macros in the readme-en.txt).
	},
	"contourIconPool": {
		"x": 0,
		"y": -70,
		"color": null,
		"alpha": 100,
		"amount": 0
	},
	"vehicleIconPool": {
		"scaleX": 0,
		"x": 0,
		"y": -15,
		"color": null,
		"shadow": {
			"strength": 200,
			"color": "0x000000",
			"distance": 0,
			"size": 6,
			"alpha": 100,
			"angle": 45
		},
		"scaleY": 16,
		"maxScale": 100,
		"showSpeaker": false,
		"alpha": 80
	},
	"HelpSupportPool": {
		"name": "Help/Support Icon",
		"x": 0,
		"y": -85,
		"alpha": 100,
		"scaleY": 16,
		"maxScale": 15,
		"maxRange": 40,
		"scaleX": 0
	},
	"NicknamePool": {
		"name": "Nickname",
		"x": 0,
		"y": -35,
		"color": "{{c:xwn8}}",
		"format": "{{nick}}",
		"alpha": 100,
		"shadow": {
			"strength": 1320,
			"alpha": 50,
			"distance": 1,
			"size": 5,
			"color": "0x000000",
			"angle": 45
		},
		"font": {
			"bold": false,
			"name": "$FieldFont",
			"size": 11,
			"align": "center",
			"italic": false
		}
	},
	"TanknamePool": {
		"name": "Tankname",
		"x": 0,
		"y": -47,
		"color": null,
		"format": "{{vehicle}}",
		"alpha": 100,
		"shadow": {
			"strength": 1320,
			"color": "0x000000",
			"distance": 1,
			"size": 5,
			"alpha": 70,
			"angle": 45
		},
		"font": {
			"bold": true,
			"name": "$FieldFont",
			"size": 13,
			"align": "center",
			"italic": false
		}
	},
	"HP-HP": {
		"name": "HP/HP-Max",
		"x": 0,
		"y": -17,
		"color": "0xFFFFFF",
		// "format": "{{hp}} / {{hp-max}}",
		"format": "{{hp}} / {{hp-max}}",
		"alpha": 100,
		"shadow": {
			"strength": 200,
			"color": "0x000000",
			"distance": 1,
			"size": 18,
			"alpha": 60,
			"angle": 45
		},
		"font": {
			"bold": true,
			"name": "$FieldFont",
			"size": 12,
			"align": "center",
			"italic": false
		}
	},
	"HP-RatioPool": {
		"name": "HP-Ratio",
		"x": 0,
		"y": -90,
		"color": "0xFFFFFF",
		"format": "{{hp-ratio}}\u0025",
		"alpha": 70,
		"shadow": {
			"strength": 200,
			"color": "0x000000",
			"distance": 1,
			"size": 18,
			"alpha": 60,
			"angle": 45
		},
		"font": {
			"bold": true,
			"name": "$FieldFont",
			"size": 12,
			"align": "center",
			"italic": false
		}
	},
	"QuickColorMarkerPool": {
		"name": "QuickColorMarker",
		"visible": true,
		"y": 10, // 24
		// "color": null,
		"format": "\u005C",
		"alpha": 100,
		"shadow": {
			"strength": 200,
			"color": "0x000000",
			"distance": 1,
			"size": 12,
			"alpha": 100,
			"angle": 90
		},
		"font": {
			"bold": true,
			"name": "Webdings",
			"size": 24,
			"align": "center",
			"italic": false
		}
	},
	"TurretMarkerPool": {		
		"name": "Turret Marker stok/top",
		"x": 0,
		"y": -75,
		"color": null,
		"format": "{{turret}}",
		"alpha": 100,
		"shadow": {
			"strength": 200,
			"alpha": 100,
			"distance": 0,
			"size": 6,
			"color": "0x000000",
			"angle": 90
		},
		"font": {
			"bold": false,
			"name": "$FieldFont",
			"size": 13,
			"italic": false,
			"align": "center"
		}
	},
	"OverallRatingPool": {
		"name": "Overall rating for all appliances",
		"x": 0,
		"y": -27,
		"color": "{{c:xwn8}}",
		"format": "{{xwn8}} <font color='{{c:t-battles}}'>{{t-battles%4.0d|----}}</font> <font color='{{c:kb}}'>{{kb%2.0d~k|--k}}</font>",
		"alpha": 100,
		"shadow": {
			"strength": 1320,
			"alpha": 50,
			"distance": 1,
			"size": 5,
			"color": "0x000000",
			"angle": 45
		},
		"font": {
			"bold": false,
			"name": "$FieldFont",
			"size": 10,
			"align": "center",
			"italic": false
		}
	},
	"NumberFightsTankPool": {
		"name": "Number of fights on this Tank",
		"x": -32,
		"y": 2,
		"color": "{{c:t-battles}}",
		"format": "{{t-battles%4.0d|----}}",
		"alpha": 100,
		"shadow": {
			"strength": 1320,
			"alpha": 50,
			"distance": 1,
			"size": 5,
			"color": "0x000000",
			"angle": 45
		},
		"font": {
			"bold": false,
			"name": "$FieldFont",
			"size": 11,
			"align": "center",
			"italic": false
		}
	},
	"WinningPercentageTankPool": {
		"name": "Winning percentage for this Tank",
		"x": 32,
		"y": 2,
		"color": "{{c:t-winrate}}",
		"format": "{{t-winrate%2.0d~%|--%}}",
		"alpha": 100,
		"shadow": {
			"strength": 1320,
			"alpha": 50,
			"distance": 1,
			"size": 5,
			"color": "0x000000",
			"angle": 45
		},
		"font": {
			"bold": false,
			"name": "$FieldFont",
			"size": 11,
			"align": "center",
			"italic": false
		}
	},
	"clanIconPool": {
		"x": 0,
		"y": -90,
		"alpha": 100,
		"h": 24,
		"w": 24
	},
	"actionMarkerPool": {
		"x": 0,
		"y": -100,
		"alpha": 100
	},
	"levelIconPool": {
		"x": 0,
		"y": -74,
		"alpha": 100
	},
	"healthBarPool": {
		"x": -43,
		"y": -29,
		"color": null,
		"lcolor": null,
		"damage": {
			"alpha": 100,
			"color": "0xF5CA56",
			"fade": 2
		},
		"width": 85,
		"border": {
			"color": "0x000000",
			"alpha": 100,
			"size": 1
		},
		"alpha": 70,
		"height": 13,
		"fill": {
			"alpha": 100
		}
	},

	// ab hier der individuelle Teil
	"ally": {
		"contourIcon": {																	/// enemy - alive - extended
            "x": 5,
            "y": -73,
            "color": "0x7CCF05",
            "alpha": 70,
            "amount": 50,
			"visible": true
		},
		"vehicleIcon": {																	/// ally - alive - extended
			"$ref": { "path": "vehicleIconPool"},
			"visible": true
		},
		"textFields": [
			{
				"$ref": { "path": "TanknamePool"},				/// ally - alive - normal
				"visible": true
			},
			{
				"$ref": { "path": "NicknamePool"},				/// ally - alive - normal
				"visible": true
			},
            {
				"$ref": { "path": "HelpSupportPool"},										/// ally - alive - extended
				"visible": false,
				"format": "<img src='xvm://res/icons/help/s{{c:hp-ratio}}.png' width='36' height='36'>"
			},            
			{
				"$ref": { "path": "HP-HP"},											/// ally - alive - extended
				"visible": true
			},
			{
				"$ref": { "path": "OverallRatingPool"},										/// ally - alive - extended
				"visible": false
			},
			{
				"$ref": { "path": "NumberFightsTankPool"},									/// ally - alive - extended
				"visible": false
			},
			{		
				"name": "QuickColorMarker",						/// ally - alive - normal
				"visible": true,
				"y": -37.0, // 24
				// "color": null,
				"format": "_________",
				"alpha": 100,
				"shadow": {
					"strength": 200,
					"color": "0x000000",
					"distance": 1,
					"size": 4,
					"alpha": 100,
					"angle": 90
				},
				"font": {
					"bold": false,
					"name": "Arial",
					"size": 16.5,
					"align": "center",
					"italic": false
				},
				"visible": true,
				"color": "{{c:xwn8}}",
                "x": 0
			},			
			{
				"$ref": { "path": "WinningPercentageTankPool"},								/// ally - alive - extended
				"visible": false
			}
		],
		"clanIcon": {																		/// ally - alive - extended
			"$ref": { "path": "clanIconPool"},
			"visible": false
		},
		"actionMarker": {																	/// ally - alive - extended
			"$ref": { "path": "actionMarkerPool"},
			"visible": true
		},
		"levelIcon": {																		/// ally - alive - extended
			"$ref": { "path": "levelIconPool"},
			"visible": true
		},
		"healthBar": {																		/// ally - alive - extended
			"$ref": { "path": "healthBarPool"},
			"visible": true
		},
		"damageText": {																		/// ally - alive - extended
			"$ref": { "path":"damageText" },
			"damageMessage": ${ "various/DamageBlowup.xc":"ally.damageMessage" },
			"blowupMessage": ${ "various/DamageBlowup.xc":"ally.blowupMessage" }
		},
		"damageTextPlayer": {																/// ally - alive - extended
			"$ref": { "path":"damageText" },
			"damageMessage": ${ "various/DamageBlowup.xc":"ally.damageMessage" },
			"blowupMessage": ${ "various/DamageBlowup.xc":"ally.blowupMessage" },
			"color": "0xFFDD33"
		},
		"damageTextSquadman": {																/// ally - alive - extended
			"$ref": { "path":"damageText" },
			"damageMessage": ${ "various/DamageBlowup.xc":"ally.damageMessage" },
			"blowupMessage": ${ "various/DamageBlowup.xc":"ally.blowupMessage" }, 
			"color": "0x9900FF"
		}
	},
	"enemy": {
		"contourIcon": {																	/// enemy - alive - extended
            "x": 5,
            "y": -73,
            "color": "0xC60903",
            "alpha": 70,
            "amount": 50,
			"visible": true
		},
		"vehicleIcon": {																	/// enemy - alive - extended
			"$ref": { "path": "vehicleIconPool"},
			"visible": true
		},
		"textFields": [
			{
				"$ref": { "path": "TanknamePool"},				/// ally - alive - normal
				"visible": true
			},
			{
				"$ref": { "path": "NicknamePool"},				/// ally - alive - normal
				"visible": true
			},
			{
				"$ref": { "path": "HelpSupportPool"},										/// enemy - alive - extended
				"visible": false,
				"format": "<img src='xvm://res/icons/help/f{{c:hp-ratio}}.png' width='36' height='36'>"
			},
			{
				"$ref": { "path": "HP-HP"},				
				"visible": true
			},
            {
				"$ref": { "path": "OverallRatingPool"},										/// enemy - alive - extended
				"visible": false
			},
			{		
				"name": "QuickColorMarker",						/// ally - alive - normal
				// "visible": true,
				"y": -37.0, // 24
				// "color": null,
				"format": "_________",
				"alpha": 100,
				"shadow": {
					"strength": 200,
					"color": "0x000000",
					"distance": 1,
					"size": 4,
					"alpha": 100,
					"angle": 90
				},
				"font": {
					"bold": false,
					"name": "Arial",
					"size": 16.5,
					"align": "center",
					"italic": false
				},
				"visible": true,
				"color": "{{c:xwn8}}",
                "x": 0
			},			
			{
				"$ref": { "path": "NumberFightsTankPool"},									/// enemy - alive - extended
				"visible": false
			},
			{
				"$ref": { "path": "WinningPercentageTankPool"},								/// enemy - alive - extended
				"visible": false
			}
		],
		"clanIcon": {																		/// enemy - alive - extended
			"$ref": { "path": "clanIconPool"},
			"visible": false
		},
		"actionMarker": {																	/// enemy - alive - extended
			"$ref": { "path": "actionMarkerPool"},
			"visible": true
		},
		"levelIcon": {																		/// enemy - alive - extended
			"$ref": { "path": "levelIconPool"},
			"visible": true
		},
		"healthBar": {																		/// enemy - alive - extended
			"$ref": { "path": "healthBarPool"},
			"visible": true
		},
		"damageText": {																		/// enemy - alive - extended
			"$ref": { "path":"damageText" },
			"damageMessage": ${ "various/DamageBlowup.xc":"enemy.damageMessage" },
			"blowupMessage": ${ "various/DamageBlowup.xc":"enemy.blowupMessage" }
		},
		"damageTextPlayer": {																/// enemy - alive - extended
			"$ref": { "path":"damageText" },
			"damageMessage": ${ "various/DamageBlowup.xc":"enemy.damageMessage" },
			"blowupMessage": ${ "various/DamageBlowup.xc":"enemy.blowupMessage" },
			"color": "0xFFDD33"
		},
		"damageTextSquadman": {																/// enemy - alive - extended
			"$ref": { "path":"damageText" },
			"damageMessage": ${ "various/DamageBlowup.xc":"enemy.damageMessage" },
			"blowupMessage": ${ "various/DamageBlowup.xc":"enemy.blowupMessage" },
			"color": "0x9900FF"
		}
	}
}


it contains this section:
	"TurretMarkerPool": {		
		"name": "Turret Marker stok/top",
		"x": 0,
		"y": -75,
		"color": null,
		"format": "{{turret}}",
		"alpha": 100,
		"shadow": {
			"strength": 200,
			"alpha": 100,
			"distance": 0,
			"size": 6,
			"color": "0x000000",
			"angle": 90
		},
		"font": {
			"bold": false,
			"name": "$FieldFont",
			"size": 13,
			"italic": false,
			"align": "center"
		}
	},

and then there is a turretMarkers.xc

/**
 * {{turret}} marker display strings.
 */
{
	"turretMarkers": {
		"highVulnerability": "<img src='img://../xvm/res/icons/mark/stok.png' width='25' height='25'>",		// Subject has stock turret and top gun can not be mounted. Subject is highly vulnerable.
		"lowVulnerability": "<img src='img://../xvm/res/icons/mark/top.png' width='25' height='25'>"		// Subject has stock turret and top gun can be mounted. Subject is somewhat vulnerable.
	}
}

i think there's something missing, but how should i write it?

 

 

Btw. is there a way to update the changes while game is running?

Edited by ChuckNorris

Share this post


Link to post

Short link
Share on other sites

no, they aren't

or do i need to enable something by the modification setup?

i have the omc modpack installed

 

or maybe another segment overlays the marker? should i just test it with another position?

Edited by ChuckNorris

Share this post


Link to post

Short link
Share on other sites

I'm not sure what's the problem. I'd like to see the whole config, together with the folder res_mods\mods\shared_resources\xvm\res

Edited by konrad509

Share this post


Link to post

Short link
Share on other sites

don't works, i replaced the 3 files with your files but nothing was shown
i also tried it by adding the formatting into turretMarkers.xc

/**
 * {{turret}} marker display strings.
 */
{
	"turretMarkers": {
		"name": "Turret Marker stok/top",
		"x": -40,
		"y": -115,
		"color": null,
		"format": "{{turret}}",
		"alpha": 100,
		"shadow": {
			"strength": 200,
			"alpha": 100,
			"distance": 0,
			"size": 6,
			"color": "0x000000",
			"angle": 90
		},
		"font": {
			"bold": false,
			"name": "$FieldFont",
			"size": 13,
			"italic": false,
			"align": "center"
		},
		"highVulnerability": "<img src='xvm://res/icons/mark/stok.png' width='25' height='25'>",		// Subject has stock turret and top gun can not be mounted. Subject is highly vulnerable.
		"lowVulnerability": "<img src='xvm://res/icons/mark/top.png' width='25' height='25'>"		// Subject has stock turret and top gun can be mounted. Subject is somewhat vulnerable.
	}
}

without success

Share this post


Link to post

Short link
Share on other sites

Delete it. It won't help and it's not supposed to be there.

 

Hm, I don't know what might be the problem. It works fine for me.

post-30086-0-61252600-1468857430_thumb.jpg

Edited by konrad509

Share this post


Link to post

Short link
Share on other sites

What reload time?

What tutorial? For configuring XVM?

 

Do you use replay or play a battle to test the config? Are you sure there are tanks with stock turret and with(out) top gun in any of teams?

Edited by konrad509

Share this post


Link to post

Short link
Share on other sites

The time that a gun needs to load ammu

yes, tutorial for configuring XVM, i found something here and here, but description is russian

i didn't use replay for testing, i tested ingame and i'm not shure if there're tanks with(out) top gun, but turretMarkers have only 2 options, so it should show any icon if it works

Share this post


Link to post

Short link
Share on other sites

 

The time that a gun needs to load ammu

Ok, but what's the problem with it?

Reload timer is a part of crosshair, so it's not XVM related.

 

yes, tutorial for configuring XVM, i found something here and here, but description is russian

I don't know if one exists.

i didn't use replay for testing, i tested ingame and i'm not shure if there're tanks with(out) top gun, but turretMarkers have only 2 options, so it should show any icon if it works

Yes, but only if a tank has stock turret.

Edited by konrad509

Share this post


Link to post

Short link
Share on other sites

Ok, but what's the problem with it?

Reload timer is a part of crosshair, so it's not XVM related.

I mean the reload time of the other tanks

 

Yes, but only if a tank has stock turret.

Haha, it seems to be the oppsite

Now i saw it, a yellow topgun icon, but why so rarely

You can see also the B-C-25t in the screenshot, it must have either the stock or the topgun

Maybe it needs to aim to the tank?

Btw. the screenshot shows also the info panel mod by RoughNecks, that shows the reload time

post-37306-0-52515300-1468876618_thumb.jpg

post-37306-0-90757300-1468876643_thumb.jpg

Share this post


Link to post

Short link
Share on other sites

Haha, it seems to be the oppsite

....

You can see also the B-C-25t in the screenshot, it must have either the stock or the topgun

It's not.

Batchat has only one available turret, so turret markers don't apply to it.

 

 

I mean the reload time of the other tanks

I still don't know what you want. Are you asking if there's an option in XVM to show enemy's tank reload time? If yes, then there isn't.

Edited by konrad509

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