Hello!
I'm using the latest version of the wonderful ThomasJepp.SaintsRow tool kit, so far it's worked a dream while re-texturing items.
However I'm now trying to use the CustomizationItemClone tool to create a new item (Wild Child Skirt clone) and in cmd I get this error:
Here's what I typed:
I tried searching the forum for this error but couldn't find any other reports of it, appologies if it's already been answered or it's a really obvious fix. I'm new to this depth of modding, unity was so much easier
Thanks!
I'm using the latest version of the wonderful ThomasJepp.SaintsRow tool kit, so far it's worked a dream while re-texturing items.
However I'm now trying to use the CustomizationItemClone tool to create a new item (Wild Child Skirt clone) and in cmd I get this error:
Code:
Unhandled Exeption: System.IOException: An attempt was made to move the position before the beginning of the stream.
at System.IO.MemoryStream.Seek(Int64 offset, SeekOrigin loc)
at ThomasJepp.SaintsRow.Meshes.StaticMesh.StaticMesh..ctor(Stream s)
at ThomasJepp.SaintsRow.CustomisationItemClone.Program.ProcessCCMesh(IPackfileEntry oldFile, String oldName, String newName)
at ThomasJepp.SaintsRow.CustomizationItemClone.Program.ClonePackfile(IGameInstance sriv, String packfileName, String clothSimFilename, String outputFolder, IAssetAssemblerFile newAsm, String oldName, String newName, String newStr2Filename)
at ThomasJepp.SaintsRow.CustomizationItemClone.Program.Main(String[] args)
Here's what I typed:
Code:
ThomasJepp.SaintsRow.CustomizationItemClone cf_nlmb_lbdy_f_skirt faux_wldSkirtTest
I tried searching the forum for this error but couldn't find any other reports of it, appologies if it's already been answered or it's a really obvious fix. I'm new to this depth of modding, unity was so much easier
Thanks!