Sailor
Forum Replies Created
-
AuthorPosts
-
SailorMember
On the damage panel, you might want to change the color of either the numbers or the bar. When you take damage, the numbers are hard to see.
On a side note, I added equipment repair timers to the damage panel. Always good to see how long until fixed.
SailorMember21 hours ago, soulza said:Doh! I was just looking in there and totally missed that.
SailorMemberPrefer the default minimap. What do I need to do to get it?
SailorMemberOn a side note, right next to the mastery icon on the tank carousel, I added code to show the min-max battle tier for each tank. Like to know at a glance what tiers I will see..
SailorMemberSailorMemberCan’t wait… drool….
SailorMemberOn 5/17/2018 at 11:35 AM, soulza said:wn8 is there now on the left side
I think hybridraven meant w8 = “wait”, not wn8. LOL..
SailorMemberSailorMemberOn 5/9/2018 at 5:58 PM, Sailor said:Yeah. WN8, VEFF…. Looks like an efficiency mod but not Protankis.
ahh no thats xvm ,can be found in battlelabelstemplates.xc
“test2”: {
“enabled”: true,
“x”: 665,
“y”: 985,
“width”: 600,
“height”: 50,
“alpha”: 100,
“screenHalign”: “center”,
“screenVAlign”: “top”,
“bgColor”: null,
“borderColor”: null,
“shadow”: { “distance”: 1, “angle”: 90, “alpha”: 80, “blur”: 2, “strength”: 5},
“textformat”: { “name”: “agencyfb“, “color”: “0x60FF00”, “size”: 16, “align”: “left”, “bold”: true, “italic”: false, “display”: “block”, “leading”: -20, “marginLeft”: 2, “marginRight”: 2},
“format”: “<font face =’agencyfb’ size=’16’ color=’#FFFFFF’><p align=’center’><b>(WN8): <font color='{{c:wn8}}’>{{wn8}}</font> (VEFF): <font color='{{c:xte}}’>{{xte}}</font></b></font><font color=’#FFFFFF’><b> (DMG RATING): </font><font color='{{c:xtdb}}’>{{xtdb}}</b></font><font color=’#FFFFFF’><b> (TANK WIN RATE): </font><font color='{{c:t-winrate}}’>{{t-winrate%2d}}%</font></b></p>”
}tis the agencyfb font m8,here is the fonts i use/dont use
<a class="ipsAttachLink" data-fileid="10653" href="/applications/core/interface/file/attachment.php?id=10653″ rel=””>fonts.rar
Browsing the forums I read it was an xvm thing also. But I didn’t know where to look. Would never have thought to look at that xc file.
The font that’s on my computer is Agency FB. I just renamed AgencyFB to Agency FB and everything works.SailorMemberOn 5/9/2018 at 1:29 PM, soulza said:do you mean above the consumables panel ? i dont think i did anything to that font,?
Yeah. WN8, VEFF…. Looks like an efficiency mod but not Protankis.
ahh no thats xvm ,can be found in battlelabelstemplates.xc
“test2”: {
“enabled”: true,
“x”: 665,
“y”: 985,
“width”: 600,
“height”: 50,
“alpha”: 100,
“screenHalign”: “center”,
“screenVAlign”: “top”,
“bgColor”: null,
“borderColor”: null,
“shadow”: { “distance”: 1, “angle”: 90, “alpha”: 80, “blur”: 2, “strength”: 5},
“textformat”: { “name”: “agencyfb“, “color”: “0x60FF00”, “size”: 16, “align”: “left”, “bold”: true, “italic”: false, “display”: “block”, “leading”: -20, “marginLeft”: 2, “marginRight”: 2},
“format”: “<font face =’agencyfb’ size=’16’ color=’#FFFFFF’><p align=’center’><b>(WN8): <font color='{{c:wn8}}’>{{wn8}}</font> (VEFF): <font color='{{c:xte}}’>{{xte}}</font></b></font><font color=’#FFFFFF’><b> (DMG RATING): </font><font color='{{c:xtdb}}’>{{xtdb}}</b></font><font color=’#FFFFFF’><b> (TANK WIN RATE): </font><font color='{{c:t-winrate}}’>{{t-winrate%2d}}%</font></b></p>”
}tis the agencyfb font m8,here is the fonts i use/dont use
<a class="ipsAttachLink" href="/applications/core/interface/file/attachment.php?id=10653″ data-fileid=”10653″ rel=””>fonts.rar
SailorMemberWhat fonts are you using? I’m obviously missing one because the text above the icons at the bottom of the screen are just squares. I have the gunplay regular installed.
SailorMember23 hours ago, soulza said:can you grab a screenshot m8 ?
ref the mod button , if you look in mods/configs/and open modssettingsapi.json you will see this:-
{
“modsListApiName”: “”,
“modsListApiDescription”: “”,
“modsListApiIcon”: “”,
“windowTitle”: “Wot mods (testing)”,
“buttonOK”: “”,
“buttonCancel”: “”,
“buttonApply”: “”,
“enableButtonTooltip”: “”
}note if you change the window title text it changes in garage ,but thats about all i can find
Here’s a link. I can no longer post any pics because it says I’ve exceeded my limit.
I figured out what mod it is after 30 minutes of translating and browsing the web sight. It’s the tank experience mod. I thought it was this before and edited the default language to English, but it didn’t do anything.
modsconfigswgmodsmod_vehicle_exp.json
I don’t really use it, so deleting it will be no big deal. But others who do, might want to edit the file to show English.
SailorMember12 hours ago, soulza said:are you talking about the on click bottom right button mods ?
to be honest i dont know , but will take a look
Yes. I looked at all of the mods it could be, but can’t any type of config file. Unless it is embedded in a pyc file, then I can’t do anything.
Also, I seem to be missing a font or 2. Just have the little boxes just above the shell icons at the bottom.
SailorMemberThe mod config in hanger is in Russian. What file is it so I can change it to English.
SailorMember13 hours ago, masterblaster1 said:Looks like the accounts stats mod (xvm). It’s the widgetsTemplates.xc in the xvm/soulzablue folder. At the very bottom of the file.
Edit: Just saw what he did. He moved the account stats to the upper right. You just have to edit the above to put them in the shadow box.
If you want to move the stats back into the shadow box do this: Open widgetsTemplates.xc and edit these lines:
Lines
56 x=66
57 y=193
63 x=390
64 y=193
72 x=185
73 y=198
74 w=320
75 h=150
That should put the stats back into the shadowbox.
if you want to keep the stats in the upper right and want to get rid of the shadowbox I think commenting out lines 56,57,63,64 should do it. Those are the coordinates for the box.
-
AuthorPosts
