Lord-Akkrand / Skyrim-NX-Toolkit

A set of scripts to convert mods from Skyrim SE to Skyrim NX
MIT License
70 stars 1 forks source link

Skyrim NX Toolkit

External Tools and Credits

There are several external tools that are used by my scripts to get things done.

There are further external tools that the toolkit will attempt to download if you don't have them in the Utilities directory, or that you must source yourself. These tools are:

Running in Python

All my scripts were written in Python 3.x, then packaged into an exe using PyInstaller. If you have Python 3.x (and Python Launcher, or 'py') accessible from your command line, you may run the scripts directly if you like. You can get Python here:

Examples

There are Examples listed in the "Examples" directory. They are filled with dummy mod files, but you should be able to run them and they should produce the appropriate output. Most of the scripts can be used by dragging a directory onto them, but I prefer to run them from the command line in case there's an error whilst in the batch file, so you can see it before the window disappears. The examples all show proper command line usage.