xkajperx Posted June 9, 2017 Share Posted June 9, 2017 Yo, i wanna start creating mods that require SKSE, i've been playing around with creation kit and i wanna know what do i need to start with to create mods that require SKSE. (I would rate my mod making skills as anew comer). I program with C# alot so i know the concepts of programing/scripting only thing i need to know is the syntax ^^. if anyone has good knowledge i would appreciate if they could link some resources, so i could get bit more information on how i can start creating mods with SKSE. Link to comment Share on other sites More sharing options...
cdcooley Posted June 9, 2017 Share Posted June 9, 2017 SKSE simply adds new functions to the game. To compile scripts that use SKSE functions you'll need to have installed the source script files from the SKSE archive (installing from Steam or using the EXE installer for SKSE doesn't install them). Once these SKSE source scripts are installed you just use the SKSE functions like any of the game's original functions when creating your mods. Link to comment Share on other sites More sharing options...
xkajperx Posted June 9, 2017 Author Share Posted June 9, 2017 Yo, i wanna start creating mods that require SKSE, i've been playing around with creation kit and i wanna know what do i need to start with to create mods that require SKSE. (I would rate my mod making skills as anew comer). I program with C# a lot so i know the concepts of programing/scripting only thing i need to know is the syntax ^^. if anyone has good knowledge i would appreciate if they could link some resources, so i could get bit more information on how i can start creating mods with SKSE.Thanks for the information, do you have any good links or any tutorials relating to this topic. :) (as its good to look at tutorials from other people to maintain/ create good pratice, as im new to this conecpt and dont want to create myself habits which are bad) Link to comment Share on other sites More sharing options...
lofgren Posted June 10, 2017 Share Posted June 10, 2017 SKSE also allows you to make SKSE plugins. I don't know anything about them really, but they are another type of mod you can make with SKSE if you have programming experience. Best place to start is the CK wiki. http://www.creationkit.com/index.php?title=Main_Page Link to comment Share on other sites More sharing options...
Recommended Posts