zaira Posted May 2, 2015 Posted May 2, 2015 Is it possible to store the settings permanently or to send a script command or mod event to load settings? Especially during mod development it is very very annoying to reload the settings each run.
BillBellochek Posted May 2, 2015 Posted May 2, 2015 Well I know you can back up the settings to a text file and reload them each time, but that may be a bit more manual than you're looking for.
TnTTnT Posted May 3, 2015 Posted May 3, 2015 I'm not sure you mean for Sexlab setting or your own mod setting. I think Sexlab store its setting in SKSE\Plugins\Sexlab that could be import when needed.
pinky6225 Posted May 3, 2015 Posted May 3, 2015 Their is a import/export settings in the sexlab MCM using import consumes the file though so after doing it you need to export again so its available for a new game
zaira Posted May 3, 2015 Author Posted May 3, 2015 I mean Sexlab setting - I want to import the settings via script instead manual via MCM
zaira Posted May 3, 2015 Author Posted May 3, 2015 I found the solution: (Quest.GetQuest("SexLabConfigurationMenu") as sslConfigMenu).ImportSettings()
Recommended Posts
Archived
This topic is now archived and is closed to further replies.