You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it seems no matter what version of Ohana3ds that I use, I cannot import any of the bin files that contain the pokemons animations, skeletal, material or otherwise, I can only load the models and textures
attempting to load the animations only throws this error at me:
System.InvalidCastException: Unable to cast object of type 'System.Collections.Generic.List`1[Ohana3DS_Rebirth.Ohana.RenderBase+OTexture]' to type 'OModelGroup'.
at Ohana3DS_Rebirth.Ohana.FileIO.import(fileType type) in C:\Users\smb12\Documents\Ohana3DS-Rebirth\Ohana3DS Rebirth\Ohana\FileIO.cs:line 299
at Ohana3DS_Rebirth.GUI.OAnimationsPanel.BtnImport_Click(Object sender, EventArgs e) in C:\Users\smb12\Documents\Ohana3DS-Rebirth\Ohana3DS Rebirth\GUI\Panels\OAnimationsPanel.cs:line 154
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
its complaing about not being able to add a texture to the model from what i can understand, but im not on the textures tab, and ive already loaded both the regular and the shiny textures previously, im down below on the next tab trying to add the skeletal animations, but i've never once gotten it to work in Ohana3ds
the exact pokemon I am trying to load is Cosplay Pikachu from ORAS, since they don't exist in usum, i therefore cannot use the 3ds2Unity plugin to rip it, so im stuck trying to use these old programs
The text was updated successfully, but these errors were encountered:
it seems no matter what version of Ohana3ds that I use, I cannot import any of the bin files that contain the pokemons animations, skeletal, material or otherwise, I can only load the models and textures
attempting to load the animations only throws this error at me:
System.InvalidCastException: Unable to cast object of type 'System.Collections.Generic.List`1[Ohana3DS_Rebirth.Ohana.RenderBase+OTexture]' to type 'OModelGroup'.
at Ohana3DS_Rebirth.Ohana.FileIO.import(fileType type) in C:\Users\smb12\Documents\Ohana3DS-Rebirth\Ohana3DS Rebirth\Ohana\FileIO.cs:line 299
at Ohana3DS_Rebirth.GUI.OAnimationsPanel.BtnImport_Click(Object sender, EventArgs e) in C:\Users\smb12\Documents\Ohana3DS-Rebirth\Ohana3DS Rebirth\GUI\Panels\OAnimationsPanel.cs:line 154
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
its complaing about not being able to add a texture to the model from what i can understand, but im not on the textures tab, and ive already loaded both the regular and the shiny textures previously, im down below on the next tab trying to add the skeletal animations, but i've never once gotten it to work in Ohana3ds
the exact pokemon I am trying to load is Cosplay Pikachu from ORAS, since they don't exist in usum, i therefore cannot use the 3ds2Unity plugin to rip it, so im stuck trying to use these old programs
The text was updated successfully, but these errors were encountered: