1 items

File information

Last updated

Original upload

Created by

Luxwin88

Uploaded by

luxwin88

Virus scan

Safe to use

29 comments

  1. matej11234567890
    matej11234567890
    • member
    • 0 kudos
    Holy hell this finally fixed the memory leak issue I have been having for like 55 hours of gameplay. Great mod.
    1. luxwin88
      luxwin88
      • supporter
      • 4 kudos
      Good!
    2. RetiredDevil999
      RetiredDevil999
      • member
      • 1 kudos
      Problem is that textures becomes so blurry compared to vanilla, I wish there was a middle ground.
    3. luxwin88
      luxwin88
      • supporter
      • 4 kudos
      Yes I know, unfortunately it is currently the best compromise to ensure that the game can be played with 4 and 6 GB of VRAM.
  2. A3392023
    A3392023
    • member
    • 1 kudos
    嘿伙计,你的 Mod 太棒了,它有效地提高了 FPS
    1. luxwin88
      luxwin88
      • supporter
      • 4 kudos
      Good!
  3. JaCkBoston
    JaCkBoston
    • supporter
    • 2 kudos
    The commands:

    r_texturesstreamingMinUsableMips =
    r_texturesstreamingSkipMips =

    Only allow for integer numbers as values in this implementation of CryEngine, which means they can't understand 1.25, 1.5 etc. Only 1,2,3. You can test it yourself in game by launching it in devmode via a launch command -devmode and putting r_texturesstreamingSkipMips and then any number between 1 and 2, you will see for r_texturesstreamingSkipMips 1.25 it will return 1 as final value, for example. Instead, I would suggest using the command:

    r_TexturesStreamingMipBias =

    This command takes float values into account, and understands everything from -3 to 3 in 0.01 increments, as far as I can tell. I successfully applied mipbias 0.25 to resolve issues with my 8GB RTX3070 without hurting the texture quality too much. Mips at 1 is too compressed for my liking, that skips an entire level of quality, practically halving the resolution.
    1. luxwin88
      luxwin88
      • supporter
      • 4 kudos
      Very interesting, good work!
  4. xceo32
    xceo32
    • member
    • 0 kudos
    r_texturesstreamingMinUsableMips = 1
    r_texturesstreamingSkipMips = 1.5

    I updated the settings like this and it works very well for 6 gb laptop 3060. Thanks
    1. luxwin88
      luxwin88
      • supporter
      • 4 kudos
      Very Good!
  5. Exifkun
    Exifkun
    • member
    • 1 kudos
    Could you please put VRAM in the name of the mod so people would find it easier? like Low Resolution Texture Mode (Less VRAM Needed)
    1. luxwin88
      luxwin88
      • supporter
      • 4 kudos
      Yes sure, done!
  6. Cosmohhh
    Cosmohhh
    • member
    • 0 kudos
    First simple test:

    In kuna i consumed 60% of RAM. With this mod, i consumes 45%.

    Awesome.
    1. luxwin88
      luxwin88
      • supporter
      • 4 kudos
      Very Good!
    2. Glxxm
      Glxxm
      • member
      • 0 kudos
      hows the visual difference? no screenshots so i dont know how it looks in game
    3. luxwin88
      luxwin88
      • supporter
      • 4 kudos
      Of course it decrease because the quality of the textures logically decreases. In any case, if you want, try it and then decide whether it's worth it or not.
    4. Glxxm
      Glxxm
      • member
      • 0 kudos
      had some bad stutters before on a 3070 with 8gb. this mod made everything smooth. endorsed. good work man thank you!
    5. luxwin88
      luxwin88
      • supporter
      • 4 kudos
      Interesting, good to know, thanks for the feedback!
  7. benkarmelo
    benkarmelo
    • supporter
    • 0 kudos
    any screenshots?
    1. luxwin88
      luxwin88
      • supporter
      • 4 kudos
      Try it directly, it's difficult to see the differences through screenshots.
  8. Komimaru
    Komimaru
    • member
    • 0 kudos
    thanks a lot, my 3050 laptop is not as noisy as it used to be, also it's significantly cooler +1 endorse!
    1. luxwin88
      luxwin88
      • supporter
      • 4 kudos
      Cool! Thank you!
  9. statesidebeast
    statesidebeast
    • supporter
    • 2 kudos
    I'm going to try this a try with my gpu that had 8gb lol I need more fps!
    1. luxwin88
      luxwin88
      • supporter
      • 4 kudos
      I doubt you'd get an FPS increase, the purpose of the mod is to decrease the amount of VRAM needed to run the game at low and medium details with a low amount of GPU VRAM.
  10. Slodki1922
    Slodki1922
    • member
    • 0 kudos
    I totally didn't expect it could work, but it did! I have an RTX 3050 4GB VRAM and the game runs at 90-100fps on low settings, the only drawback is that the CPU is much more loaded. Anyway thank u  for this mod. <3 









    1. luxwin88
      luxwin88
      • supporter
      • 4 kudos
      I'm glad to know that even with 4gb of VRAM the mod works properly! Great!