Jump to content

Installation script help


Recommended Posts

I'm using an OMOD script for my Skyrim mod, primarily because I use TESModManager. However, I just discovered NMM has issues executing the CopyDataFolder line. The folder is not extracted when the user selects that option.

 

Can someone help convert the following code into a language that FOMOD uses?

 

DontInstallAnyPlugins
DontInstallAnyDataFiles
InstallDataFile "SMSkyrim.bsa"
InstallDataFile "SMSkyrim.bsl"
InstallPlugin "SMSkyrim.esp"

SetVar bodyImg "Images\\Body.jpg"

SelectWithPreview "Body Type" "UNP (Default)" "%bodyImg%" "CBBE" "%bodyImg%"
Case UNP (Default)
	Break
Case CBBE
	CopyDataFolder "Optional\\CBBE\\meshes\\" "meshes\\" True
	Break
EndSelect

 

EDIT: Nevermind, created the FOMOD script myself. Attached below for those interested.

 

  Reveal hidden contents

 

Edited by Enter_77
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...