You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Not launching VSCode from MO2 means many scripts aren't visible when developing. The solution is to add the paths to the mods that introduce them as imports in the ppj file. It is annoying needing to do this every time I generate a new project.
Describe the solution you'd like
It would be nice to have a list of paths that are imported by default to newly generated ppj files.
The text was updated successfully, but these errors were encountered:
I am using a small python script to use the exported MO2 mod list to update my ppj file. It would be nice if this was more integrated, but perhaps this helps someone in the meantime:
This script requires python3 and the lxml module. On Windows you can open cmd.exe and run:
python3 --version
pip3 install lxml
To install it. The python3 command should have Windows install it if not already installed.
The script assumes it is placed alongside your skyrimse.ppj in a directory such as MO2Directory/mods/MyMod.
Then in MO2 do ... -> Export to csv -> Only active (checked) mods from your current profile and save this file as modlist.csv alongside the script, then run the script with python3 ppj-update.py
It will then update your skyrimse.ppj and replace the <Imports> tag.
Is your feature request related to a problem? Please describe.
Not launching VSCode from MO2 means many scripts aren't visible when developing. The solution is to add the paths to the mods that introduce them as imports in the ppj file. It is annoying needing to do this every time I generate a new project.
Describe the solution you'd like
It would be nice to have a list of paths that are imported by default to newly generated ppj files.
The text was updated successfully, but these errors were encountered: