Skip to content

SkyrimScripting/StartupScript

Repository files navigation

Skyrim Game Start Script

Download Skyrim Game Start Script SKSE Plugin - Install in your Mod Manager

Run a script whenever the Main Menu loads

e.g. coc riverwood

Logo

How it works

If Data/StartupScript.bat is provided (e.g. via a MO2 plugin) then it is run when the Main Menu loads.

Else if an environment variable named SKYRIM_STARTUP_SCRIPT is configured to the path of a script, that script is run when the Main Menu loads.

That's all!

e.g. I use it to run an AutoHotkey script to coc riverwood from the Main Menu *

* because trying to coc to riverwood using SKSE doesn't work from the Main Menu - if you get it working, PLEASE let me know!