Fallout 4

Since the beginning of 3d gaming game developers have used culling to reduce load on graphics hardware.  The Field of View, from the camera (player character if in first person view) is roughly 90.  A human's FOV is around 120 (degrees).  Anything inside that FOV must be rendered from the 3d model by the graphics engine.  The higher the texture, shadow quality, range, etc. the more intense this can be for your GPU.  So, we "cull".  This means we do not render anything that is blocked by a wall, or other object in the FOV of the player character (or camera).

Now, when you scrap an object, you are simply disabling the object's texture and mesh, leaving the object's culling information in place.  So, when you "look" through the area where the object was before you scrapped it, the graphics engine is still culling that part of your FOV.  So, it flickers.

What my mod does, is turns off culling for the cell from the inside out.  So, cell by cell, when you are looking out from inside the cell.  This is done by disabling pre-culling in the cell properties in the CK.

In very rich cells, those with tons of things to render, this is a very bad idea.  So, using the console to simply turn off pre-culling via the "tcp" command is going to be a problem, especially for lower end graphics cards.

Most settlement cells, however, are not in rich cells or, if they are, they are limited to only a few cells, so this system works.

The only drawback is the the mod causes the Cell Reset and Sprinting bugs.  Which are widely discussed and have work-around solutions in place.

Place it last in your load order and you are set.  It changes nothing else in any cell, so it will not conflict with any other mods if you place it last to load.

Article information

Added on

Written by

FortuneQuacker

5 comments

  1. pointythundra654
    pointythundra654
    • premium
    • 65 kudos
    thanks this fixed my problem

  2. JimmyRJump
    JimmyRJump
    • premium
    • 241 kudos
    You should have closed the comments section but leave the comments that were there. There was helpful stuff in those comments that now is lost because you felt like deleting the lot for some unfathomable reason.

    Anyway, thanks again for the mod. It has been helpful.
    1. deleted78017773
      deleted78017773
      • account closed
      • 0 kudos
      It's not a good idea to close 'Posts' comments section because of the users who write just nonsense. Who say just some words but NO details about their problems. Useless comments like: Mod does not work! Useless mod! CTD!!! I have a problem! and so on.

      I understand author's situation who closes because of those visitors' useless comments, but this does not help for the mod to 'grow up'. It will stay there and will get no new idea by players. Authors should know that there are many many users who say serious stuff and want to help. Too bad that many many authors closed their posts sections.
  3. Powwqu
    Powwqu
    • member
    • 0 kudos
    https://www.nexusmods.com/fallout4/mods/13294/? Thank you for this mod, i dont know how you made it, but it slighly increase my fps in cities and removes almost all stuttering, thank you again, yor mod must be in top optimization mods!