Jump to content

Recommended Posts

Posted

Hey there! I'm working in a very small worldspace. The game's draw distance cuts off just short of the entire length of the zone, so I'm looking for a quick and dirty way to increase draw distance, rather than learning how to make and implement LODs. Hopefully it's possible! Fingers crossed.

Posted

The draw distance is based partly on your game settings and partly on some stuff that is in the game's ini files. You can tweak it for your own use, but you can't change it on someone else's system. The settings also affect all worldspaces, so increasing the draw distance on your worldspace will increase the draw distance on all worldspaces, which on some systems and in some worldspaces might cause the game to run out of memory and crash due to loading up too many objects and textures.

 

It's best to learn how to generate LOD. It's a lot to plug through the first time you do it, but once you get the hang of it, it's not that difficult.

 

While you can technically do everything in the GECK, using FNVLODGEN makes things easier.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...