niston Posted April 26, 2021 Share Posted April 26, 2021 I'm having trouble with the xEdit script "Fallout4 - DisablePrevis". It does, in fact, nothing at all to the mod when clicking "no" to use the last plugin (the last plugin being the mod). Says it processed <n> records, but no records are changed, no previs information is stripped, nada.When I tell it to create a new plugin by clicking "yes" instead, it just errors out: [00:05] Error during Applying script "Fallout4 - Disable PreVis": Error in unit 'FO4DisableExteriorPreVis' on line 67 : 'end' expected but 'function' foundThe plugin I'm trying to delete precombines/previs from has literally thousands of records. I'd rather prefer not going through all of them manually.What can be done? Link to comment Share on other sites More sharing options...
niston Posted April 26, 2021 Author Share Posted April 26, 2021 Follow up: Commenting out these lines from the script solved the problem: // skip already copied //if GetFileName(e) = GetFileName(plugin) then // Exit; Link to comment Share on other sites More sharing options...
Recommended Posts