Jump to content
Korean Random
Sign in to follow this  
llVIU

9.5 issue with enemy spotted status marker

Recommended Posts

You can make it yourself in your config. Current position is preffered by most of players.

 

hey,

 

after last move i can not find where to set the position, can you assist me ? 

ps. images working good :) , just not the position 

 

before in playersPanel i had

 

"enemySpottedMarker": {

      "Xoffset": -27,

      "Yoffset": -2,

      "enabled": true,

      "format": {

        "artillery": {

          "dead": "<img src='xvmres://icons/dead.png' height='20' width='20'>",

          "lost": "<img src='xvmres://icons/missing.png' height='20' width='20'>",

          "neverSeen": "<img src='xvmres://icons/hidden.png' height='20' width='20'>",

          "revealed": "<img src='xvmres://icons/OrangeBulb.png' height='20' width='20'>"

        },

        "dead": "<img src='xvmres://icons/dead.png' height='20' width='20'>",

        "lost": "<img src='xvmres://icons/missing.png' height='20' width='20'>",

        "neverSeen": "<img src='xvmres://icons/hidden.png' height='20' width='20'>",

        "revealed": "<img src='xvmres://icons/OrangeBulb.png' height='20' width='20'>"

 

 

now in text.xc i`ve added 

 

"spotted": {

      "neverSeen": "<img src='xvmres://icons/hidden.png' height='20' width='20'>",

      "lost": "<img src='xvmres://icons/missing.png' height='20' width='20'>",

      "revealed": "<img src='xvmres://icons/OrangeBulb.png' height='20' width='20'>",

      "dead": "<img src='xvmres://icons/dead.png' height='20' width='20'>",

      "neverSeen_arty": "<img src='xvmres://icons/hidden.png' height='20' width='20'>",

      "lost_arty": "<img src='xvmres://icons/missing.png' height='20' width='20'>",

      "revealed_arty": "<img src='xvmres://icons/OrangeBulb.png' height='20' width='20'>",

      "dead_arty": "<img src='xvmres://icons/dead.png' height='20' width='20'>"

    }

post-20940-0-47176200-1419370930_thumb.jpg

post-20940-0-58360500-1419370985_thumb.jpg

Share this post


Link to post

Short link
Share on other sites

"extraFieldsRight": [
   { "x": 160, "w": 23, "src": "xvmres://icons/d-{{alive|dead}}.png", "alpha": 100 },
    { "x": 25, "src": "xvmres://icons/squads_e/{{squad}}{{squad-num}}.png", "alpha": "{{alive?100|40}}"  },
   { "x": 14, "y": 0, "valign": "top", "bindToIcon": true, "format": "{{spotted}}", "shadow": {} }
   ]

 

use the extra fields option ,add it to each right panel , small ,medium,medium2 and large

the {{spotted}} will call whatever you put in the text.xc folder ,

 

the x and y values move the spotted/lost icons around ,note because i am using the bindtoicon command , the x and y values take their placement from the vehicle icon,

and not the actual panel , so in my screenshot above ,the icons are 14 pixels to the left  of the contour icon ,change value either up or down to get correct placement

Edited by soulza

Share this post


Link to post

Short link
Share on other sites

"extraFieldsRight": [

   { "x": 160, "w": 23, "src": "xvmres://icons/d-{{alive|dead}}.png", "alpha": 100 },

    { "x": 25, "src": "xvmres://icons/squads_e/{{squad}}{{squad-num}}.png", "alpha": "{{alive?100|40}}"  },

   { "x": 14, "y": 0, "valign": "top", "bindToIcon": true, "format": "{{spotted}}", "shadow": {} }

   ]

 

use the extra fields option ,add it to each right panel , small ,medium,medium2 and large

the {{spotted}} will call whatever you put in the text.xc folder ,

 

the x and y values move the spotted/lost icons around ,note because i am using the bindtoicon command , the x and y values take their placement from the vehicle icon,

and not the actual panel , so in my screenshot above ,the icons are 14 pixels to the left  of the contour icon ,change value either up or down to get correct placement

 

Why would I complicate my life with extra fields? that gives me more work and with the current editing software I need to spend like a few hours to test every line I add. I just want to move the default marker a few pixels, is that hard to tell me from what lines I need to move it?

Share this post


Link to post

Short link
Share on other sites

you asked how to do it and i told you how to do it?

your config SHOULD be written with the extra fields option , else you are going to find it hard to add new items as they become available.

the current editing software is notepad++ and NOT THE ONLINE EDITOR , that is no longer relivant for xvm.

 

ref testing ,?? they are called replays ?

 

you asked how to move the spotted markers and i told you the CORRECT WAY to do it.

Share this post


Link to post

Short link
Share on other sites

I did some testing yesterday on my config and seems I will re-edit my xvm config to add some extras,so I will do the extra fields since I can't move the current spotted marker.

  • Downvote 1

Share this post


Link to post

Short link
Share on other sites

Administrator......site wont let me attach files....wtf? ok, anyways.....i know there is not enough ppl to update the editor.....but a downloadable program would be nice that updates itsself and allows you to see exactly what is going on....it cannot be that hard to make. I installed the update last night, and now the * spotted indicators are in my contours.  I urge you ......revert back to what "worked." this new format is just making more problems than its really worth. I don't know what else to say. www.commo81.enjin.com is where you can get my modpack, I will just approve you.


you asked how to do it and i told you how to do it?

your config SHOULD be written with the extra fields option , else you are going to find it hard to add new items as they become available.

the current editing software is notepad++ and NOT THE ONLINE EDITOR , that is no longer relivant for xvm.

 

ref testing ,?? they are called replays ?

 

you asked how to move the spotted markers and i told you the CORRECT WAY to do it.

Online editor still works for XVM.XC


@commo81, attach your config (zip archive of folder res_mods/xvm/configs/), we can't help you without that.

Please email me: [email protected]


There is a simple word - evolution.

http://www.koreanrandom.com/forum/topic/16763-suggestion-macros-neverseen-lost-and-revealed/

 

New implementation is more flexible and well optimized.

I have to agree with the other guy on this one......this update is a major headache....its not optimized at all. I've reverted back to XVM for 9.4 cause its not broken. Stats still update and everything works great. The new version....lost my spotted icons, no matter what any devs say on here.....it doesnt fix it......no, spending +8 hrs on it means i dnt play. Sry guys, but you fixed something that was never broken.

Share this post


Link to post

Short link
Share on other sites

Administrator......site wont let me attach files....wtf? ok, anyways.....i know there is not enough ppl to update the editor.....but a downloadable program would be nice that updates itsself and allows you to see exactly what is going on....it cannot be that hard to make.

 

Do it, for the community. Everyone will be thankful to you.

 

 

Why so much rage? Pay attention to changelog and macros and use them correctly.

 

Online Editor is offcially obsolete, why are you arguing to still use it? Red font not big enough?

Share this post


Link to post

Short link
Share on other sites

the online editor may still work , but then that is why you are not able to sort spotted markers out ??? it is no longer used.

you really should start to look at these files with notepad++ it is not that hard to grasp what is going on , and the good thing is , there is always help available .

i will always help someone who is trying ,the same goes for others ,the more people we get doing this , the easier it becomes and the more ideas start to happen.

 

forget about the online editor , like it never existed ,open up with notepad++ and you will be suprised

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