Sorry to bother you guys
I've been trying to extract mesh. All is well up until Noesis. I dropped the python script into the directory, but getting errors from this line:
Code: Select all
File "D:\Tomb Raider rip\tools\noesisv4081\plugins\python\fmt_tombraider_mesh.py", line 25, in noepyCheckType
mat = open("G:\Tombraider\jonah_mp\Material\Section 3335.cdrm", 'rb').read()
IOError: [Errno 2] No such file or directory: 'G:\\Tombraider\\jonah_mp\\Material\\Section 3335.cdrm'
Sorry if I'm stating the obvious here, but of course there's no such directory. My extracts are in a different folder. I know I could just change the script to point to my folder but what's bugging me is this:
1- Section 3335.cdrm is actually in the Laracroft\Animations folder, not jonah_mp\material
2- Should the file be different for each model?
So what can I do? manually hunt down the right mat file for each model and change the script each time? Pass on that thanks

So i'd thought I'd ask here as I'm not big on python scripting - what should the following line actually be?:
Code: Select all
def noepyCheckType(data):
mat = open("G:\Tombraider\jonah_mp\Material\Section 3335.cdrm", 'rb').read()
Thanks
