Jump to content

Quaksen

Moderator
  • Posts

    5583
  • Joined

  • Last visited

  • Days Won

    218

Posts posted by Quaksen

  1. Poked Aslain about this, as it would be a nice addition. Dang FC's and their love of calling percentages :P (It's faster/easier to call 24% rather than 351 hp)

     

    Until he adds, you could do this temporarily:

     

    In the file: \res_mods\configs\xvm\Aslain\markersAliveNormal.xc

    Find:      "format": "{{hp}} / {{hp-max}}"

    And change it to this, for example:       "format": "{{hp}} / {{hp-max}}<br>{{hp-ratio}}%"

    Which would make a new line beneath the 550 / 1100 display, showing 50%, for example.

     

    Haven't messed with the right or left side of the HP bar, but it's very much possible :)

     

    Edit: Bah, messed with it anyways.

    In my markersAliveNormal.xc, I found the section:    "TierNumber": {

    And changed:       "format": "{{rlevel}}" to       "format": "{{hp-ratio}}%"
    and then of course flipped       "enabled": false, to       "enabled": true,

    And it puts percentage to the left of the hp bar, in my case. :)

  2. 2 minutes ago, bubs79 said:

    yeh ,   made a post about windows defender  a few weeks back explaining  why windows defender does what it does,  .

    still a few peeps don't wanna disable windows defender .  too many people think windows 10 is awesome .  when infact its  terrible , downloading stuff onto your computer without your knowledge   etc etc

    Windows 10 is great, in my opinion. Enjoyed it since day 1. Sure, you need to do a few changes, but once that is done, it's smooth riding from there.

    Downloading windows updates you mean? That's kinda with your knowledge, but.. hehe.

    (Windows Defender is the part that sucks.. and that's not a Windows 10 exclusive..)

  3. Just now, bubs79 said:

    i know wha you r saying but the process of windows defender  could be stopping your mods to work  whilst in the game  causing it to crash .

    have u tried disabling windows defender yet?

    oh and on your note I have 8 gig  ram   and it still hogged the cpu

    Don't worry about his comment on processor and what not.

    Windows Defender would choke on the file regardless :)

  4. 1 minute ago, bubs79 said:

     "text": {
                "alignX": "center",
                "alignY": "center",
                "alpha": 100,
                "enable": true,
                "format": "<font color='#02D0CE' size='16' face='$IMELanguageBar'><b>Aim time: {{aimTimeAll}} / {{aimTimeRemain}}sec\nScatter: {{offset}}m\nDistance: {{distance}}m\nFly time: {{flyTime}}sec</b></font>",
                "x": 110,
                "y": -40

     

     

    where about do I put  <b>  in?      I put it in just before the word color   as <b>

    If you want to bold everything. Otherwise <b> before the text you want to bold, and </b> behind it. And repeat.

    If you want only Aim time text shown as bold, and nothing else. Then you'd end the tag right after Aim time text. :)

  5. Can't help you with Jimbo's.

     

    However, Extra Aim Info:

    \res_mods\0.9.16\scripts\client\gui\mods\mod_ExtraAimInfo.json

     

    There's a section for each type of sight (Arcade, Sniper, Strategic), so remember to adjust the lines in all of them.

     

    The color is already set to FFFFFF which is white. You can change that.

    (A good website for colors is http://www.color-hex.com/ and then replace the FFFFFF with whatever you find on there)

    Normal Red would be: FF0000 (zeros), http://www.color-hex.com/color/ff0000

     

    The font size you could change.

     

    Adding <b> and </b> works too, to bold it. (Inside the font tag.. so it'll look like <font><b>STUFF</b></font> :)

×
×
  • Create New...

Important Information

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