Skip to content

Convert CSVs to Creation Kit Object Palette OPAL files (for Skyrim SE)

License

Notifications You must be signed in to change notification settings

xnyo/OPALEditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OPALEditor

Utility program to convert CSVs to opl files (Creation Kit's OPAL format), for the Skyrim SE Creation Kit.

Uses Mutagen to resolve form ids, thus it requires a valid installation of Skyrim SE to work.

Usage

  • Create a new sheet based off template.csv
  • Populate it with the correct values
  • Run the program to convert the .csv to .opl:
dotnet run -- mypalette.csv
  • mypalette.opl will be created in the working directory

Tip: You can output to a different folder (like CK's folder) with -o:

dotnet run -- -o "C:\fast_vapore\Skyrim Special Edition\OPAL" mypalette.csv

LICENCE

MIT

About

Convert CSVs to Creation Kit Object Palette OPAL files (for Skyrim SE)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages