Jump to content

Ress

Modder
  • Posts

    273
  • Joined

  • Last visited

  • Days Won

    20

Posts posted by Ress

  1. I always wanted to create some sort of header/bar (inspired by smartphone notification bar)
    with debugpanel, hppool and battle timer inside (maybe hitlog and assistlog headers as well), also with alt toggle/dropdown stuff (why not?).
    But everytime i start working on it, it never looks/feels right (idk maybe flipping dpanel in the right corner).

    Now that i started playing wot again, here comes my current work in progress/third attempt on creating this panel:

    wip.png.49d672e354d2a58f5884fbe72fa5cd60.png

    [wip]V10.7z

    (atm looks similar to V9 but smaller...still experimenting with font/icons... also can't decide should i colorcode or go white only)

    Spoiler

    Since this config is only part of it, here is quick paint sketch of my entire idea.
    sketch.thumb.png.d146c23b90113e41b4957a1b3becb5ed.png
    Hopefully i gonna finish it this time, unless... i ragequit wot again and abandon it :lol:


     

    • Like 1
  2. My play session took way too long, so i stopped playing again and don't have game or anything wot related on pc. :blush: Also i don't know how much xvm and game are stable atm.


    If you have xvm installed(default) or Aslain's modpack with xvm, you should have Aslain folder (inside res_mods/configs/xvm...) at least.
    put config file there and edit inside (ignore default folder for default xvm)

    I already posted 2 different checkminimap.xc "example" configs in this topic...

     anyway...here edited this one for Aslain xvm config,
    try playing around with this one: CheckMinimap.7z

  3. 1 hour ago, Interface2037 said:

    As the topic says. WG are actually going to remove XVM from the game. Like hide you stats and nickname. I guess that will be a game changer. 

    ...mkay, but not xvm removal.

    pros?=ppl can stop crying about xvm statistics/ratings
    cons?=you won't be able to spot bots instantly

    that sums it up...XVM as "extended visualization mod" will still be around. ;)

  4. 23 hours ago, kolenoblata said:

    I can't demaunt equipment. Every time I try it change screen few times and than just come back at the begining offering me to demaunt it again.

    This usually happens if you have your gold locked (with xvm locker), same goes for free xp locker.
    Any chance you forgot to unlock it?

    • Upvote 1
  5. First of, you can have full 14 days left, and still have inactive xvm in game (example: if you cleared cache, or as Aslain already told you: have corrupted token).
    Now if "you did that" you should have 14 days left not 4, since everything below <10 days is auto prolong to 14.

    You probably have some client/firewall/antivirus/OS/permission issues and not modpack issue.
    Try fully resetting cache and re-check your system, then make sure you have xvm notification in hangar (not on site) with "Activate" and "14 days left".

  6. - press windows key+R , search for %appdata% , you will see Wargaming.net folder (that's where general cache & settings are stored)
    - inside Wargaming.net/WorldOfTanks/xvm
    - delete tokens folder (highly recommended to delete everything inside WorldOfTanks folder, except preferences.xml)
    - make sure your firewall is not blocking wot (check if wot is added to firewall exception list,
      you can also temporarily disable firewall to test it but make sure to restart pc)
    - after you delete everything (or only tokens folder), start wot, activate xvm again https://modxvm.com/en/, restart wot
     

  7. 56 minutes ago, zalmoxis91 said:

    Whenever I try to buy tanks, I cannot click the buy button. I am using the interface scaler at 1.4 (27 inch, 2k monitor, I need it). The rest of the menus are perfect, but I cannot buy ANY tank without reinstalling the whole pack and getting the interface back to 1, and then back to 1.4

    Hmm... i can give you temp-solution without doing full modpack reinstall.

    Solution: Exit game, inside config set scale to 1.00, buy new tank, then set scale back to 1.40
    UI scale config file is inside mods/configs/promod/scaling.json  (edit with notepad)

    It's not best solution, at least should save you some time. ;)

  8. 1 hour ago, ryuuto said:

    Well I guess I'm the only one who wants a mod like this!

    Aside from LCTRL repair mods that come with damage panels there is no such mod atm.

    Your best bet is xvm with ctrl repair addon.
    https://koreanrandom.com/forum/topic/36840-repaircontrol-средствами-xvm/
    With little bit of digging on forum and messing with configs you might archive what you are looking for.

    All you need is some input macros to tell you conditions.
    And repair addon can read module state (normal,damaged,destroyed) also has update on condition (example PY(ON_ENGINE_STATE)).

    With base xvm all you can read is module repair timers.

    However you can modify damageLog and last hit (depending where you have it on screen)
    to display when there is crit hit and what module/crew is damaged.(text or icon)
    dlogcrit.png.7d910a775fb299b9a12e9092a6436c61.png

  9. You can enable so they are visible only on L.ALT, not 100% hide.
    For better "removal" you will have to take few seconds and manually edit playersPanel.xc

    search for:
    "hpBarBg": { "hotKeyCode": 56, ...
    "hpBar": { "hotKeyCode": 56, ...
    "hp": { "hotKeyCode": 56, ...

    option A: for each of them replace hotKeyCode (default 56=Lalt) to something less useful, for example 73 (Numpad9)

    option B: for each of them add "enabled":false, at the beginning of the bracket (with 1space in front)

    "hpBarBg": { "enabled": false, "hotKeyCode": ...
    "hpBar": { "enabled": false, "hotKeyCode": ...
    "hp": { "enabled": false, "hotKeyCode": ...

    ps. wait for modpack to get update for today micro patch (at least xvm)

    • Like 1
    • Upvote 1
  10. @UmmiQLol, i was just fooling around, but if you wanna test it...well, where to start?

    you need xvm, extra py macro, example config (from above) and some image.png (if you wanna use image)

    put battleTimer.py inside res_mods/configs/xvm/py_macro
    put example CheckMinimap.xc config file inside xvm config folder (by default: res_mods/configs/xvm/default)
    inside config folder/battleLabels.xc add:

          ${ "CheckMinimap.xc":"def.CheckMinimap" }

    (at the bottom, don't forget comma at the end for format above it)

    Its already setup for text, if you wanna use image indication.
    -Grab some image.png put inside config folder/icons
    or inside res_mods/mods/shared_resources/xvm/res

    inside CheckMinimap.xc add // on first format or remove it
    remove // on second format

    example if image is inside xvm config/default/icons

          "format": "{{py:xvm.secondsBT=45?<img src='cfg://default/icons/image.png'>}}"

    example if image is inside res_mods/mods/shared_resources/xvm/res

          "format": "{{py:xvm.secondsBT=45?<img src='xvm://res/image.png'>}}"


    It only stays up for 1 sec,
    if you need longer like 3 sec or more, you have to add more {{py:xvm.secondsBT=xx?something}}


    Quick example using sixthsense icon for 3 sec
    you can use both (image and text), but you will have to play around with alignment/leading and vspace
    3sec.thumb.png.928440f4b20d6a59c9388afc929b5b62.png
    CheckMinimap.xc

    I don't know what exactly you need, image? text? on what condition?what position? for how long?
    Once you figure it out i can help u make proper config file..if you want
    ...all this was just me fooling around ;)

  11. On 11/9/2018 at 1:10 AM, Shadowhisper said:

    Unfortunately, that's not the black I had in mind. I was able to make my OTM black, even with a shadow. But, changing the player panel font color from FFFFFF (white) to 000000 (black) doesn't seem to do anything.

    Tested it with shadow off, works fine.
    blackfont.png.cf086d27510ec09bd8d01dac593046eb.png
    Use #000000 as color (not 0x000000), also hex alpha might not work very well with black.
    https://www.color-hex.com/color/000000
    Btw forgot to colorize clan tag, but you get the idea.

    Now i don't know what exactly are you trying to achieve,
    but you can do the same things with OTM and PP (with font & shadow).

  12. 12 hours ago, Shadowhisper said:

          "nickShadowLeft": "color": "{{c:wn8}}",

          "nickShadowRight": "color": "{{c:wn8}}",

    Sorry i forgot to mention that you have to put shadow settings inside brackets { }

    Example with all settings you might need:

          "fragsShadowLeft": { "enabled": true, "color": "{{c:wn8}}", "alpha": 75, "blur": 2, "strength": 2, "distance": 0, "angle": 90 },
          "fragsShadowRight": { "enabled": true, "color": "{{c:wn8}}", "alpha": 75, "blur": 2, "strength": 2, "distance": 0, "angle": 90 },
          "nickShadowLeft": { "enabled": true, "color": "{{c:wn8}}", "alpha": 75, "blur": 2, "strength": 2, "distance": 0, "angle": 90 },
          "nickShadowRight": { "enabled": true, "color": "{{c:wn8}}", "alpha": 75, "blur": 2, "strength": 2, "distance": 0, "angle": 90 },
          "vehicleShadowLeft": { "enabled": true, "color": "{{c:wn8}}", "alpha": 75, "blur": 2, "strength": 2, "distance": 0, "angle": 90 },
          "vehicleShadowRight": { "enabled": true, "color": "{{c:wn8}}", "alpha": 75, "blur": 2, "strength": 2, "distance": 0, "angle": 90 },

    You can adjust alpha, blur, strength, distance, angle.

    Preview with black font and wn8 shadows:
    ppshadow.png.43ac4211a129480620ee858c3c550b52.png

  13. 8 hours ago, UmmiQ said:

    Hi

     

    Is there a "Look at the map" mod, where similar to the "eye" there's a notification that after every 45s reminds you to look at the map?
    I forget that myself.. i think I would be useful :)

     

    Regarrds,

    Urmas from Estonia

    I doubt such mod exists.
    But after reading your request got interested to try something with xvm using battleTimer.py
    There is a way to show text/image at specific time and location on screen.

    example when timer is at 45 seconds:

    {
      "def": {
        "CheckMinimap": { "enabled": true,
          "updateEvent": "PY(ON_BATTLE_TIMER)",
          //"layer": "top",
          "x": 0, "y": 75,
          //"borderColor": "0x000000",
          //"bgColor": "0x000000",
          //"w": 100, "h": 50,
          "alpha": "{{my-alive?100|0}}",
          "screenHAlign": "center", "screenVAlign": "top",
          "shadow": { "enabled": true, "color": "0x000000", "alpha": 90, "distance": 0, "angle": 90, "blur": 2, "strength": 2 },
          "textFormat": { "font": "Calibri", "color": "0xF50800", "size": 50, "align": "center", "valign": "top" },
          "format": "<b>{{{{py:xvm.secondsBT}}=45?{{l10n:CheckMinimap}}|}}</b>"
          //"format": "{{py:xvm.secondsBT=45?<img src='cfg://default/icons/SixthSense2.png'>}}"
        }
      }
    }

    CheckMinimap.xc
    CheckMinimap.thumb.png.d3d3a44e68963394426552907fbb7fcc.png

    • Upvote 1
  14. @Shadowhisper What is the issue? :confused:

    on each panel (small, medium, med2...) for each field you have format and shadow option (frag,nick,vehicle...left,right)
    on format use <font...color='black code'>{{xxx}}</font>  (xxx=name,frags,vehicle...whatever)
    on shadow use "color": "{{rating}}"   (rating=c:r,c:wtr,c:wn8,c:eff...)

    Just make sure that fields you are trying to modify are actually enabled/added inside "standardFields" (for that panel)

  15.    v0.5

    • added optional icons (BattleAtlasEnemy) with mirrored background (xvm only)
    • somua_v04.png.aede592ce9f64fa974f088e52e2bfbc5.png > somua_v05_mirrored.png.a505a0484e6ab89ae3aff66077a4d5ea.png
    • to apply it, inside iconset.xc change "battleAtlas" > "battleAtlasEnemy"
    • (recommended for "battleLoadingRightAtlas", "playersPanelRightAtlas", "fullStatsRightAtlas")
    • zero changes to main icons (non-mirrored), only version bump (same as v0.4)
  16. 2 hours ago, endrebuild said:

    Is taht website safe to download the crosshair from? i cannot read russian.

    It's safe to download.

    But... what some modders put inside actual mods is different story (ekspoint for example).
     

    download.png

  17. Those logs are 3 months old (v1.0.2.2/xvm7.6.8).
    Do you have multiple wot clients installed?

    try clearing cache & logs with WMCleaner or manually
    re-activate xvm, play few games, generate new logs

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.