Jump to content
Korean Random
Quexalo

Error loading config file

Recommended Posts

In version 8.10 using xvm v5.0.2-test1 there is an error loading the battle.xc file. Specifically in this file it will not load the "element" line of code. This is the same file that worked well in 8.9 and can be seen below.

 

I need to have the battleElements.xc file to allow several items on the screen to be moved as I have a triple monitor setup. Does anyone know why the file will no longer load properly? The code is shown below.

 

Thank you for any help you can provide.

'battle.xc code'

/**
* General parameters for the battle interface.
*
*/
{
"battle": {
// false - Disable tank icon mirroring (good for alternative icons).
"mirroredVehicleIcons": false,
// false - Disable pop-up panel at the bottom after death.
"showPostmortemTips": false,
// true - Remove the Players Panel mode switcher (buttons for changing size).
"removePanelsModeSwitcher": false,
// false - disable highlighting of own vehicle icon and squad.
"highlightVehicleIcon": true,
// Format of clock on the Debug Panel (near FPS). Format: Y:year, M:month, D:day, H:hour, N:minutes, S:seconds. "" - remove clock.
"clockFormat": "M/D/Y",
// true - use standard client vehicle markers.
"useStandardMarkers": false,
// Path to clan icons folder relative to res_mods/xvm/res.
"clanIconsFolder": "clanicons",
// Visual elements
// Двигать визуальные элименты
"elements": ${"battleElements.xc":"elements"}
},
// Frag counter panel at top side of battle windows interface.
"fragCorrelation": {
// true - hide textfields "Allies | Enemies".
"hideTeamTextFields": true
},
// Ingame crits panel by "expert" skill.
"expertPanel": {
// Delay for panel disappear. Original value was 5.
"delay": 15,
// Panel scaling. 100 в оригинале.
"scale": 150
}
}

 

 

post-19902-0-44981200-1387860484_thumb.jpg

Share this post


Link to post

Short link
Share on other sites

@Quexalo, remove one extra right curly brace

 

"elements": ${"battleElements.xc":"elements"},
// Frag counter panel at top side of battle windows interface.

Share this post


Link to post

Short link
Share on other sites
Guest
This topic is now closed to further replies.

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...