Jump to content
Korean Random
Sign in to follow this  
leeuniverse

delete

Recommended Posts

They changed some things in texts.xc, try it.

 

"spotted": {
      "neverSeen": "",
      "lost": "<font face='xvm' size='23'>p</font>",
      "spotted": "<font face='xvm' size='23'>p</font>",
      "dead": "<font face='xvm' size='23' alpha='#80'>v</font>",
      "neverSeen_arty": "",
      "lost_arty": "<font face='xvm' size='23'>p</font>",
      "spotted_arty": "<font face='xvm' size='23'>p</font>",
      "dead_arty": "<font face='xvm' size='23' alpha='#80'>v</font>"
    },

 

Was revealed, now is spotted.

Edited by Aslain
  • Upvote 1

Share this post


Link to post

Short link
Share on other sites

They changed some things in texts.xc, try it.

 

"spotted": {

      "neverSeen": "",

      "lost": "<font face='xvm' size='23'>p</font>",

      "spotted": "<font face='xvm' size='23'>p</font>",

      "dead": "<font face='xvm' size='23' alpha='#80'>v</font>",

      "neverSeen_arty": "",

      "lost_arty": "<font face='xvm' size='23'>p</font>",

      "spotted_arty": "<font face='xvm' size='23'>p</font>",

      "dead_arty": "<font face='xvm' size='23' alpha='#80'>v</font>"

    },

 

Was revealed, now is spotted.

 

 

Ya, I caught that already.....  I always file compare every update of XVM.

That's not my problem....

Basically my lost markers WILL work, they show for a little bit, then they just disappear.

This is something new.

 

 

2. They moved the mapSize section to the separate file minimapMapSize.xc

 

Same as above....  So I know...

The problem is that the "ALT" map sizeing code is gone.

 

Questions/issues not resolved folks....  Anyone else?

Edited by leeuniverse

Share this post


Link to post

Short link
Share on other sites

It uses the same "sizeing code" now as the normal map.

 

Create a copy of the minimapMapSize.xc file and change its name to minimapMapSizeAlt. In the file minimapAlt.xc add this: "mapSize": ${"minimapMapSizeAlt.xc":"mapSize"}.

 

 

As for the spotted markers, I've just tested it using the default config and it seems to be working the same way it used to earlier - the lost markers are visible.

Edited by konrad509

Share this post


Link to post

Short link
Share on other sites

Everything seems to be ok. I don't know, maybe this lost.png file you use for lost marker got somehow deleted?

 

And how exactly does the problem look like, because maybe I misunderstood you. Does this marker not show up at all or shows up and then suddenly disappear?

Edited by konrad509

Share this post


Link to post

Short link
Share on other sites

Ya, it shows up like normal for a player, then not very long after it will just disappear, and not show again until the tank is spotted again and then disappears again.

 

The only thing I can find so far, that I didn't change yet that's new with this last version is some new "def" crap they've added to the various Markers xc's, but I didn't think that should do anything right?

I don't yet know how I'm going to deal with that given how different my code is, not sure what that "def" is even for.

Share this post


Link to post

Short link
Share on other sites

No, the markers have nothing to do with spotted markers and other player panels related stuff.

 

Maybe try reinstalling the XVM? The problem clearly isn't in the config itself.

Edited by konrad509

Share this post


Link to post

Short link
Share on other sites

Reinstalling XVM didn't do anything....


Okay.....  Further testing CONFIRMED BUG in this last XVM version.

I installed only XVM and the default config.

 

If you use an "image" for the Lost and Spotted Markers, that's when the issue occurs.

It appears to only work correct if you use the or a default XVM symbol for lost and spotted.

 

So, I only replaced the XVM symbol for lost and spotted with my normal image, and that's when the image eventually disappears.

I'm also not certain, just noticed it, but a particular tanks lost marker might disappear when that enemy tank appears/blinks/targeted whatever on the minimap.

Though, not sure on this....

Edited by leeuniverse

Share this post


Link to post

Short link
Share on other sites

I edited my config and added some images as spotted markers and then played a game - the problem didn't occur. So... I don't know...

Share this post


Link to post

Short link
Share on other sites

Well, I just did it with the "xvm default" config having and changing nothing else, put in spotted and lost images replacing the XVM ones, and when an enemy tanks "lost" icon came up, it would stay up for a bit then disappear.

 

This is totally new in 6.1.5, it occurs with my config and the default xvm config.

There are no extra files, all files from the zip are there, etc.

 

So....  You went into text.xc and changed the two markers like this?  And you're saying the "lost" marker doesn't eventually disappear from an enemy after showing, then pop's up again when spotted and lost again?

 

"spotted": {
      "neverSeen": "",
      "lost": "<img src='xvm://res/leeuniverse/img/lost.png' width='20' height='20'>",
      "spotted": "<img src='xvm://res/leeuniverse/img/spotted.png' width='20' height='20'>",
      "dead": "<font face='xvm' size='23' alpha='#80'>v</font>",
      "neverSeen_arty": "",
      "lost_arty": "<font face='xvm' size='23'>p</font>",
      "spotted_arty": "<font face='xvm' size='23'>p</font>",
      "dead_arty": "<font face='xvm' size='23' alpha='#80'>v</font>"
    },


Mother .....  my fault people.

 

I had changed the name of the spotted image, but I didn't do it in the "source" only in my test, and I forgot to in the source, and that was causing the problem the entire time.

 

:(  Sorry to waste folks time.

Edited by leeuniverse
  • Upvote 1

Share this post


Link to post

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

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...