Re: Game crash and self restart question

Published by Rick58 on

#110455
Rick58
Member

I looked at it to be sure I hadn’t used that file from another mod, but that one came from Aslain’s mod pack, I used Yasen session stats but do that a stand alone mod with the same.  No crashes since clearing the cache….   One thing I’ve had a problem with in XVM is xvm fonts, I can never get the spot bulbs to work on the player panel. Those are blank and if I remove the .ttf from windows/fonts I get color squares where to fonts go. Aslain did a replacement string for me to edit the text.xc file so I could get those working by using this:

Replace this:
 
    “spotted”: {
      “neverSeen”: “<font face=’xvm’ color=’#999999′ size=’23’>&#x70;</font>”,
      “lost”: “<font face=’xvm’ size=’23’>&#x70;</font>”,
      “spotted”: “<font face=’xvm’ color=’#FFAF00′ size=’23’>&#x70;</font>”,
      “dead”: “”,
      “neverSeen_arty”: “<font face=’xvm’ color=’#999999′ size=’23’>&#x70;</font>”,
      “lost_arty”: “<font face=’xvm’ size=’23’>&#x70;</font>”,
      “spotted_arty”: “<font face=’xvm’ color=’#FFAF00′ size=’23’>&#x70;</font>”,
      “dead_arty”: “”
    }
 
 
With this:
 
    “spotted”: {
      “neverSeen”: “<font face=’XVMSymbol’ color=’#999999′ size=’23’>p</font>”,
      “lost”: “<font face=’XVMSymbol’ size=’23’>p</font>”,
      “spotted”: “<font face=’XVMSymbol’ color=’#FFAF00′ size=’23’>p</font>”,
      “dead”: “”,
      “neverSeen_arty”: “<font face=’XVMSymbol’ color=’#999999′ size=’23’>p</font>”,
      “lost_arty”: “<font face=’XVMSymbol’ size=’23’>p</font>”,
      “spotted_arty”: “<font face=’XVMSymbol’ color=’#FFAF00′ size=’23’>p</font>”,
      “dead_arty”: “”
    }

 

But I would rather have it fixed to work as it should.  I have searched everywhere to find the missing fonts but no luck even after a new install of both game and XVM.