DevJack Posted March 19 Share Posted March 19 Hello, everyone. Has anyone extracted the model and animation files from the Wo Long: Fallen Dynasty Link to comment Share on other sites More sharing options...
foulveins Posted March 29 Share Posted March 29 assumedly it would still work with cethleann given its a koei tecmo engine game, and then the resulting .g1m files would be viewable using this noesis plugin i don't own the game on pc to double check this but those should be good jumping off points should either or not work Link to comment Share on other sites More sharing options...
DevJack Posted April 2 Author Share Posted April 2 On 3/30/2024 at 7:15 AM, foulveins said: assumedly it would still work with cethleann given its a koei tecmo engine game, and then the resulting .g1m files would be viewable using this noesis plugin i don't own the game on pc to double check this but those should be good jumping off points should either or not work Thanks. I'll give it a try Link to comment Share on other sites More sharing options...
DevJack Posted April 3 Author Share Posted April 3 I opened the g1m file with noesis and it crashed. The attached file was g1m test.zip Link to comment Share on other sites More sharing options...
Engineer shak-otay Posted April 3 Engineer Share Posted April 3 (edited) Seems it crashes at the beginning (need to add more dbg lines): InitLocal Get console cmd CreateContext Prepare buffers Get offsets to relevant sections chunk 0 chunk 1 G1MS chunk 2 G1MM chunk 3 G1MG crash <<<<<<<<<<<<<<<< Merge or not Start skel merging Add physics bones Parse all NUN chunks ... ---------------------- edit: very strange, it's logs more now: InitLocal Get console cmd CreateContext Prepare buffers Get offsets to relevant sections chunk 0, 18 chunk 1, 148 G1MS chunk 2, 4068 G1MM chunk 3, 7db8 G1MG chunk 4, 43df9c chunk 5, 43df9c chunk 6, 43df9c chunk 7, 43df9c chunk 8, 43df9c Split between int/ext skels Get ptrs to skels Merge or not Start skel merging Add physics bones Parse all NUN chunks NUNV NUNS SOFT Build merged skel Ext skels NUNO chunks NUNV chunks NUNS chunks Skel names Anims Get geometry crash <<<<<<<<<<<<<<<<<<<< It's missing the last two actions: Get matrices Process geometry data btw. 0x43df9c is past the filesize. Dunno, whether that's an issue? (and to be clear: it's a great project from Joschuka, which usually works fine.) edit: reduced the geometry loop by one which works for this sample: Edited April 3 by shak-otay Link to comment Share on other sites More sharing options...
DevJack Posted April 4 Author Share Posted April 4 17 hours ago, shak-otay said: Seems it crashes at the beginning (need to add more dbg lines): InitLocal Get console cmd CreateContext Prepare buffers Get offsets to relevant sections chunk 0 chunk 1 G1MS chunk 2 G1MM chunk 3 G1MG crash <<<<<<<<<<<<<<<< Merge or not Start skel merging Add physics bones Parse all NUN chunks ... ---------------------- edit: very strange, it's logs more now: InitLocal Get console cmd CreateContext Prepare buffers Get offsets to relevant sections chunk 0, 18 chunk 1, 148 G1MS chunk 2, 4068 G1MM chunk 3, 7db8 G1MG chunk 4, 43df9c chunk 5, 43df9c chunk 6, 43df9c chunk 7, 43df9c chunk 8, 43df9c Split between int/ext skels Get ptrs to skels Merge or not Start skel merging Add physics bones Parse all NUN chunks NUNV NUNS SOFT Build merged skel Ext skels NUNO chunks NUNV chunks NUNS chunks Skel names Anims Get geometry crash <<<<<<<<<<<<<<<<<<<< It's missing the last two actions: Get matrices Process geometry data btw. 0x43df9c is past the filesize. Dunno, whether that's an issue? (and to be clear: it's a great project from Joschuka, which usually works fine.) edit: reduced the geometry loop by one which works for this sample: After I updated the g1m plugin for noesis, the problemg1m.zipproblemg1m.zipwas partially solved, but there were still some g1mfiles that wouldn't open and caused noesis to crash,Attached is the faulty G1M file Link to comment Share on other sites More sharing options...
Engineer shak-otay Posted April 4 Engineer Share Posted April 4 (edited) Chunk count is way too big: g1mHeader, chunkCount: 1208525663 edit: seems 2c9a8372.g1m is not a valid g1m file; no decent header, just a block of random bytes; maybe compressed, whatever Edited April 5 by shak-otay Link to comment Share on other sites More sharing options...
DevJack Posted April 6 Author Share Posted April 6 On 4/5/2024 at 1:13 AM, shak-otay said: Chunk count is way too big: g1mHeader, chunkCount: 1208525663 edit: seems 2c9a8372.g1m is not a valid g1m file; no decent header, just a block of random bytes; maybe compressed, whatever Ok, maybe need the g1m plugin or a newer version of noesis Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now