WWise Issues on First Build
Based on the Docs it states to edit the EngineAssociation in the .upproject to "5.2.1-CSS" but the current dev repo is "5.3.2-CSS". I changed it and installed the version of Wwise as recommended in the docs. Upon first build I get...
Unable to find plugin 'WwiseNiagara' (referenced via FactoryGame.uproject). Install it and try again, or remove it from the required plugin list.
C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.MakeFile.Targets(44,5): error MSB3073: The command ""C:\Program Files\Unreal Engine - CSS\Engine\Build\BatchFiles\Build.bat" FactoryEditor Win64 Development -Project="D:\Modding\SatisfactoryModLoader-dev\FactoryGame.uproject" -WaitMutex -FromMsBuild" exited with code 6.
Done building project "FactoryGame.vcxproj" -- FAILED.
What am I misreading? Should I be using a different Wwise version? I uploaded of screenshot of the build console for better readability.
Solution:Jump to solution
See https://discord.com/channels/555424930502541343/562722542473969665/1285123663456243764 for things to keep in mind for 1.0 modding. Including what version of the docs to use
5 Replies
Automated responses for PtolemyInventedThePSVita (707093519289942069)
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_6wwiseniagara1.0
Make sure to reintegrate Wwise before building the project in Visual Studio.
Are you updating an old mod environment to 1.0, or setting up an environment for the first time?
You're probably reading the wrong docs, 5.2.1-CSS is what was used in U8
Solution
See https://discord.com/channels/555424930502541343/562722542473969665/1285123663456243764 for things to keep in mind for 1.0 modding. Including what version of the docs to use
That'll do it. Found the dev docs. Thanks.