I'm probably doing something wrong, also not entirely sure if this is even what I was looking for but I can't get this to really do anything for me. The setup just refused to download anything and the link for caprica is broken. I managed to find the last release for caprica myself and put it in the app folder as well as champollion and BAE and the flag file in reference (i think) and now the setup just closes itself after launching. But I don't have any decompiled scripts in the reference folder.
I was hoping this stuff will give me a headstart in modifying/making new papyrus scripts for starfield, and mainly was just hoping to dig through decompiled scripts and see if i can wrap my head around papyrus.
The Caprica link in the config appears to be working for me.. https://github.com/Orvid/Caprica/suites/16483071879/artifacts/941884665 If you can open cmd and call the bat script in it, I would love to see what it spits out, you can report the issue with all the details on the github issues page: https://github.com/Picklelord/sf_modding_template/issues
with the reference code issue, I assume you extracted the scripts with BAE? If so, all the .pex scripts should be in: "...\cache\scripts" There is an issue with BAE that you may have hit, on occasion it spits out "0kb" .pex files, if thats the case, delete the "...\cache\scripts" folder and re extract them. The setup tool will only decompile the pex files if this folder does NOT exist "...\reference\StarfieldScriptsReference\fragments" If it does, delete it and try it again
This is what I get from running the setup. My steam install is on G drive but my games is on C drive. Which i have properly pointed to each of those in the setup.json. Same issue with or without admin priv. My guess is its not using the install location for finding/copying the ini files and the error with BAE looks like a typo in the script.
Can confirm that caprica link still does not work work for me. 404 error.
Thanks for the log, Looks like the issue may be with the paths in the config.json. I have setup an issue for tracking on Github, if you can, could you post on that? https://github.com/Picklelord/sf_modding_template/issues/1 Could you post your config file in that issue page so I can see how the paths are all setup there?
I will upload a version that doesn't have the binaries in it and link to the exe's in my github page instead. But for now you can download the latest release from github instead: https://github.com/Picklelord/sf_modding_template
12 comments
If you have issues, please report them on The Github Issues Page
I was hoping this stuff will give me a headstart in modifying/making new papyrus scripts for starfield, and mainly was just hoping to dig through decompiled scripts and see if i can wrap my head around papyrus.
If you can open cmd and call the bat script in it, I would love to see what it spits out, you can report the issue with all the details on the github issues page: https://github.com/Picklelord/sf_modding_template/issues
with the reference code issue, I assume you extracted the scripts with BAE? If so, all the .pex scripts should be in: "...\cache\scripts"
There is an issue with BAE that you may have hit, on occasion it spits out "0kb" .pex files, if thats the case, delete the "...\cache\scripts" folder and re extract them.
The setup tool will only decompile the pex files if this folder does NOT exist "...\reference\StarfieldScriptsReference\fragments"
If it does, delete it and try it again
This is what I get from running the setup. My steam install is on G drive but my games is on C drive. Which i have properly pointed to each of those in the setup.json. Same issue with or without admin priv. My guess is its not using the install location for finding/copying the ini files and the error with BAE looks like a typo in the script.
Can confirm that caprica link still does not work work for me. 404 error.
Could you post your config file in that issue page so I can see how the paths are all setup there?
https://www.nexusmods.com/starfield/mods/MOD_ID_HERE?tab=files&file_id=FILE_ID_HERE
But for now you can download the latest release from github instead: https://github.com/Picklelord/sf_modding_template
Will check it out when you have.