thelawfull Posted March 22, 2016 Posted March 22, 2016 (edited) Is it possible to make a script that runs a console command in skyrim?, All I need to run everytime is tll. Edited March 22, 2016 by thelawfull
Fatalmasterpiece Posted March 22, 2016 Posted March 22, 2016 In your game .ini there should be a line you can add which runs a list of console commands when the game loads. At least that works in FO4 so I can't confirm Skyrim. However check this thread, you can make your own .bat file and have it run every time http://forums.nexusmods.com/index.php?/topic/628551-a-way-to-make-console-commands-permanent/
JetSteele Posted March 23, 2016 Posted March 23, 2016 It is possible; if you have the right function name that corresponds to the console code then you can run it through a script, there may be some that you can't but all the ones that I've needed has a function counterpart. Which command do you need for a script?
thelawfull Posted March 23, 2016 Author Posted March 23, 2016 (edited) TLL Edited March 23, 2016 by thelawfull
JetSteele Posted March 24, 2016 Posted March 24, 2016 That's a little different than what I was thinking about but if the LOD is in an INI file then you might be able to use a command like this: SetINIBool just make sure you have a way to reverse it encase someone wants to uninstall the mod. Other than that I know that other commands like Kill, TGM, and TCL have scripting counterparts. I'll look to see if I find one for TLL.
thelawfull Posted March 24, 2016 Author Posted March 24, 2016 thanks for looking, for now my mods recommendation will use zautoexec until maybe i can make an optional mod for it that sets tll on start.
Recommended Posts