This site (zenhax.com) helped extract from .pak, files such as: mdl-msh000, tfd and others. Need help to convert them in a convenient format(.obj)

A folder with the files after extraction:
https://yadi.sk/d/ILSWawMxtYdqT







Recieving an error while trying to use itAceWell wrote:i made a Noesis python script to open your mdl-msh000 model samples![]()
Code: Select all
Traceback (most recent call last):
File "C:\Users\user\Desktop\noesisv4293\plugins\python\fmt_Crossout_mdl-msh000.py", line 22, in noepyLoadModel
VBuf = bs.readBytes(VCount * VBytes)
File "C:\Users\user\Desktop\noesisv4293\plugins\python\inc_noesis.py", line 125, in readBytes
return noesis.bsReadBytes(self.h, numBytes)
OverflowError: Python int too large to convert to C long
Either I'm stupid or this doesn't seem to workKarpati wrote:You can use the 3D Object Converter (Windows) or i3DConverter (macOS) to open these files also.

It works fine. Just open the *.mdl-msh000 file.Turbozis wrote:Either I'm stupid or this doesn't seem to work