Not sure what I've done wrong.
Okay, I've followed the guide here; https://docs.ficsit.app/satisfactory-modding/latest/Development/BeginnersGuide/index.html to the letter. Made sure I followed every step.
I'm at the Project Compilation step where I am to open the FactoryGame.sln in VS. I do this, I select Games>FactoryGame>FactoryGame and am met with this. I check to make sure the VSIT is installed, and it is. Don't know why. Everything has been installed in default locations. I've done everything up to this point with NO errors.
So I figure "Build and see what happens" so I make sure it's on "Development Editor" & "Win64" then right-click on FactoryGame and click Build. But...
========== Build: 0 succeeded, 11 failed, 0 up-to-date, 0 skipped ==========
I have no idea what to do at this point. My experience with modding is simple editing of cfg, ini, and json files where I can simply edit a line of code that's easy to understand.
Getting Started :: Satisfactory Modding Documentation
In this section, we will guide you through the process of setting up a development environment, making your first mod for Satisfactory, and ...
Solution:Jump to solution
Automated responses for Taligaro (473575819374231582)
exitcode6moreinfoneeded
(Identified known error ExitCode6MoreInfoNeeded in your logs matching
exited with code 6
)
Exit code 6 is just a generic failure message. If you'd like help with this error, make sure that you also share the rest of the output as described here:
https://docs.ficsit.app/satisfactory-modding/latest/Development/BeginnersGuide/project_setup.html#_the_command_exited_with_code_6missingnugetpackages
Your Visual Studio NuGet package sources are not configured correctly. See this message chain: https://discord.com/channels/555424930502541343/1291910385577885757/1291935322409795707
10 Replies
you have only included the final line of the build log, which provides basically no troubleshooting info, please share the full build log
it sounds like you're at this step? https://docs.ficsit.app/satisfactory-modding/latest/Development/BeginnersGuide/project_setup.html#Compiling_Troubleshooting you linked the start of the docs
Yes. Is there a Log file to find or will a simple Copy/Paste do?
copy paste should do (discord will probably make you upload it as a file)
Failed to restore C:\Program Files\Unreal Engine - CSS\Engine\Source\Programs\Shared\EpicGames.OIDC\EpicGames.OIDC.csproj (in 33 ms).
Really Discord?
make sure you are in the "build" tab and not the error list
There it goes. I think
Solution
Automated responses for Taligaro (473575819374231582)
exitcode6moreinfoneeded
(Identified known error ExitCode6MoreInfoNeeded in your logs matching
exited with code 6
)
Exit code 6 is just a generic failure message. If you'd like help with this error, make sure that you also share the rest of the output as described here:
https://docs.ficsit.app/satisfactory-modding/latest/Development/BeginnersGuide/project_setup.html#_the_command_exited_with_code_6missingnugetpackages
Your Visual Studio NuGet package sources are not configured correctly. See this message chain: https://discord.com/channels/555424930502541343/1291910385577885757/1291935322409795707
see the second half of the bot message
Okay, guess it was the nuget code? I added what was screenshotted in that and it seems to be building. I'll update if it fails or passes. Thanks Robb.
YAY! ========== Build: 11 succeeded, 0 failed, 0 up-to-date, 0 skipped ========== Thanks again!