Jump to content

Damocles crosshair error


Recommended Posts

Something maybe wrong with Damocles sword crosshais.

No matter what kind of Central marker i choose from Reticle/Arcade menu (i usually use V-shaped), it keeps changing it to a red bold ball with very thick shadow.

 

is there any chance fixing this ??????????

 

Thanx for all your great job !!!!!!!!!!!

 

You make this game more enjoyable for us !!!!!

Link to comment

I found it....

you must go to /worldoftanks/mods/configs/crosshairs

and edit the file "arcadecrosshair.json" with an editor (i use notepad++)

 

"center" : {
        "markerSet" : "dm", // "dm", "ms" - два набора центральных маркеров
        "size": [0, 0], // [width, height] размер маркера в % (100-оригина)
        "angle": 0, // угол наклона маркера
        "color": "FF0000", //цвет маркера
        "shadow" : { "enable": true, "size": 3, "angle": 0, "distance": 0, "alpha": 100, "strength": 300, "color": "000000" }, // настройки тени
        "file" : "../../../../mods/configs/crosshairs/marker_dm.png" // название подгружаемого маркера (первый маркер в настройках игры)
    },
    
    // СЕТКА
    "grid" : {
        "type": 1, // тип сетки, 1-5 встроенные
        "file": "", // имя файла подгружаемой сетки, имеет больший приоритет чем type
        "pos": [0, 0], // [x, y] координата сетки
        "size": [50, 50], // [width, height] размер сетки в % (100-оригина)
        "color": "FFFFFF" // цвет сетки

 

 

you must change the colored lines to zero (0) and fifty (50) as it appears above

 

 

 

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

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.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.