Creating Tree LOD that goes away up close for TTW is a pain due to bugs in the engine and/or the GECK but is possible. I hope this is clear enough to follow.
Tools needed.
-
The Geck -
FNVEdit 3.0.32 -
Fallout 3 LOD Essentials -
The Attached FVNEdit Script
The Process.
-
Load up TTW and any other mods that make changes to Trees in the GECK. -
Once loaded, open up the World LOD underneath the world menu. -
Select the worldspace that you want to generate LOD for. -
Click Generate Trees. -
Once finished exit the GECK. -
Load up the same mods in FNVEdit that you loaded in the GECK. -
Once Loaded, right click on a mod name and click on apply script. -
Go to the script FNV FO3 - Tree LOD Patcher. -
Hit OK and let it run. -
Once Finished, close out of FNVEdit and play.
The script still needs some more work to not mangle the files on errors and other things but it works when fresh data out of the GECK.
The Poorly Described Mechanics of the Fix.
What the script does is go through the corresponding Tree LOD files for the worldspace, changing the formid data of the trees found in the files to have a load order of 1, when the tree has a record that is not in the ESM of load order 0. Basically, if the reference does not belong to FalloutNV in TTW's case or has an overwrite, the load order in the Tree LOD file has to be changed to 1.
I'm not completely sure why it works to be honest. I only found it by messing around with a hex editor. This also solves the ghost tree issues caused by moving trees from the Fallout 3 engine since I'm sure they are the same issue.
Edit:
Fixed some stupid errors in the uploaded patcher script caused by a chest cold and bad coding practices.
