wae2 Posted December 22, 2024 Share Posted December 22, 2024 Been researching of how to extract these. All I found was a 3DS Max Script for the models and a script for the textures that only works in 2009-2014 versions, I don't have access to those versions. And a very rough Noesis plugin. Any help? DR4 MDL TEX.7z Link to comment Share on other sites More sharing options...
Engineer shak-otay Posted December 22, 2024 Engineer Share Posted December 22, 2024 (edited) If you do not use a point cloud you'll face many extra faces and need to find out, why? (The max script will be the key... The Vertex40Array has to be filled.) FacesOff=((bigInfo[(findItem names "Combined Indices 2")][3])+(Vertex40Array[i].FaceOff*2)) fseek f FacesOff #seek_set Accidentally and unexpectedly I was able to start an old copy of 3dsmax on my even older machine. Imported the resulting fbx into Noesis: Edited December 22, 2024 by shak-otay 1 1 Link to comment Share on other sites More sharing options...
Engineer Durik256 Posted December 22, 2024 Engineer Share Posted December 22, 2024 fmt_DeadRising4_mdl.py only for stride 40, but you can added other its very simple 2 Link to comment Share on other sites More sharing options...
wae2 Posted December 25, 2024 Author Share Posted December 25, 2024 Thank you for both of your help, Now I have a new issue occurring. these models will not load in 3ds max and Noesis logs this. Traceback (most recent call last): File "D:\Noesis\plugins\python\fmt_DeadRising4_mdl.py", line 283, in noepyLoadModel mdl = rapi.rpgConstructModel() RuntimeError: Failed to construct model from rpgeo context. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "D:\Noesis\plugins\python\fmt_DeadRising4_mdl.py", line 285, in noepyLoadModel mdl = NoeModel(meshes) NameError: global name 'meshes' is not defined DR4 mdl zero.zip Link to comment Share on other sites More sharing options...
Engineer shak-otay Posted December 25, 2024 Engineer Share Posted December 25, 2024 I wouldn't go for patching the maxscript - you can get the parts rather easily: 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