Jump to content

Detailed damage meter unreadable


Recommended Posts

World_of_Warships\bin\5343985\res_mods\PnFMods\DamageMeter\DamageMeter.xml

 

Change the fontSize at these two places in the top of the doc.

I've used the size 16 since forever. Small but unobtrusive and readable. At 3440x1440. You probably need 18.

A small tweak, and works.
 

    <css name="$TextDefault">
        <fontFamily value="$WWSDefaultFont"/>
        <mouseEnabled value="false"/>
        <mouseChildren value="false"/>
        <fontSize value="16"/>
        <dropShadowFilter value="1 90 0x08222a 0.5 2.0 2.0 1.0 2"/>
        <selectable value="false"/>
        <textColor value="0xEEEEEE"/>
        <multiline value="false"/>
    </css>
    <css name="$TextDefaultBold">
        <fontFamily value="$WWSDefaultFontBold"/>
        <mouseEnabled value="false"/>
        <mouseChildren value="false"/>
        <fontSize value="16"/>
        <dropShadowFilter value="1 90 0x08222a 0.5 2.0 2.0 1.0 2"/>
        <selectable value="false"/>
        <textColor value="0xEEEEEE"/>
        <multiline value="false"/>

    </css>

 

Changing the $WoWsSymbol i would think requires tweaking for both OwnRow and EnemyRow, but i guess proportionally increase the fontsize, and maybe also width and height if it's out of bounds.

Maybe adding a marginBottom or marginTop?

 

Usually did these kinds of changes, loaded up an training battle, and adjusted values until it fit. But i'm no expert, just wanted some tweaks.

 

			<block type="text"> <!-- shellType -->
				<styleClass value="$TextDefault"/>				
					<bind name="text" value="(ammoType == 'AP') ? 'd' : (ammoType == 'HE') ? 'e' : (ammoType == 'CS') ? 'q' : ((ammoType == 'torpedo') ? 'J': ammoType)"/>
				<style>
					<width value="24"/>
					<height value="24"/>
					<fontFamily value="$WoWsSymbol"/>
					<marginLeft value="0px"/>
					<fontSize value="18"/>
				</style>
			</block>

 

Dunno if it's helpful, but my two cents.

 

  • Upvote 1
Link to comment
  • 1 month later...
  • 3 weeks later...
  • Administrator
1 hour ago, hand18 said:

My resolution is 3840*1600. The damage inflicted has too large a font. There is no indication of damage received. disappeared.

In case it lands off the screen you can reset all positions by deleting:World_of_Warships\profile\userprefs_DamageMeter.json

Link to comment
  • 2 weeks later...

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.