If you are a PC modder, you use Skyrim Script Extender (SKSE64). SKSE allows mods to run complex scripts. However, SKSE is sensitive to language packs.
| File Type | Example | Purpose | |-----------|---------|---------| | .strings | Skyrim_English.strings | Main game text (items, spells, quest names) | | .dlstrings | Skyrim_English.dlstrings | Dialogue text (subtitle lines) | | .ilstrings | Update_English.ilstrings | Instance-level strings (books, notes) | | .fuz (voice) | Voice\Skyrim.esm\MaleNord\...\0002BEEB_1.fuz | Encoded lip-sync + XWM audio | Skyrim Special Edition English Language Pack
If you are a PC modder, you use Skyrim Script Extender (SKSE64). SKSE allows mods to run complex scripts. However, SKSE is sensitive to language packs.
| File Type | Example | Purpose | |-----------|---------|---------| | .strings | Skyrim_English.strings | Main game text (items, spells, quest names) | | .dlstrings | Skyrim_English.dlstrings | Dialogue text (subtitle lines) | | .ilstrings | Update_English.ilstrings | Instance-level strings (books, notes) | | .fuz (voice) | Voice\Skyrim.esm\MaleNord\...\0002BEEB_1.fuz | Encoded lip-sync + XWM audio |