About this mod
Starfield Modding Project Structure
Provide anyone who wants to get into modding starfield with a good starting template with build and installation tools.
- Permissions and credits
- Mirrors
- Changelogs
Nexus is saying some files look suspicious, this was because of the .exe build files that were in there, I have removed them but waiting on Nexus support to unblock the mod.
You can download the latest release with and without the .exe files from the github repo: SF_Modding_Template Latest Releases
This repo holds the base structure of my mod development folders and plans for mods.
The aim of this is to provide anyone who wants to get into modding starfield with a good starting template with build tools.
It provides the ability to separate your ini mods into separate files, so you can copy a bunch of different .ini mod's, or make them unique, and it will compile them so that there aren't any double ups of commands etc.
It provides an environment for writing psc files and compiling them with efficiency.
There is a "setup_venv.bat" that runs through the full setup process and installs the required apps and files needed, providing a fast setup and little research needed to get going on making mods.
I have setup a Build and Install tool to provide rapid modification and testing.
Take a look at the "StepByStepInstructions.md" for details on the setup process, the build process and install process.
I am in progress of writing a Papyrus Documentation Generator to provide an easier way of finding commands and scripts that will be useful etc.
You can find the source on the github repo: SF_Modding_Template
Feel free to see the source code for the executables used in my github repo, or even download the sourcecode and compile the python files yourself for peace of mind.