A plugin for Frosty Toolsuite v1 to auto run files
There are a lot of things I can't do. Plz help me if you want. Any contributions are welcome.
Download from GitHub Release and put the .dll file in Plugins
folder under Frosty. This plugin both support Editor and Mod Manager
- Open
Tools -> Options -> Auto Run Options
to config this plugin. Enable Auto Run
will not run anything, it only enables other optionsEnable Pre Launch
will run files inPreLaunch
folder, subfolders will be ignoredEnable Post Launch
will run files inPostLaunch
folder, subfolders will be ignored- Click on option to see the details, such as the folder to search for.
- If you need to run a program as administrator, you can try use shortcut (.lnk). You can even use Python if you need
- Files are sorted by name, as you see in File Explorer. If you have requirements on the order, you can add a prefix to the file name, such as
1_
2_
A_
B_
- If you encounter an exception, don't worry. If your Frosty is not closed after clicking Ok, it means it is not important. But if your Frosty is closed, please be sure to submit an issue!
- This plugin uses
Process.Start()
, similar to double-clicking in File Explorer.
Pack Directory
option is experimental. May cause unknown errors. If you encounter it, welcome to submit issuesPack Directory
might not work for Frosty Editor- You can use
Tools -> Manage ModData
to find the pack directory (1.0.6.3 or newer), but create shortcut (in Manage ModData) do not support Auto Run