-
Content Count
373 -
Joined
-
Last visited
-
Days Won
11
zilav last won the day on February 25 2020
zilav had the most liked content!
Community Reputation
54 OutstandingAbout zilav
-
Rank
Knight
Profile Information
-
Gender
Not Telling
-
Refcache files are data to optimize xEdit's loading speed the next time you try to open the same file, this is not a file for the game, Don't clean Fallout 3 and New Vegas DLCs, due to engine bugs and the bugs in the ESMs themselves it will cause issues in game.
-
Mod reverting "FULL - Name" field to english language
zilav replied to Kehlim's question in xEdit Support
There is "Restore record names from master" script in xEdit for that.- 2 replies
-
- 1
-
-
- xedit
- localization
-
(and 1 more)
Tagged with:
-
It simply switches between showing per vertex data (more verbose) instead of hex byte arrays (less verbose) in these records.
-
Access violation when using xEdit 4.0.2 for SSE LOD Atlas split
zilav replied to epicninja's question in xEdit Support
FO4 doesn't have Tree LOD. -
Change Filter() function in the "Apply custom scripted filter.pas" function Filter(e: IInterface): Boolean; begin Result := not SameText( GetFileName(WinningOverride(e)) , 'Plugin.esp' ); end; Change with your plugin's name, it also should be loaded last.
-
Unless Sheson modified something in DynDoLOD, the lodgen's nif textures gathering code is single threaded. It is for sure in lodgen's on Nexus and people report corrupted nifs using MO there. So I'm 99% sure the reason is MO, just not in your particular case.
-
There is a sudden increase of reports about corrupted nifs (and even corrupted lodsettings(!) files) in lodgen nexus comments too, and we are talking about lodgen versions which have not been updated for like 2 years and always worked perfectly. Considering that all reports come from MO users and they happen randomly, I'm 99% sure this is a concurrency MO bug in it's recent versions.
-
Cleaning of Master Files fails due to Access Violation
zilav replied to Labargoth's question in Mod Organizer 2 Support
This is a known bug in the latest MO2, again please ask in MO related threads. -
Any way I can improve these billboards?
zilav replied to kojak747's question in DynDOLOD & xLODGen Support
I think the problem here is your lighting mod and harsh normals on LOD meshes which make it more apparent. Spherical normals bending on leaves will probably help a bit. -
Cleaning of Master Files fails due to Access Violation
zilav replied to Labargoth's question in Mod Organizer 2 Support
The error is in MO's dll, not in xEdit itself. I suggest you to ask in MO related threads. -
Is there any way to save a plugin without having to exit
zilav replied to MKIIV's question in xEdit Support
Start xEdit with -AllowDirectSaves command line parameter -
Is there any way to save a plugin without having to exit
zilav replied to MKIIV's question in xEdit Support
Ctrl+S -
Anyone know why f3 Shortcuts wouldn't work in xedit?
zilav replied to MKIIV's question in xEdit Support
Update to the latest version, 4.0.2 as of now. Make sure to have Edit Scripts folder installed together with FO3Edit.exe because worldspace browser is a hotkeyed script. -
Press Ctrl+F3 in xEdit to open Assets Browser and look for a file, it will show in which containers (BSA and Data folder) this file is contained.
-
Need help with using ModGroup to locate "override without conflict" 's
zilav replied to robotman's question in xEdit Support
There have been a lot of changes in modgroups recently to discuss all of that here. Join the xEdit discord, the button is in the top right corner of xEdit window in the latest github builds.