_BeastSlayer_ Posted June 29, 2019 Posted June 29, 2019 how i can set the team hp bars pozition like this Quote
Administrator Aslain Posted June 29, 2019 Administrator Posted June 29, 2019 mods\configs\mod_battle_observer\armagomen\players_bars.json Quote
_BeastSlayer_ Posted June 29, 2019 Author Posted June 29, 2019 ok wath i need the change in players _bars .joson file Quote
Moderator Quaksen Posted June 29, 2019 Moderator Posted June 29, 2019 1 minute ago, _BeastSlayer_ said: ok wath i need the change in players _bars .joson file Notepad++ (freeware) works great for it. https://notepad-plus-plus.org/ Don't use Windows' Notepad. Quote
_BeastSlayer_ Posted June 29, 2019 Author Posted June 29, 2019 wath i need to edit hier for change hp bars "bar_settings":{ "bar":{ "colors":{ "ally":"#5ACB00", "alpha":0.6, "bgAlpha":0.5, "bgColor":"#000000", "enemy":"#F30900", "enemyBlind":"#6F6CD3" }, "height":22, "outline":{ "alpha":0.6, "color":"#FAFAFA", "customColor":false, "enabled":true }, "width":70, "x":0, "y":2 }, "text":{ "align":"center", "x":35, "y":0 } }, "enabled":false, "hp_text":"<font face='$FieldFont' color='#FAFAFA' size='15'>%(health)d</font>", "hpbarsShowKey":[ 56, 184 ], "hpbarsclassColor":false, "showHpBarsOnKeyDown":false } Quote
Moderator Quaksen Posted June 29, 2019 Moderator Posted June 29, 2019 "width":70, "x":0, "y":2 I changed the line to red, the one that I think is the one you need to change, to move them. Quote
_BeastSlayer_ Posted June 29, 2019 Author Posted June 29, 2019 i change wath you say and nothing hapened in game Quote
Moderator Quaksen Posted June 29, 2019 Moderator Posted June 29, 2019 Could I have you attach your log files, please? You do it like this: - Run special application: >> Aslains_WoT_Logs_Archiver.exe << (which can be found in the game installation folder or as shortcut on your windows desktop) it will create Aslains_WoT_Logs.zip file, attach that file to your thread, it's mandatory !!! I don't need any other logs, only that particular zip file. Aslains_WoT_Logs.zip can be found in game folder inside Aslains_Modpack directory. Quote
_BeastSlayer_ Posted June 29, 2019 Author Posted June 29, 2019 Aslains_WoT_Logs.zip or how i can chabge clanicons pozition Quote
Moderator Quaksen Posted June 29, 2019 Moderator Posted June 29, 2019 Ah. Thought so. They're actually XVM's hp bars, and not the ones created by Battle Observer. "Show HP bars, HP bars: on the sides of panel (always visible)" I'm not sure on how to move that one, but Aslain will know for sure, or someone else dropping by. Quote
_BeastSlayer_ Posted June 29, 2019 Author Posted June 29, 2019 or how i can move the clan icons i find wer its the xvm hp bar seting but no idea wath i change hier "def": { "c1": "0x00FF00", "c2": "0xFF0000", "enemySpottedMarker": { "alpha": "{{a:spotted}}", "x": 88, "y": -2, "align": "center", "bindToIcon": true, "format": "<font color='{{c:spotted}}'>{{spotted}}</font>", "shadow": {} }, "xmqpServiceMarker": { "x": 88, "y": -2, "align": "center", "bindToIcon": true, "format": "<font face='xvm' size='24' color='{{alive?{{x-spotted?#FFBB00|{{x-sense-on?#D9D9D9|#BFBFBF}}}}|#FFFFFF}}' alpha='{{alive?#FF|#80}}'>{{alive?{{x-spotted?p|{{x-sense-on?p|{{x-enabled?z}}}}}}}}</font>", "shadow": {} }, "clanIcon": { "enabled": true, "x": 120, "y": 0, "width": 24, "height": 24, "align": "center", "alpha": 90, "bindToIcon": true, "src": "{{clanicon}}" //"format": "<img src='{{clanicon}}' width='16' height='16'>" }, "xvmUserMarker": { "enabled": false, "x": 10, "y": 5, "bindToIcon": true, "src": "xvm://res/icons/xvm/xvm-user-{{xvm-user|none}}.png" }, "hpBarBg": { "x": 106, "y": 6, "width": 72, "bindToIcon": true, "height": 14, "bgColor": "0x000000", "alpha": "{{alive?35|0}}" }, "hpBar": { "x": 107, "y": 7, "bindToIcon": true, "width": "{{hp-ratio:70}}", "height": 12, "bgColor": "{{player?#FFDD33|{{c:system}}}}", "alpha": "{{alive?50|0}}" }, "hp": { "x": 142, "y": 4, "bindToIcon": true, "align": "center", "alpha": "{{alive?100|0}}", "format": "<font face='$FieldFont' size='11' color='#D9D9D9' alpha='{{alive?{{ready?#FF|#80}}|#80}}'><b>{{alive?{{hp|{{l10n:No data}}}}|{{l10n:Destroyed}}}}</b></font>", "shadow": { "enabled": true, "color": "0x000000", "alpha": 100, "blur": 4, "strength": 1, "distance": 0, "angle": 0 } } }, "playersPanel": { "enabled": true, "alpha": 60, "iconAlpha": 100, "removeSelectedBackground": false, "removePanelsModeSwitcher": false, "startMode": "medium", "altMode": null, "none": ${"PP/playersPanel_none.xc":"."}, "short": ${"PP/playersPanel_short.xc":"."}, "medium": ${"PP/playersPanel_medium.xc":"."}, "medium2": ${"PP/playersPanel_medium2.xc":"."}, "large": ${"PP/playersPanel_large.xc":"."} } } Quote
Ress Posted June 29, 2019 Posted June 29, 2019 @_BeastSlayer_ edit this part to move hpbar, hpbar background, hp text: "hpBarBg": { "x": 106, "y": 6, "width": 72, "bindToIcon": true, "height": 14, "bgColor": "0x000000", "alpha": "{{alive?35|0}}" }, "hpBar": { "x": 107, "y": 7, "bindToIcon": true, "width": "{{hp-ratio:70}}", "height": 12, "bgColor": "{{player?#FFDD33|{{c:system}}}}", "alpha": "{{alive?50|0}}" }, "hp": { "x": 142, "y": 4, "bindToIcon": true, "align": "center", "alpha": "{{alive?100|0}}", Increase "x" on all 3 (hpBarBg, hpBar, hp) for same amount. (example:+5, +10, +15...) EDIT: in your case it's easier to move hpBar, then clanIcon (based on position) Quote
_BeastSlayer_ Posted June 29, 2019 Author Posted June 29, 2019 ok tenx its work but another problem the hitlogs not show Aslains_WoT_Logs.zip Quote
Ress Posted June 29, 2019 Posted June 29, 2019 If hitlog worked before and you didn't mess with anything aside from hpBar edits it should still work. (if missing xvm Hitlog, my guess xvm layer/pos issue between PP and Hitlog) Your original screenshot is confusing (since you have double hitlog/damagelog). Can you post new screenshot with missing hitlog? Quote
_BeastSlayer_ Posted June 29, 2019 Author Posted June 29, 2019 i no see the battle observer hitlog in the screen i no see the battle observer hitlog in the screen the damange wath i done Quote
Ress Posted June 29, 2019 Posted June 29, 2019 48 minutes ago, _BeastSlayer_ said: i no see the battle observer hitlog in the screen the damange wath i done I see inside logs you are not using xvm hitlog, only BO. Well, maybe it magically moved off screen? I don't use BO, but i think config for hitlog is: ...mods\configs\mod_battle_observer\armagomen\log_damage_extended.json Since it did worked before and if you didn't mess with anything else you can try moving BO hitlog (right & down), also make sure it's still enabled. "enabled":true, "extendedLog":[ ... ... "settings":{ "align":"left", < ( "x" position alignment | 0=left edge of screen ) "x":0, < ( - left | + right ) "y":0 < (- up | + down ) }, ... Quote
_BeastSlayer_ Posted June 30, 2019 Author Posted June 30, 2019 how i can move the default xvm hitlog pozition wath setings i need to edit Quote
arniGX Posted June 30, 2019 Posted June 30, 2019 8 hours ago, _BeastSlayer_ said: how i can move the default xvm hitlog pozition wath setings i need to edit how come, right now your stat xvm is normal.... ?? even my stat xvm isnt working anymore..... ?? Quote
Ress Posted July 1, 2019 Posted July 1, 2019 On 6/30/2019 at 11:56 PM, arniGX said: even my stat xvm isnt working anymore..... ?? Give it some time, it's XVM issue (not a modpack issue). During site maintenance sometimes stats load and sometimes they don't, simple as that. Also stated on site: (but some people can't grasp that) "Some services may be temporarily unavailable due to maintenance. We'll back online as soon as possible." (i had to restart game like 3-5 times to load stats in hangar and see them in battle, perfectly normal) Now XVM maintenance appears to be over, so stats/services issue should be resolved soon™ Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.