-
Notifications
You must be signed in to change notification settings - Fork 12
Description
I get the following error code when I try to export my AWC files as a FiveM resource:
Error generating soundset.
Stream was too long.
Soundset: rumbler
at System.IO.MemoryStream.Write(Byte[] buffer, Int32 offset, Int32 count)
at CodeWalker.GameFiles.AwcFile.Write(DataWriter w)
at CodeWalker.GameFiles.AwcFile.Save()
at
SirenSharp.Services.ResourceGenerator.GenerateResource(String resourceName, String dlcName, String folderPath, List`1 soundSets.)
I was attempting to create a soundset for a rumbler for LVC: Fleet, and this is the error I get thrown every time I try to generate a FiveM resource. I've got the latest .NET pre-req., as well as v0.3 of SirenSharp. I'm not 100% sure what I'm doing here, because I followed this tutorial:
https://www.youtube.com/watch?v=oTv3mVHZAK0&t=180s
I initially got a 'file too large' error from SirenSharp, so I cut the audio down that was causing issues, however, this issue persists even after fixing the size. Any help?