TES5EditScripts icon indicating copy to clipboard operation
TES5EditScripts copied to clipboard

A collection of TES5Edit/FNVEdit scripts for modders.

Results 14 TES5EditScripts issues
Sort by recently updated
recently updated
newest added

In procedure "GetRecords" there are two calls "ProcessElementsIn" function, which probably should be replaced by "GetRecords".

Hello matortheeternal thank you for developing useful NIF scripts for TES5Edit (I am using version 4.0.3), script for updating tangents works like a charm! I've come with idea for more...

[00:31] Exception in unit userscript line 484: '$' is not a valid integer value [00:31] Error during Applying script "AT - NPC Generator v1.8": '$' is not a valid integer...

### Problem ``` s := '[ARMO:01000800]'; GetTextIn(s, ':', ']') ``` This should return `01000800` but returns `1000800` instead. ### Solution Change: ``` Result := CopyFromTo(str, openIndex + 2, i -...

I am using your Script to Replace FormIDs for a Standalone PA Mod & Tutorial, without your current Script it would take forever to do this mod, but cause sometimes...

enhancement

You may think of a better function name.

No more machine translation for Russian language.

May be nice to get conflict status of subrecords, else have to use gav.

MODS and water texture elements are not copying over for some reason. not sure why right now... might need ElementAssign or something idk.

We aren't handling duplicate elements properly in MergeUnsortedArray, it seems. http://puu.sh/gHHGe.png