Jump to content

Detailed Damage Meter can't view ASIA fonts.


Recommended Posts

I can view fonts for Damage Maters before Aslains_WoWs_Modpack_Installer_v.8.3.1_05.exe.

but, I can't for Aslains_WoWs_Modpack_Installer_v.8.3.1_13.exe, and Aslains_WoWs_Modpack_Installer_v.8.4.0_02b.

When the WoWs was 0.8.3.1 I continued to use the old version v.8.3.1_05.

I play server North America, I use font for Japanese.

World of Warshi_dt_00001050_20.png

Link to comment

Yes, I can not continue to use v.8.3.1_05 in the 0.8.4.0 .
As of v.8.3.1_13 it was not possible to read the meters already for WoWs 0.8.3.1.
What is the difference between the v.8.3.1_13 and v.8.4.0_02b with the old (05-?)damage meter?


I reported here because there is no page on the official link of the damage meter in Aslain_mods.

Am I wrong to ask a question here?

Link to comment
  • 2 weeks later...
  • Administrator

Try this

 

Edit res_mods\0.8.4.0\alt_markers\settings.xml:

 

Find this block

  <styles>
    <style name="ship">
      <text format="%upperName%" size="13" />
      <anchor vertical="bottom" />
    </style>

    <style name="player">
      <text format="%nickname%" size="12"/>
    </style>

    <style name="IDS-Ship" inherit="ship">
      <text format="%name%" />
    </style>

    <style name="SC-Ship" inherit="IDS-Ship">
      <text font="$SmallCaps-Bold">
        <shadow color="0x000000" x="1" y="1" alpha="1" angle="90" strength="1" distance="0" />
      </text>
    </style>
  </styles>

and replace with:

  <styles>
    <style name="ship">
      <text format="%upperName%" size="13" />
	  <text font="$WWSDefaultFont">
      <anchor vertical="bottom" />
    </style>

    <style name="player">
      <text format="%nickname%" size="12"/>
	  <text font="$WWSDefaultFont">
    </style>

    <style name="IDS-Ship" inherit="ship">
      <text font="$WWSDefaultFont">
      <text format="%name%" />
    </style>

    <style name="SC-Ship" inherit="IDS-Ship">
      <text font="$WWSDefaultFont">
        <shadow color="0x000000" x="1" y="1" alpha="1" angle="90" strength="1" distance="0" />
      </text>
    </style>
  </styles>

 

Link to comment

At first it did not go well, but it seems that it was necessary to close with </text>.

Serdecznie dziękuję !

  <styles>
    <style name="ship">
      <text font="$WWSDefaultFont">
      <text format="%upperName%" size="13" />
      	<anchor vertical="bottom" />
      </text>
    </style>

    <style name="player">
      <text format="%nickname%" size="12"/>
	  	<text font="$WWSDefaultFont">
      </text>
    </style>

    <style name="IDS-Ship" inherit="ship">
      <text font="$WWSDefaultFont">
      	<text format="%name%" />
      </text>
    </style>

    <style name="SC-Ship" inherit="IDS-Ship">
      <text font="$WWSDefaultFont">
        <shadow color="0x000000" x="1" y="1" alpha="1" angle="90" strength="1" distance="0" />
      </text>
    </style>
  </styles>

 

World of Warshi_dtp_00001128_23.png

Link to comment
  • 1 year later...

It's been a while.
I've been able to play with the above fix for a long time, but it seems that as of 10.2.0 aslain_alt_markers has changed to ■■■, so I made my own changes.
I have attached the modified file in case there are others who need this information.

 

https://forum.worldofwarships.ru/topic/104369-0791-alt_markers-улучшаем-иконки-кораблей-ластомер/
This link, which opens from aslain information, is no longer displayed.
Where can I find official support for alt_markers?

settings.xml

  • Upvote 1
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.