Jump to content

Grandorf

Regular Member
  • Posts

    791
  • Joined

  • Last visited

  • Days Won

    13

Posts posted by Grandorf

  1. Hehe :D

     

    Armored Warfare is a nice change of pace and pressure though. (I play it, but only PvE, to relax and enjoy the game, hehe)

     

     

    Heh, maan AW is anything but relaxing for me <_< . Without absolutely no mods, stats, anything you 

    have to be on the edge the whole battle. 

    I do prefer PVP and its somehow a good feeling when you know that everybody is on the same line 

    when you cant take any mod-advantage at all. 

  2.  

     
    Edit: Grandorf you damn ninja  :ph34r:  :lol:

     

     

    Happens sometimes. You have all been so busy here lately but I thought 

    I help out with this new patch release. 

    Tends yo produce lotsa problems     :huh:

     

    I feel kind rusty though since I almost exclusively play AW now. 

     

    Together we will defeat the deamons.    ;)

  3. how to replace it so will look like his?

     

     

    Try going to ingame settings and change configuration in sights.

     

    Alternative is to pause ingame battle and then go to ingame sight settings.

     

    Otherwise you must find Jimbo sight that has that blue reticle or change 

    the color youreself with an Flashsoftware like Trillian or (Aslain knows a good one).

  4. Hi

     

    Goto:

     

    C:\Games\World_of_Tanks\res_mods\configs\xvm\Aslain

     

     

    Open camera.xc with Notepad++ and scroll down to this line:

     

         "zooms": [2, 4, 8, 14, 22, 30],
          // Zoom Indicator
          // Global macros allowed in all fields
     
    Change the values, might require some trial and error.
  5. Hi

     

    Meanwhile here is a quickfix. Goto:

     

    C:\Games\World_of_Tanks\res_mods\configs\xvm\Aslain

     

     

    Open carousel.xc with Notepad++ and find this line:

     

        // Number of rows at carousel.
        // Количество рядов карусели.
        "rows": 2,
     
    Change number to desired rows.
  6. Hi

     

    Thought I should add some stuff.

     

    I still cant stress enough how important it is to keep your software up-to-date 

    and unclogged from useless software and unnecessary applications running 

    when you play WoT.

     

    Something that has become very frequent is Aslains modpack not installing correctly.

     

     

    #1      Antivirus, firewall et.c.

     

    Windows Defender gives more problems than it should, so disable it.

    http://www.tenforums.com/tutorials/5918-windows-defender-turn-off-windows-10-a.html

     

    Windows might be too overprotective.

    http://www.tenforums.com/tutorials/3577-user-account-control-uac-change-settings-windows-10-a.html

     

    Some good Antivirus programs: The great A's: AVG, Avira, Avast.

    http://filehippo.com/software/antimalware/

     

     

    #2       Permissions

     

    Always run installer with <right click> Run As Administrator.

     

    Windows 10 should be activated and given proper account.

    http://windows.microsoft.com/en-us/windows-10/getstarted-microsoft-account

     

    Get rid of more strange things in Windows 10.

    http://www.majorgeeks.com/files/details/10antispy.html

     

    Small tweak to save time.

    http://www.tenforums.com/tutorials/3841-take-ownership-add-context-menu-windows-10-a.html

    • Upvote 1
  7. Hi 

     

    C:\Games\World_of_Tanks\res_mods\configs\xvm\Aslain

     

    Open markersAliveNormal.xc, open with Notepad++ and scrolldown to: 

     

              ],
              "vehicleIcon": {
                "alpha": 100,
                "color": null,
                "maxScale": 100,
                "scaleX": 0,
                "scaleY": 16,
                "shadow": { "alpha": 100, "angle": 45, "color": "0x000000", "distance": 1, "size": 1, "strength": 120 },
                "showSpeaker": false,
                "visible": true,
                "x": 0,
                "y": -16
              }
     
    Change "visible": true to false. Do the same for Enemy section.
  8. Hi

     

    As Almace stated everything in XVM can be changed manually here: 

     

    C:\Games\World_of_Tanks\res_mods\configs\xvm\Aslain (you might have it in different folder tree).

     

    colors.xc you change values ex: 

     

    "wn8": [
     { "value": 300,  "color": ${"def.colorRatingNew.beginner" } },
     { "value": 450,  "color": ${"def.colorRatingNew.basic" } },
     { "value": 650,  "color": ${"def.colorRatingNew.below_average" } },
     { "value": 900,  "color": ${"def.colorRatingNew.average" } },
     { "value": 1200, "color": ${"def.colorRatingNew.above_average" } },
     { "value": 1600, "color": ${"def.colorRatingNew.good" } },
     { "value": 2000, "color": ${"def.colorRatingNew.very_good" } },
     { "value": 2450, "color": ${"def.colorRatingNew.great" } },
     { "value": 2900, "color": ${"def.colorRatingNew.unicum" } },
     { "value": 9999, "color": ${"def.colorRatingNew.super_unicum" } } 
        ],
     
    as you see higher up RatingNew.average is 0xe6df27, which is yellow. 
     
    Its probably a few days delay before WG info gets to XVM and then to your PC.
     
     
    As for the stars markersAliveNormal.xc has these settings:
     
                 "alpha": 100,
                  "color": "{{c:r|#666666}}",           <---------------------------------------------------------------------------------------
                  "font": { "align": "center", "bold": true, "name": "Wingdings", "size": 13 },
                  "format": "«",
                  "name": "Global Efficency",
                  "shadow": { "alpha": 100, "angle": 0, "color": "0x000000", "distance": 0, "size": 1, "strength": 300 },
                  "visible": true,
                  "x": -11,
                  "y": -48
                },
     
    {
                  "alpha": 100,
                  "color": "{{c:t-battles|#666666}}",      <-----------------------------------------------------------------------------------
                  "font": { "align": "center", "bold": true, "name": "Wingdings", "size": 13 },
                  "format": "«",
                  "name": "Tank Battles",
                  "shadow": { "alpha": 100, "angle": 0, "color": "0x000000", "distance": 0, "size": 1, "strength": 300 },
                  "visible": true,
                  "x": 0,
                  "y": -48
                },
                {
                  "alpha": 100,
                  "color": "{{c:t-winrate|#666666}}",    <------------------------------------------------------------------------------------
                  "font": { "align": "center", "bold": true, "name": "Wingdings", "size": 13 },
                  "format": "«",
                  "name": "Tank Win Ratio",
                  "shadow": { "alpha": 100, "angle": 0, "color": "0x000000", "distance": 0, "size": 1, "strength": 300 },
                  "visible": true,
                  "x": 11,
                  "y": -48
                },
            

     

    See the green arrows, thats what the stars (Wingdings) are displaying

    • Upvote 1
  9.  

    iam not using a laptop at all.... because, my old pc is only i5 3570+16gb ram+gtx 970 4gb+Lcd LED 22" .... :)

     

    Yeah, absolutely too weak.  ;) Well sidescrolling games could run on that  :D

     

    Okay jokes aside.

     

    Remember atleast that you almost every patch and update have some issues. 

    The big question is why? Clearly the graphic card is not behaving as it should. 

     

    It got better when you did a good cleaning and stopped running lotsa apps in 

    the background?

     

    Therefore you should start with those programs I suggested.

     

    Alomware just before you start WoT and see if there is a difference and then 

    really try those benchmarks to see if it starts to hickup. 

     

    You should try some 3rd party software that scans your system and also 

    checks the sate of all your drivers. 

     

    I mean literally tens of thousands are using Aslains Modpack and you are one 

    of the very few with that good a rig who has problems.

  10. Yep

     

    Logitech has made some good mousecontrols. 

    All the MX/G-series. 

     

    With bulky and heavy I mean palmgrip, many 

    use clawgrip. A good mouse is adjustable in 

    size and weight but you can find a perfect one 

    with trying out in stores.

  11. Hi

     

    A true gamer never uses wireless. That said it depends on what for 

    and where you have your computer.

    The mouse should feel good, everything else you can adjust ingame 

    or with mouse software. 

    Personally I prefer a heavy bulky mouse and using large movements. 

    For the keybord stay within reason, you dont need all that RGB, mechanical 

    trigger flashy hyped stuff to have a great session.

  12. Then why other modpacks with identic mods work?

     

    Are you really sure they are identical? 

     

    Remember that there are they who make the mods and then 

    there are sites and members who tweaks the mods or settings.

     

    I know Aslain prefers XVM- nightlies, they could have some 

    unknown effects on untested hardware/software setups. 

     

    The only way is to individually test each mod and/or XVM-build 

    to see whats the hickup. 

×
×
  • Create New...

Important Information

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